Skip to content
Discussion options

You must be logged in to vote

Dear mozhde,

this behavior is actually expected as the eval_train and predict folders are essentially intermediate directories within the QbC process of AML. The actual reference energies are saved internally for every structure and could be accessed within python, e.g. by a loop like this:

for s in structures:
    print(s.properties['reference'].energy)

Similarly, there will also be properties for the various individual NNP models under the key predict-00X.

If you want to get the force error of your model, you can make use of the functionality in scores/forces.py or have a look at the score-all.py script under from-trajectroy-to-model/05-validation.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by OndrejMarsalek
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1 on November 12, 2021 19:12.