Skip to content

v2.2.2

Compare
Choose a tag to compare
@amcadmus amcadmus released this 24 May 05:58
· 314 commits to master since this release
92ca097

New features

C and header only C++

  • C API: support fparam and aparam for DeepPot by @njzjz in #2415
  • add read_file_to_string to C API by @njzjz in #2412
  • C: support fparam/aparam for DP model devi by @njzjz in #2486
  • C: add select_by_type and select_map by @njzjz in #2491
  • hpp: add compute_avg, compute_std, etc by @njzjz in #2493
  • migrate from C API to hpp API by @njzjz in #2506
  • allow building lmp/gmx from pre-compiled C library by @njzjz in #2514
  • c: pass errors for read_file_to_string by @njzjz in #2547

Build and release

Enhancements

  • Docs: Fix typo in parallel-training.md by @caic99 in #2438
  • docs: add links to documentation in LAMMPS input by @njzjz in #2453
  • Create DeePMD-kit_Quick_Start_Tutorial_EN.ipynb by @Q-Query in #2459
  • use error->one for get_file_content
    by @njzjz in #2473
  • improve citation information by @njzjz in #2474
  • lmp: extract deepmd version information to a seperated file by @njzjz in #2480
  • docs: fix the link to the bib file by @njzjz in #2485
  • add tests for dos training example by @mingzhong15 in #2488
  • lmp: remove codes to calculate energy deviation by @njzjz in #2492
  • Add training_data key in zinc_se_a_mask.json by @dingye18 in #2489
  • clean unused methods in C++ API by @njzjz in #2498
  • print model deviation of total energy per atom in dp model_devi by @njzjz in #2501
  • raise a clear message when no set is found in a system by @njzjz in #2503
  • catch tf.errors.CancelledError for OOM by @njzjz in #2504
  • lmp: add tests for compute deeptensor/atom by @njzjz in #2507
  • improve messages for model compatability
    by @njzjz in #2518
  • lmp/ipi: remove float precision by @njzjz in #2519
  • remove warnings of batch size for mixed systems training by @njzjz in #2470
  • remove unmaintained dp config by @njzjz in #2540
  • docs: add train-energy-spin and train-fitting-dos to toctree by @njzjz in #2546
  • Dplr unittest by @Yi-FanLi in #2545

Bug fixings

New Contributors

Full Changelog: v2.2.1...v2.2.2