How to set atom_ener correctly? #2621
-
Hi developers! I want to predict atomic scalars, and the atomic label is saved as atom_ener:
Q1: Is the setting of atom_ener=[0,1] correct or not (I want to predict all atomic scalars, here 0=H, 1=O)? Q2: When I use "dp test" (deepmd-kit_v2.2.2), the info of Nframes is shown in The {
"model": {
"type_map": ["H", "O"],
"descriptor": {
"type": "se_e2_a",
"set_davg_zero": true,
...
},
"fitting_net": {
"type": "ener",
"atom_ener": [0, 1],
...
},
},
"loss": {
"start_pref_e": 0.0,
"limit_pref_e": 0.0,
"start_pref_ae": 1.0,
"limit_pref_ae": 1.0,
"start_pref_f": 0.0,
"limit_pref_f": 0.0,
"start_pref_v": 0.0,
"limit_pref_v": 0.0
},
...
} |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I solved the problem by using the DeepDOS model. |
Beta Was this translation helpful? Give feedback.
-
See #1357 |
Beta Was this translation helpful? Give feedback.
I solved the problem by using the DeepDOS model.