Releases: deepmodeling/dpdata
Releases · deepmodeling/dpdata
v0.2.0
New features:
- Replace atoms with certain name by atoms with another type. #120
- Parse virial of cp2k #113
- Export energy, forces and virials to ASE atoms #121
- Running coordination number #122
Improvements:
- Switch to github action for unittest. Do not support py3.5 anymore.
Bug fixings
- cp2k coordinate unit conversion #127
- cp2k double cell bug and no virial information case #118
- fix bug in reading forces from OUTCAR #132
0.1.19
Fix bug of append systems with different formula
0.1.18
New feature:
- Method MultiSystem.from_dir support type_map && sorted glob.glob
- Convert LabeledSystem to pymatgen's ComputedStructureEntry
- MultiSystems for deepmd/raw and deepmd/npy
- Predict MultiSystems
- Sort atoms according to the type_map of user input instead of alphabetic order
Bug fixings:
- fix bug in lammps/dump: fractional coord should not shift origin
- fix bug #74
- fix bug of to_ase_structure in #98
- fix fhi-amis multi-elements bug
- fix double count bug in cp2k
0.1.17
Bug fixing:
- gromacs module installation
0.1.16
New features:
- support amber MD trajectory
- support FHI-AIMS MD and SCF outputs
- support gromacs .gro configuration
- support slice in MultiSystem
- predict energy, force and virial from a deep potential model
- support RDF calculation
0.1.14
New features:
- Shuffle system
- Remove the pbc of the system
Bug fixings:
Code:
- Function register for a more flexible
fmt
support
0.1.13
New features:
- Replicate and disturb simulation cell
- Support cp2k/aimd_output
- Support nopbc
- Support interfaces to ase and pymatgen structures