You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Documentation**
- Updated all references of "DPA-3" to "DPA3" and "DPA-2" to "DPA2"
across user-facing documentation and example files for consistency.
- Corrected descriptor names in docstrings and error messages to match
the new naming convention.
- No changes to technical content, instructions, or code functionality.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Training example: `examples/water/dpa3/input_torch.json`.
17
17
18
18
## Hyperparameter tests
19
19
20
-
We systematically conducted DPA-3 training on six representative DFT datasets (available at [AIS-Square](https://www.aissquare.com/datasets/detail?pageType=datasets&name=DPA3_hyperparameter_search&id=316)):
20
+
We systematically conducted DPA3 training on six representative DFT datasets (available at [AIS-Square](https://www.aissquare.com/datasets/detail?pageType=datasets&name=DPA3_hyperparameter_search&id=316)):
21
21
metallic systems (`Alloy`, `AlMgCu`, `W`), covalent material (`Boron`), molecular system (`Drug`), and liquid water (`Water`).
22
22
Under consistent training conditions (0.5M training steps, batch_size "auto:128"),
23
23
we rigorously evaluated the impacts of some critical hyperparameters on validation accuracy.
@@ -38,11 +38,11 @@ with results tabulated below to guide scenario-specific hyperparameter selection
38
38
The loss prefactors (0.2|20, 100|60, 0.02|1) correspond to (`start_pref_e`|`limit_pref_e`, `start_pref_f`|`limit_pref_f`, `start_pref_v`|`limit_pref_v`) respectively.
39
39
Virial RMSEs were averaged exclusively for systems containing virial labels (`Alloy`, `AlMgCu`, `W`, and `Boron`).
40
40
41
-
Note that we set `float32` in all DPA-3 models, while `float64` in other models by default.
41
+
Note that we set `float32` in all DPA3 models, while `float64` in other models by default.
42
42
43
43
## Requirements of installation from source code {{ pytorch_icon }}
44
44
45
-
To run the DPA-3 model on LAMMPS via source code installation
45
+
To run the DPA3 model on LAMMPS via source code installation
46
46
(users can skip this step if using [easy installation](../install/easy-install.md)),
47
47
the custom OP library for Python interface integration must be compiled and linked
48
48
during the [model freezing process](../freeze/freeze.md).
@@ -65,7 +65,7 @@ See the example `examples/water/lmp/jax_dpa.lammps`.
65
65
66
66
## Data format
67
67
68
-
DPA-3 supports both the [standard data format](../data/system.md) and the [mixed type data format](../data/system.md#mixed-type).
68
+
DPA3 supports both the [standard data format](../data/system.md) and the [mixed type data format](../data/system.md#mixed-type).
0 commit comments