Replies: 1 comment 1 reply
-
You may want to try the descriptor |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I was wondering is it possible to create one potential that will be able to be used in LAMMPS for different temperatures. For example I have performed VASP AIMD calculations at 50K increments from 0 to 1000K. If possible, how would one go about training a model like that? I tried the following, but I dont think it worked (I am interested in a phonon spectrum, and using the model trained using input script below, the phonon spectrum doesnt change with temperature. If I train a model at each temperature, and then use that for LAMMPS and calculate the phonon spectrum, I do see the difference):
One thing I didn't understand compared to the examples is how to set batch_size and numb_btch in validation_data section, so I set the batch_size to auto and removed numb_btch completely.
Thank you for this wonderful tool!
Beta Was this translation helpful? Give feedback.
All reactions