Skip to content
Open
2 changes: 2 additions & 0 deletions docs/src/engines/ase.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Supported model outputs
:py:meth:`ase.Atoms.get_forces`, …);
- arbitrary outputs can be computed for any :py:class:`ase.Atoms` using
:py:meth:`MetatomicCalculator.run_model`;
- for non-equivariant architectures like PET, rotatonally-averaged energies, forces,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Worth a link to PET in metatrain, and maybe also link to another non-equivariant architecture?

and stresses can be computed using :py:class:`SymmetrizedCalculator`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


How to install the code
^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
Loading
Loading