ZeemanLineModel

class pyarts3.arts.ZeemanLineModel(*args, **kwargs)

Zeeman model

Overview

Method

strengths()

The number of Zeeman lines

Numeric

gl

The lower level statistical weight

Numeric

gu

The upper level statistical weight

bool

on

If True, the Zeeman effect is included

Operator

__eq__()

__eq__(self, arg: pyarts3.arts.ZeemanLineModel, /) -> bool

Operator

__format__()

__format__(self, arg: str, /) -> str

Operator

__ge__()

__ge__(self, arg: pyarts3.arts.ZeemanLineModel, /) -> bool

Operator

__getstate__()

Helper for pickle.

Operator

__gt__()

__gt__(self, arg: pyarts3.arts.ZeemanLineModel, /) -> bool

Operator

__hash__()

Return hash(self).

Operator

__init__()

__init__(self, arg: pyarts3.arts.ZeemanLineModel) -> None

Operator

__le__()

__le__(self, arg: pyarts3.arts.ZeemanLineModel, /) -> bool

Operator

__lt__()

__lt__(self, arg: pyarts3.arts.ZeemanLineModel, /) -> bool

Operator

__ne__()

__ne__(self, arg: pyarts3.arts.ZeemanLineModel, /) -> bool

Operator

__repr__()

__repr__(self) -> str

Operator

__str__()

__str__(self) -> str

Constructors

__init__(self) None
__init__(self, arg: pyarts3.arts.ZeemanLineModel) None

Methods

strengths(self, arg: collections.abc.Mapping[pyarts3.arts.QuantumNumberType, pyarts3.arts.QuantumUpperLower], /) dict[str, pyarts3.arts.ArrayOfNumeric]

The number of Zeeman lines

Attributes

gl: Numeric

The lower level statistical weight

gu: Numeric

The upper level statistical weight

on: bool

If True, the Zeeman effect is included

Operators

__eq__(self, arg: pyarts3.arts.ZeemanLineModel, /) bool
__format__(self, arg: str, /) str
__ge__(self, arg: pyarts3.arts.ZeemanLineModel, /) bool
__getstate__()

Helper for pickle.

__gt__(self, arg: pyarts3.arts.ZeemanLineModel, /) bool
__hash__()

Return hash(self).

__init__(self) None
__init__(self, arg: pyarts3.arts.ZeemanLineModel) None
__le__(self, arg: pyarts3.arts.ZeemanLineModel, /) bool
__lt__(self, arg: pyarts3.arts.ZeemanLineModel, /) bool
__ne__(self, arg: pyarts3.arts.ZeemanLineModel, /) bool
__repr__(self) str
__str__(self) str