Training on the Dataset without PBC #479
-
Dear community, I was wondering if it would be possible to train NequIP on a dataset without lattice parameters and PBC set to false? Consider I have a dataset with a chemical reaction involving one molecule only. I would greatly appreciate any help! Best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @almakhmudov , Thanks for your interest in the code. It should be possible, just make sure that is reflected in the construction of your extended xyz file if using that format. See https://wiki.fysik.dtu.dk/ase/ase/io/formatoptions.html#extxyz. Hopefully you don't need to look at the following link, but it doesn't work out perfectly, you can debug through this function to check if the PBC, etc is passed correctly: nequip/nequip/data/AtomicData.py Line 390 in 1e150cd |
Beta Was this translation helpful? Give feedback.
Hi @almakhmudov ,
Thanks for your interest in the code. It should be possible, just make sure that is reflected in the construction of your extended xyz file if using that format. See https://wiki.fysik.dtu.dk/ase/ase/io/formatoptions.html#extxyz. Hopefully you don't need to look at the following link, but it doesn't work out perfectly, you can debug through this function to check if the PBC, etc is passed correctly:
nequip/nequip/data/AtomicData.py
Line 390 in 1e150cd