Skip to content

Commit

Permalink
Delete information printed by dpgen -h to enable pip install dpgen (
Browse files Browse the repository at this point in the history
#718)

* 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.

* Fix the usage of `pair_coeff` in `auto_test`

* Delete printed information by `dpgen -h` in manual.

* Revert "Add gromacswrapper to conda recipe"

This reverts commit 3529e91.

* Revert "Add numkit recipe"

This reverts commit d19bd77.
  • Loading branch information
AnguseZhang authored Apr 26, 2022
1 parent 33baad0 commit c921fbd
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,50 +92,6 @@ To test if the installation is successful, you may execute
```bash
dpgen -h
```
and if everything works, it gives
```
DeepModeling
------------
Version: 0.9.2
Date: Mar-25-2021
Path: /root/yuzhi/dpgen-test/lib/python3.6/site-packages/dpgen
Reference
------------
Please cite:
Yuzhi Zhang, Haidi Wang, Weijie Chen, Jinzhe Zeng, Linfeng Zhang, Han Wang, and Weinan E,
DP-GEN: A concurrent learning platform for the generation of reliable deep learning
based potential energy models, Computer Physics Communications, 2020, 107206.
------------
Description
------------
usage: dpgen [-h]
{init_surf,init_bulk,auto_gen_param,init_reaction,run,run/report,collect,simplify,autotest,db}
...
dpgen is a convenient script that uses DeepGenerator to prepare initial data,
drive DeepMDkit and analyze results. This script works based on several sub-
commands with their own options. To see the options for the sub-commands, type
"dpgen sub-command -h".
positional arguments:
{init_surf,init_bulk,auto_gen_param,init_reaction,run,run/report,collect,simplify,autotest,db}
init_surf Generating initial data for surface systems.
init_bulk Generating initial data for bulk systems.
auto_gen_param auto gen param.json
init_reaction Generating initial data for reactive systems.
run Main process of Deep Potential Generator.
run/report Report the systems and the thermodynamic conditions of
the labeled frames.
collect Collect data.
simplify Simplify data.
autotest Auto-test for Deep Potential.
db Collecting data from DP-GEN.
optional arguments:
-h, --help show this help message and exit
```


## Init: Preparing Initial Data
Expand Down

0 comments on commit c921fbd

Please sign in to comment.