qm7 / README.md
LMucko's picture
center
30c10e1 verified
from load_atoms import load_dataset

ds = load_dataset('QM7')
train, test, val = ds.random_split([0.9,0.05,0.05], seed=0)

With centered coordinates