1414Supported model outputs
1515^^^^^^^^^^^^^^^^^^^^^^^
1616
17- .. py :currentmodule :: metatomic.torch.ase_calculator
17+ .. py :currentmodule :: metatomic_ase
1818
1919 - the :ref: `energy <energy-output >`, non-conservative :ref: `forces
2020 <non-conservative-forces-output>` and :ref: `stress <non-conservative-stress-output >`
@@ -26,16 +26,37 @@ Supported model outputs
2626- for non-equivariant architectures like
2727 `PET <https://docs.metatensor.org/metatrain/latest/architectures/pet.html >`_,
2828 rotationally-averaged energies, forces, and stresses can be computed using
29- :py:class: `metatomic.torch.ase_calculator .SymmetrizedCalculator `.
29+ :py:class: `metatomic_ase .SymmetrizedCalculator `.
3030
3131How to install the code
3232^^^^^^^^^^^^^^^^^^^^^^^
3333
34- The code is available in the ``metatomic-torch `` package, in the
35- :py:class: ` metatomic.torch.ase_calculator.MetatomicCalculator ` class .
34+ The code is available in the ``metatomic-ase `` package, which can be installed
35+ using `` pip install metatomic-ase `` .
3636
3737How to use the code
3838^^^^^^^^^^^^^^^^^^^
3939
40- See the :ref: `corresponding tutorial <atomistic-tutorial-md >`, and API
41- documentation of the :py:class: `MetatomicCalculator ` class.
40+ We offer two ASE calculators: :py:class: `metatomic_ase.MetatomicCalculator ` is
41+ the default one, and support all the features described above, while
42+ :py:class: `metatomic_ase.SymmetrizedCalculator ` is a wrapper around the former
43+ that allows to compute rotationally-averaged energies, forces, and stresses for
44+ non-equivariant architectures. Both calculators are designed to be used as
45+ drop-in replacements for any ASE calculator, and can be used in any ASE
46+ workflow. You can also check the :ref: `corresponding tutorial
47+ <atomistic-tutorial-md>`.
48+
49+ .. _ase-integration-api :
50+
51+ API documentation
52+ -----------------
53+
54+ .. _calculator : https://ase-lib.org/ase/calculators/calculators.html
55+
56+ .. autoclass :: metatomic_ase.MetatomicCalculator
57+ :show-inheritance:
58+ :members:
59+
60+ .. autoclass :: metatomic_ase.SymmetrizedCalculator
61+ :show-inheritance:
62+ :members:
0 commit comments