Use NequIP DataModules for training
mainNequIP provides several specialized DataModule classes to handle different types of datasets. These classes are responsible for loading, preprocessing, and providing data to the model during training or evaluation.
For general configuration guidance on how to set up your data, refer to the ../guide/configuration/data guide in the documentation.
Available DataModule implementations include:
NequIPDataModule: General purpose data module.ASEDataModule: For datasets using the Atomic Simulation Environment (ASE) format.sGDML_CCSD_DataModule: Specialized for sGDML CCSD datasets.rMD17DataModule: For MD17 datasets.MD22DataModule: For MD22 datasets.NequIP3BPADataModule: Specialized for 3BPA datasets.COLLDataModule: For COLL datasets.TM23DataModule: For TM23 datasets.SAMD23DataModule: For SAMD23 datasets.WaterDataModule: Specialized for water datasets.