npz training dataset has different cells in PBC #384
Unanswered
afour9961207
asked this question in
Q&A
Replies: 1 comment
-
If I understand right this is fine, but you have to map to the actual key name ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm considering training with the PBC dataset, but my cells may vary.
According to previous discussion, if my training data doesn't have the same cell, I should place the PBC and cell tags in the
key_mapping
(not innpz_fixed_field_keys
).They should have
pbc = (True, True, True)
in the total shape of (nframe, 3) andcell = [[19.57, 0, 0], [0, 19.57, 0], [0, 0, 19.57]]
in the total shape of (nframe, 3, 3).Am I misunderstanding anything, or is this a correct setup?
Thanks for your clarification!
Beta Was this translation helpful? Give feedback.
All reactions