HDF5 Container Layout
improve the layout of the internal paths in the HDF5 Containers like this:
- root
- step1
- Environment
- Config
- MarqovConfig
- Lattice
- Hamiltonian
- Observables
- State (for restart. final statespace + RNG)
- step2(Jeder restart erzeugt einen neuen step hier)
- step3
- ...
- step1
Hence the root is a series of step. Each step consists of an simulation, hence the Config, the Observables, and a State-Dump. the Config has Marqovconfig + LatticeConfig + HamiltonianConfig. the Observables are a series of observable time series. the State-Part is a state-dump that would be consumed if it serves as input for the next step.