Data module (AtomicData, Batch, readers/writers)#
Core classes#
Graph-structured container for a single atomic system. |
|
Graph-aware batch built on |
I/O and pipelines#
Writer for serializing AtomicData into Zarr stores. |
|
Reader for loading AtomicData from Zarr stores. |
|
AtomicData-native, map-style dataset that bypasses TensorDict conversion. |
|
Resident dataset that holds the whole dataset in memory as one |
|
Batch-iterating data loader that yields |
|
Abstract base class for data readers. |
Dataset composition and sampling#
Compose multiple batch-loadable datasets behind one global index space. |
|
Sample global indices from a |
|
Sample full global-index batches from a |
Write configuration#
Per-array storage settings for compression, chunking, and sharding. |
|
Top-level storage plan handed to |