Carriers

ElectricFields.FixedCarrierType
FixedCarrier <: LinearCarrier

The carrier is fixed in the sense that the instantaneous frequency is constant throughout the pulse, i.e. no chirp/dispersion:

\[\Im\{\exp[\im(\omega t + \phi)]\} = \sin(\omega t + \phi).\]

source
ElectricFields.TransverseCarrierType
TransverseCarrier <: AbstractCarrier

Any carrier which is two-dimensional, i.e. polarized in the plane perpendicular to the direction of propagation.

source
ElectricFields.EllipticalCarrierType
EllipticalCarrier

An elliptically polarized field (of which circularly and linearly polarized are special cases) is given in the canonical coordinate system as

\[\vec{C}(t) = \frac{1}{\sqrt{1+\xi^2}} \bmat{\xi\cos\theta\\0\\\sin\theta}, \quad \theta \defd \omega t + \phi,\]

i.e. with the principal axis of the ellipse along $z$.

source