Source code for pycif.plugins.chemistries.lmdz.read_chemistry

[docs] def read_chemicalscheme(chemistry, **kwargs): """Not implemented for the LMDZ/SACS chemistry plugin. The LMDZ chemistry scheme is always generated from the YAML configuration at runtime (see :func:`~pycif.plugins.chemistries.lmdz.make_chemistry.create_chemicalscheme`). Reading a pre-existing scheme from files is not supported. Raises: NotImplementedError: always. """ raise NotImplementedError