Does AML read frames from N2P2 datasets? #31
-
|
Hi, developers, Sincerely, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Dear Zhiqiang, Thanks for your interest in our code. You can read in cp2k data with Note that you might have to also add cell information (in atomic units) to All the best, |
Beta Was this translation helpful? Give feedback.
if you have existing training data that you want to prune, you can simply read it in via
and use that for the QbC process. Just make sure that you're setting
n_candidateto something that is smaller than the training set size.