SpeciesIsotope ############## .. currentmodule:: pyarts3.arts .. autoclass:: SpeciesIsotope .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts3.arts.SpeciesIsotope.Q` - Partition function * - Method - :func:`~pyarts3.arts.SpeciesIsotope.readxml` - Read variable from file * - Method - :func:`~pyarts3.arts.SpeciesIsotope.savexml` - Saves variable to file * - Static Method - :func:`~pyarts3.arts.SpeciesIsotope.fromxml` - Create variable from file * - Attribute - :attr:`~pyarts3.arts.SpeciesIsotope.gi` - The degeneracy of states of the molecule. It is -1 if not defined. * - Attribute - :attr:`~pyarts3.arts.SpeciesIsotope.isotname` - A custom name that is unique for this Species type * - Attribute - :attr:`~pyarts3.arts.SpeciesIsotope.mass` - The mass of the isotope in units of grams per mol. It is Nan if not defined * - Attribute - :attr:`~pyarts3.arts.SpeciesIsotope.name` - The full name * - Attribute - :attr:`~pyarts3.arts.SpeciesIsotope.predef` - Check if this represents a predefined model * - Attribute - :attr:`~pyarts3.arts.SpeciesIsotope.spec` - The species * - Operator - :func:`~pyarts3.arts.SpeciesIsotope.__eq__` - Return self==value. * - Operator - :func:`~pyarts3.arts.SpeciesIsotope.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts3.arts.SpeciesIsotope.__ge__` - Return self>=value. * - Operator - :func:`~pyarts3.arts.SpeciesIsotope.__getstate__` - __getstate__(self) -> tuple[pyarts3.arts.SpeciesEnum, str, float, int] * - Operator - :func:`~pyarts3.arts.SpeciesIsotope.__gt__` - Return self>value. * - Operator - :func:`~pyarts3.arts.SpeciesIsotope.__hash__` - Return hash(self). * - Operator - :func:`~pyarts3.arts.SpeciesIsotope.__init__` - Overloaded function. * - Operator - :func:`~pyarts3.arts.SpeciesIsotope.__le__` - Return self<=value. * - Operator - :func:`~pyarts3.arts.SpeciesIsotope.__lt__` - Return self str * - Operator - :func:`~pyarts3.arts.SpeciesIsotope.__setstate__` - __setstate__(self, arg: tuple[pyarts3.arts.SpeciesEnum, str, float, int], /) -> None * - Operator - :func:`~pyarts3.arts.SpeciesIsotope.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: SpeciesIsotope.Q .. automethod:: SpeciesIsotope.readxml .. automethod:: SpeciesIsotope.savexml .. rubric:: Static Methods .. automethod:: SpeciesIsotope.fromxml .. rubric:: Attributes .. attribute:: SpeciesIsotope.gi :type: float The degeneracy of states of the molecule. It is -1 if not defined. .. :class:`float` .. attribute:: SpeciesIsotope.isotname :type: str A custom name that is unique for this Species type .. :class:`str` .. attribute:: SpeciesIsotope.mass :type: float The mass of the isotope in units of grams per mol. It is Nan if not defined .. :class:`float` .. attribute:: SpeciesIsotope.name :type: String The full name .. :class:`String` .. attribute:: SpeciesIsotope.predef :type: bool Check if this represents a predefined model .. :class:`bool` .. attribute:: SpeciesIsotope.spec :type: ~pyarts3.arts.SpeciesEnum The species .. :class:`~pyarts3.arts.SpeciesEnum` .. rubric:: Operators .. automethod:: SpeciesIsotope.__eq__ .. automethod:: SpeciesIsotope.__format__ .. automethod:: SpeciesIsotope.__ge__ .. automethod:: SpeciesIsotope.__getstate__ .. automethod:: SpeciesIsotope.__gt__ .. automethod:: SpeciesIsotope.__hash__ .. automethod:: SpeciesIsotope.__init__ .. automethod:: SpeciesIsotope.__le__ .. automethod:: SpeciesIsotope.__lt__ .. automethod:: SpeciesIsotope.__ne__ .. automethod:: SpeciesIsotope.__repr__ .. automethod:: SpeciesIsotope.__setstate__ .. automethod:: SpeciesIsotope.__str__