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
Copy file name to clipboardExpand all lines: docs/source/user_guide/python.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,12 +156,12 @@ Additional Calculators
156
156
======================
157
157
158
158
Although ``janus-core`` only directly supports the MLIP calculators listed in :doc:`Getting started </user_guide/get_started>`,
159
-
any valid `ASE calculator <https://wiki.fysik.dtu.dk/ase/ase/calculators/calculators.html>`_
159
+
any valid `ASE calculator <https://ase-lib.org/ase/calculators/calculators.html>`_
160
160
can be attached to a structure, including calculators for currently unsupported MLIPs.
161
161
162
162
This structure can then be passed to ``janus-core`` calculations, which can be run as usual.
163
163
164
-
For example, performing geometry optimisation using the (`ASE built-in <https://wiki.fysik.dtu.dk/ase/ase/calculators/others.html#lennard-jones>`_) Lennard Jones potential calculator:
164
+
For example, performing geometry optimisation using the (`ASE built-in <https://ase-lib.org/ase/calculators/others.html#lennard-jones>`_) Lennard Jones potential calculator:
0 commit comments