zincware / MDSuite

A post-processing engine for particle simulations
https://mdsuite.readthedocs.io/
Eclipse Public License 2.0
36 stars 7 forks source link

Python fz add dataset keys #583

Closed PythonFZ closed 1 year ago

PythonFZ commented 1 year ago

Add the following to avoid using the string "Observables" everywhere.

class DatasetKeys(metaclass=_FrozenCls):
    """Class to hold the keys for the datasets."""

    OBSERVABLES = "Observables"