Skip to content

Merge devel into master#272

Merged
amcadmus merged 15 commits into
deepmodeling:masterfrom
amcadmus:master
Apr 21, 2022
Merged

Merge devel into master#272
amcadmus merged 15 commits into
deepmodeling:masterfrom
amcadmus:master

Conversation

@amcadmus

Copy link
Copy Markdown
Member

No description provided.

amcadmus and others added 15 commits February 12, 2022 17:17
* 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
@amcadmus amcadmus requested a review from njzjz April 20, 2022 23:48
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Merging #272 (17af7f7) into master (81c656c) will decrease coverage by 0.51%.
The diff coverage is 78.94%.

@@            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     
Impacted Files Coverage Δ
dpdata/cli.py 0.00% <0.00%> (ø)
dpdata/rdkit/sanitize.py 43.77% <0.00%> (ø)
dpdata/unit.py 88.15% <0.00%> (ø)
dpdata/deepmd/hdf5.py 80.76% <33.33%> (-1.90%) ⬇️
dpdata/abacus/scf.py 87.66% <84.21%> (-0.54%) ⬇️
dpdata/system.py 80.09% <90.90%> (-0.82%) ⬇️
dpdata/abacus/md.py 95.55% <97.67%> (-0.95%) ⬇️
dpdata/amber/sqm.py 98.82% <100.00%> (ø)
dpdata/fhi_aims/output.py 91.40% <100.00%> (ø)
dpdata/plugins/abacus.py 100.00% <100.00%> (ø)
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 81c656c...17af7f7. Read the comment docs.

@amcadmus amcadmus merged commit 7029230 into deepmodeling:master Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants