Skip to content

Releases: deepmodeling/dpdata

v0.2.0

06 Apr 05:52
cf4c99b
Compare
Choose a tag to compare

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

13 Aug 12:11
f150dd1
Compare
Choose a tag to compare

Fix bug of append systems with different formula

0.1.18

12 Aug 01:03
b0cb213
Compare
Choose a tag to compare

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

10 Apr 04:35
6306863
Compare
Choose a tag to compare

Bug fixing:

  • gromacs module installation

0.1.16

09 Apr 06:45
066089d
Compare
Choose a tag to compare

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.15

05 Feb 08:03
2dac5ff
Compare
Choose a tag to compare

New features:

  • support pwmat

0.1.14

18 Jan 10:39
94022da
Compare
Choose a tag to compare

New features:

  • Shuffle system
  • Remove the pbc of the system

Bug fixings:

  • Some bugs in qe/cp/traj

Code:

  • Function register for a more flexible fmt support

0.1.13

03 Jan 09:38
ec284a2
Compare
Choose a tag to compare

New features:

  • Replicate and disturb simulation cell
  • Support cp2k/aimd_output
  • Support nopbc
  • Support interfaces to ase and pymatgen structures