-
I would like to train only on forces (and not use energies or the virial). What should I add to the input.json to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, I think you can directly put force data in your training path, without energy file. If you also want to change the loss function, you can set "start_pref_e": 0.00 and "limit_pref_e": 0.00 in the input.json file. But I guess it would still be OK if you just leave them unchanged. DeePMD-kit will detect which kind of data is in the training data directory and use the existing data. |
Beta Was this translation helpful? Give feedback.
Hi, I think you can directly put force data in your training path, without energy file. If you also want to change the loss function, you can set "start_pref_e": 0.00 and "limit_pref_e": 0.00 in the input.json file. But I guess it would still be OK if you just leave them unchanged. DeePMD-kit will detect which kind of data is in the training data directory and use the existing data.