Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge devel branch into master #690

Merged
merged 14 commits into from
Mar 30, 2022
Merged

Conversation

amcadmus
Copy link
Member

No description provided.

njzjz and others added 14 commits December 15, 2021 09:01
bug introduced by pr#611
list.sum() --> sum(list)
* delete unnecessary files

* remove ABACUS codes in relabel.py, fix test files.

* Add files via upload

* Add files via upload

* added abacus interface for init_bulk

* modify abacus init_bulk interface in accordance with earlier prs

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Update test_coll_abacus.py

* Update README.md

* replace STRU_unit functions with poscar_unit functions plus dpdata conversion

* added relax_kspacing and md_kspacing for KPT generation.

Co-authored-by: LiuRenxi <[email protected]>
…lax step (deepmodeling#631)

* fix typo in github actions release to conda

* Get from_poscar_path only when from_poscar is true (deepmodeling#537)

Change-Id: I17774bee345634e4e72bd783e8112eefaaf9f0d3

Co-authored-by: Zhengju Sha <[email protected]>

* Add `minimize` step with `fix   1 all box/relax tri 0.0`

Co-authored-by: Han Wang <[email protected]>
Co-authored-by: felix5572 <[email protected]>
Co-authored-by: shazj99 <[email protected]>
Co-authored-by: Zhengju Sha <[email protected]>
Co-authored-by: Han Wang <[email protected]>
* pwscf gamma sampling; fix loc_frame conflict

* pwscf gamma sampling; fix the conflict between loc_frame descriptor and automatic sel label generation

Co-authored-by: Pinchen Xie <[email protected]>
…odeling#670)

* Update simplify.py

Compatibility for api > 1.0

* Update simplify.py

fix the bug when multiple suffix applied, dp test obmit the middle ones and keep the last one, which lead to conflicts in dp test outputs. e.g.: dp test request 4 files: details.0.e.out details.1.e.out details.2.e.out details.3.e.out; actually output 1 file: details.e.out

* Update simplify.py

import function LooseVersion for API > 1.0
…pmodeling#667)

* Change mv to cp when downloading softlinks.

* Add explanations relevant to POTCAR's examples.

* Fix CH4's vasp-md INCAR example.

* Fix bug in make_submission of Auto-test

* Add ase, custodian, GromacsWrapper in conda packages.

* Fix bug of fp_task_min

* Add gromacswrapper to conda recipe

* Revert "Fix bug of fp_task_min"

This reverts commit 8d7f8a7.

* Add numkit recipe

* Add `convert_mdata` definition to fix simplify bug.

* Debug info

* Debug info

* Fix bug in autotest

* Check autotest confdir

* Debug autotest command

* Change run_task to [run_task]

* Combining tasks together in common_equi

* Combining dispatcher in common_equi

* Delete debugging info.

* Delete irrelevant conda file

* Fix bug in common_equi

* Add error log in common_prop
@codecov-commenter
Copy link

codecov-commenter commented Mar 30, 2022

Codecov Report

Merging #690 (cedd26b) into master (93b833a) will increase coverage by 0.77%.
The diff coverage is 49.17%.

@@            Coverage Diff             @@
##           master     #690      +/-   ##
==========================================
+ Coverage   33.16%   33.94%   +0.77%     
==========================================
  Files          86       86              
  Lines       14837    15424     +587     
==========================================
+ Hits         4921     5235     +314     
- Misses       9916    10189     +273     
Impacted Files Coverage Δ
dpgen/auto_test/EOS.py 64.70% <0.00%> (ø)
dpgen/auto_test/common_equi.py 61.48% <0.00%> (+6.57%) ⬆️
dpgen/auto_test/common_prop.py 38.25% <0.00%> (-0.26%) ⬇️
dpgen/data/tools/bcc.py 21.05% <ø> (ø)
dpgen/data/tools/create_random_disturb.py 0.00% <0.00%> (ø)
dpgen/data/tools/diamond.py 20.00% <ø> (ø)
dpgen/data/tools/fcc.py 100.00% <ø> (ø)
dpgen/data/tools/hcp.py 20.00% <ø> (ø)
dpgen/data/tools/sc.py 22.22% <ø> (ø)
dpgen/simplify/simplify.py 0.00% <0.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 93b833a...cedd26b. Read the comment docs.

@AnguseZhang
Copy link
Collaborator

@amcadmus Why do we PR from amcadmus:master instead of deepmodeling:devel branch ?

@amcadmus
Copy link
Member Author

@amcadmus Why do we PR from amcadmus:master instead of deepmodeling:devel branch ?

I can solve all potential conflicts locally before PR.

@amcadmus amcadmus merged commit dc57c9a into deepmodeling:master Mar 30, 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.

10 participants