Do I need to put single-atom geometry to training set if I use E0s? #518
-
I get E0s for target atoms using VASP's single point energy calculation. But do I need to include those individual atom geometry (single atom in 15x15x15 angstrom^3 box) in the training set? If yes, then is this should be just a single frame (or a single configuration) for each atom type? And what should I need to do for these single-atom configurations in training set xyz file? Do I need to label it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
You can put your isolated atoms in the training file, as separate frames, and they will get picked up by the training script. You can also omit them from the training file, and specify the E0s on the command line. |
Beta Was this translation helpful? Give feedback.
-
I think you have to label them with |
Beta Was this translation helpful? Give feedback.
You can put your isolated atoms in the training file, as separate frames, and they will get picked up by the training script. You can also omit them from the training file, and specify the E0s on the command line.