Replies: 2 comments 4 replies
-
You can change |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hi @hu-lm, you said that the pressure has a significant error. How are you measuring that? Are you using the RMS error of the virial? If instead you are seeing large fluctuations of the pressure, it might be normal. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am trying to use the potential model trained by deepmd-kit to do extreme high-temperature NVT simulations in lammps (with 2000 bcc Fe atoms). The output from lammps looks good overall except for a significant error in pressure. Thus, I would like to know if there is any specific treatment or choice of, for example, descriptor or anything else that can help to resolve this issue. Thank you so much!
The version I use for deepmd-kit is 2.1.3. Using dpdata to transfer VASP data into deepmd format, with the input below:
{
"_comment": " model parameters",
"model": {
"type_map": ["Fe"],
"descriptor" :{
"type": "se_e2_a",
"sel": [500],
"rcut_smth": 0.50,
"rcut": 12.00,
"neuron": [10, 20, 40],
"resnet_dt": false,
"axis_neuron": 16,
"seed": 1,
"_comment": " that's all"
},
"fitting_net" : {
"neuron": [100, 100, 100],
"resnet_dt": true,
"seed": 1,
"_comment": " that's all"
},
"_comment": " that's all"
},
}
Beta Was this translation helpful? Give feedback.
All reactions