Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mushroomfire committed Apr 12, 2024
1 parent 41d4623 commit d8d85e2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions mdapy/dft2nepxyz.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ class LabeledSystem:
"""This class is used to read first principle calculation data, obataining the energy, force, box and virial information.
Those information can be saved as initial database for deep learning training, aiming to develop high accurancy potential
function.
The units are listed as below:
- energy : eV (per-cell)
- force : eV/:math:`\AA` (per-atom)
- force : eV/Å (per-atom)
- virial : eV (per-cell)
- pos : :math:`\AA` (per-atom)
- box : :math:`\AA`
- pos : Å (per-atom)
- box : Å
Now we only support SCF calculation in CP2K. In the future the AIMD and VASP may also be implemented.
Args:
Expand Down

0 comments on commit d8d85e2

Please sign in to comment.