File size: 163 Bytes
30c10e1
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
```python
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