Skip to content

v0.13.0

Latest
Compare
Choose a tag to compare
@njzjz njzjz released this 23 Nov 08:11
e02e6a2

Highlights

DP-GEN v0.13.0 adds the support for multiple backends introduced in DeePMD-kit v3.0.0, via train_backend option (set to tensorflow or pytorch).

What's Changed

New features

  • add option to select backends TF/PT by @thangckt in #1545
    • feat: support jax backend (although the JAX training hasn't been supported by DeePMD-kit) by @njzjz in #1671
  • Modify the post_fp_cp2k function to generate multisystem data. Allows to run different system at one single iteration model_devi step. by @dulinhan in #1513
  • support fparam in lmp template by @mingzhong15 in #1662

Enhancement

Bugfix

Documentation

CI/CD

Dependency updates

New Contributors

Full Changelog: v0.12.1...v0.13.0