We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22e553 commit aa01708Copy full SHA for aa01708
1 file changed
dpdata/plugins/ase.py
@@ -62,9 +62,7 @@ def from_labeled_system(self, atoms: ase.Atoms, **kwargs) -> dict:
62
"""Convert ase.Atoms to a LabeledSystem. Energies and forces
63
are calculated by the calculator.
64
65
- Note that this method will try to load virial from the following sources:
66
- - atoms.info['virial']
67
- - converted from stress tensor
+ Note that this method will try to load virials from either virial field or converted from stress tensor.
68
69
Parameters
70
----------
0 commit comments