Replies: 1 comment
-
Please read the checklist in the documentation to see if anything can be improved. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have tried running md simulation of organic molecules in water based on the deepmd train. Howvever, the structure of organiic molecules broke down at the beginning. Could anyone give me some suggestions?
The system contains 3 organic molecules and water as well as a metal ion.
The input is like this:
{
"_comment": " model parameters",
"model": {
"type_map": ["C","H","N","O","U"],
"descriptor" :{
"type": "se_e2_a",
"sel": [46, 92, 46, 46, 46],
"rcut_smth": 0.50,
"rcut": 6.00,
"neuron": [25, 50, 100],
"resnet_dt": false,
"axis_neuron": 16,
"seed": 1,
"_comment": " that's all"
},
"fitting_net" : {
"neuron": [240, 240, 240],
"resnet_dt": true,
"seed": 1,
"_comment": " that's all"
},
"_comment": " that's all"
},
Beta Was this translation helpful? Give feedback.
All reactions