Transferability of potentials on different periodic cells #23
-
|
Hello Developers, I have a question on the transferability of the trained potentials. Looking at the codes, the cell parameter appears to be optional.
In order to include the cell parameters in the training, I imagine to include the Also, would it be possible to train by combining the trajectory of different faces with different lattice parameters? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Dear cedenoruel, thanks for your interest in the AML package. Regarding your question about transferability, this depends quite a bit on your actual system of interest. In some cases, your model trained on one face might be working already for others and monitoring the committee disagreement will then give you an idea of how much more uncertain the model is in the new case. Best is usually to include these other structures explicitly and your suggestion of running 3 different QbC jobs and combining the training set for the final model would be well suited. |
Beta Was this translation helpful? Give feedback.
Dear cedenoruel,
thanks for your interest in the AML package.
In #12 there is an example of how you can add the cell information when reading in CP2K files.
Regarding your question about transferability, this depends quite a bit on your actual system of interest. In some cases, your model trained on one face might be working already for others and monitoring the committee disagreement will then give you an idea of how much more uncertain the model is in the new case.
Best is usually to include these other structures explicitly and your suggestion of running 3 different QbC jobs and combining the training set for the final model would be well suited.
Note that you can add different structu…