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
* add major refs
* dtype for matgl
* make default_dtype an explicit calculator kwarg
* lobster citation description
Co-authored-by: J. George <JaGeo@users.noreply.github.com>
* ensure mace dtype gets passed as kwarg
---------
Co-authored-by: J. George <JaGeo@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/dev/forcefields.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ There is both an `ase` module in `atomate2`, based around general `ase` `Calcula
10
10
11
11
The `ase` module should be used to manage high-level tasks, such as geometry optimization, molecular dynamics, and nudged elastic band. Any further developments to these tools in `ase` should also warrant updates in this module in `atomate2`. For example, when `ase` rolled out the `MTKNPT` NPT MD barostat as a replacement for the default barostat, this was also made the default in `atomate2`.
12
12
13
-
The `forcefields` library should be used to develop concrete implementations of workflows, e.g., harmonic phonon, Grüneisen parameter, ApproxNEB.
13
+
The `forcefields` library should be used to develop concrete implementations of workflows, e.g., harmonic phonon, Grüneisen parameter, [ApproxNEB](https://doi.org/10.1063/1.4960790).
0 commit comments