Fields

Types

BialkaliSpectrum.SphericalUnitVectorType
SphericalUnitVector(magnitude, θ, φ)
SphericalUnitVector(v::SphericalVector)

Construct a unit vector with polar angle θ, and azimuthal angle φ.

Represents the direction of an external field vector in spherical coordinates. Currently, SphericalUnitVectors may be negated but no other mathematical operations are implemented.

Vectors along $x$, $y$, or $z$ can be quickly constructed using UnitVectorX, UnitVectorY, and UnitVectorZ, respectively.

See also SphericalVector, T⁽¹⁾, T⁽²⁾.

source

Methods