ZeemanLineModel

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

Zeeman model

Overview

Method

strengths()

The relative strengths of the Zeeman components for the given quantum numbers state.

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, qn: pyarts3.arts.QuantumState) dict[str, pyarts3.arts.ArrayOfNumeric]

The relative strengths of the Zeeman components for the given quantum numbers state. :param qn: The quantum numbers of the line. Must be an instance of the QuantumState class as provided by this module. :type qn: QuantumState

Return type:

dict[str, list[float]]

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