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
* Fixed errors in documentation
* Support more MACE foundation models
* Tests for MACE foundation models
* Removed documentation on MACE-OMOL-0
* Don't register MACE-OMOL-0
|`mace`| Custom MACE models specified with the `modelPath` argument |
83
85
84
86
When creating MACE models, the following keyword arguments to the `MLPotential` constructor are supported.
@@ -92,7 +94,7 @@ When using MACE models, the following extra keyword arguments to `createSystem()
92
94
| Argument | Description |
93
95
| --- | --- |
94
96
|`precision`| The numerical precision of the model. Supported options are `'single'` and `'double'`. If `None`, the default precision of the model is used. |
95
-
|`returnEnergyType`| Whether to return the interaction energy or the energy including the self-energy. The default is `'interaction_energy'`. Supported options are `'interaction_energy'` and `'energy'`. |
97
+
|`returnEnergyType`| Whether to return the interaction energy or the energy including the self-energy. The default is `'interaction_energy'`. Supported options are `'interaction_energy'` and `'energy'`. |
96
98
97
99
### AIMNet2
98
100
@@ -106,9 +108,9 @@ are supported.
106
108
107
109
When using AIMNet2 models, the following extra keyword arguments to `createSystem()` and `createMixedSystem()` are supported.
108
110
109
-
| Argument | Description |
111
+
| Argument | Description |
110
112
| --- | --- |
111
-
|`charge`| The total charge of the system. If omitted, it is assumed to be 0. |
113
+
|`charge`| The total charge of the system. If omitted, it is assumed to be 0. |
112
114
|`multiplicity`| The spin multiplicity of the system. If omitted, it is assumed to be 1. |
0 commit comments