Merge devel into master#272
Merged
Merged
Conversation
Merge master into devel
* skip UTs when we do not have parmed, ase, pymatgen * fix bug of ase fmt * Update tests/test_amber_md.py Co-authored-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu> * Update tests/test_pymatgen_molecule.py Co-authored-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu> * Update tests/test_ase_traj.py Co-authored-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu> Co-authored-by: Han Wang <wang_han@iapcm.ac.cn> Co-authored-by: Han Wang <92130845+wanghan-iapcm@users.noreply.github.com> Co-authored-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
* skip UTs when we do not have parmed, ase, pymatgen * fix bug of ase fmt * fix bug of duplicated atom names in vasp output * handle duplicated atom names in poscar * add missing test poscar file * fixed bug in UT * uniq_atom_name -> uniq_atom_names Co-authored-by: Han Wang <wang_han@iapcm.ac.cn>
* fix the vasp 6.3 outcar with ML forces * Update dpdata/vasp/outcar.py Co-authored-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu> Co-authored-by: Han Wang <wang_han@iapcm.ac.cn> Co-authored-by: Han Wang <92130845+wanghan-iapcm@users.noreply.github.com> Co-authored-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
We've found float32 is not enough for some systems. This is a breaking change. One who wants to continue to use float32 must explicitly assign precision. Co-authored-by: Han Wang <amcadmus@gmail.com>
Now dpdata requires cells even in nopbc data.
* add cli * fix tests * fix the typo in doc * fix tests
* fix sqm/out forces the output forces are actually gradients * change float32 to float64
…cf (deepmodeling#270) * adapt dpgen interface to ABACUS 2.2.0, fixed issue#268 about qe/pw/scf * Add files via upload add running_md.log file * removed deprecated code for old ABACUS MD output Co-authored-by: LiuRenxi <liurenxi@LiuRenxideMacBook-Pro.local>
* generate formats table in doc Also fixes some typos * bugfix
The latter will not catch `KeyboardInterrupt` and `SystemExit`. See https://stackoverflow.com/a/18982726/9567349.
njzjz
approved these changes
Apr 20, 2022
Codecov Report
@@ Coverage Diff @@
## master #272 +/- ##
==========================================
- Coverage 82.00% 81.48% -0.52%
==========================================
Files 59 61 +2
Lines 5124 5143 +19
==========================================
- Hits 4202 4191 -11
- Misses 922 952 +30
Continue to review full report at Codecov.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.