nulinspiratie / SilQ

Software for quantum control of donor atoms in silicon
Other
6 stars 1 forks source link

Enable single-writer multiple-reader access to trace files. #292

Closed maij closed 3 years ago

maij commented 3 years ago

Fixes #224.

By using the latest version of hdf5 we gain access to some extra features, including single-writer multiple-reader (SWMR) mode. We may wish to specify the exact version we want to use, going forward, to ensure backwards compatibility is more easily assured.

maij commented 3 years ago

Great addition! Do we need a minimal h5py version?

Nope! The current minimum in setup.py is 2.6.0 which supports SWMR.