pytmosph3r.chemistry ==================== .. py:module:: pytmosph3r.chemistry .. autoapi-nested-parse:: Chemistry modules that can be used to compute the volume mixing ratios based on atmospheric data (pressure, temperature, ...). These modules include for now :class:`fastchem `, :class:`parmentier2018 ` and :class:`interpolation `. You can create you own module by inheriting from :class:`~pytmosph3r.Chemistry`. If you don't want to inherit from :class:`~pytmosph3r.chemistry.chemistry.Chemistry`, the module should at least have a function build() that follows the same arguments. See :attr:`~pytmosph3r.atmosphere.inputatmosphere.InputAtmosphere.chemistry` for more information. Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/pytmosph3r/chemistry/ace3d/index /autoapi/pytmosph3r/chemistry/chemistry/index /autoapi/pytmosph3r/chemistry/dissociation/index /autoapi/pytmosph3r/chemistry/fastchemistry/index /autoapi/pytmosph3r/chemistry/interpolation/index /autoapi/pytmosph3r/chemistry/standard/index