Weekly Progress of DP-GEN 20220829 #925
HuangJiameng
started this conversation in
Show and tell
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's new
We plan to migrate the README to DP-GEN's document soon and are checking and updating the contents of the manual. Your suggestions are welcome! At the same time, considering that many users are confused about the configuration of parameter files while using DP-GEN, some examples have also been added to
example
, and you can refer to them to prepare parameter files. You can refer to the documentation of dpdispatcher for the parameters ofmachine.json
.Several new volunteers to help us check the documentation together this week. They are researchers from various provinces and cities.
You can follow DP-GEN's document (devel) to see our newly updated documentation. Contribution is welcome!
add an error remind in dpgen_fp #903
fix: equi_stress should have the same unit as stress #910
add DPRc (model_devi_engine
amber
and fp_styleamber/diff
) arguments #911Close #772. Close #776.
Patch to #867 and #881 about
mass_map
#893You can skip "type_map" or set it to
"auto"
. Then DP-GEN will automatically generate relative atomic masses based on "type_map". If you want to use isotopes, you can specify the relative atomic mass yourself. Note that auto is made up of lowercase letters.Issues
init_surf
doesn't supportforward_files
yet.It will be fixed in pr Support forward files for init_surf #909Might be an element-type-dependent problem of pymatgen.
Fixed in move some imports into runtime functions #894.
One can use
para_deg
inmachine.json
to run multiple MD tasks on a GPU workstation.The first
type_map
is the one that DP-GEN actually uses. The second one is indefault_training_param
according to the template of DeePMD-kit's training parameters. It will be OK if you skip the secondtype_map
indefault_training_param
. Whether you set it or not, the second "type_map" will be assigned the value of the first one.Discussion
If you find that there is a big difference between the total energy of the system and 02.fp/data.000/set.000/energy.npy, while this situation does not appear when comparing the force, here are some suggestions for you.
Minimum number of structures to label #908
The value of the fp_task_min from the param.json file only works in the make_train step. In fp step, fp_task_min is '-1' in default. You can set it in model_devi_jobs part of the param.json file. See https://github.com/deepmodeling/dpgen/blob/master/dpgen/generator/run.py#L2465-L2471
dpgen runs and ends normally, but the 02.fp file is empty. #915
When using plumed in the model_devi process, "atomic relative 1.0" needs to be added in lammps input file. @hu will make a pull request to fix it. Thx to him!
Fail to run dpgen after installation #922
If you find that after installation, the command "dpgen -h" shows the following error when module Pymatgen has already been installed.
Please check the version of Pymatgen. Pymatgen version v2022.7.19 is the last version with pymatgen.analysis.defects module. An earlier version of Pymatgen is needed.
Dependency
Dpdispatcher#229
fix TOTP bugs and implement TOTP authentication
Beta Was this translation helpful? Give feedback.
All reactions