Phase Space Definition

Note

PhasespaceDefinitions are to be reworked (see this issue). Therefore, this manual is very rudimentary for the moment.

A PhasespaceDefinition is a representation of a phase space's layout. It is a singleton type definition and has an AbstractCoordinateSystem and an AbstractFrameOfReference.

using QEDcore
ps_def = PhasespaceDefinition(SphericalCoordinateSystem(), ElectronRestFrame())
PhasespaceDefinition
    coordinate system: spherical coordinates
    frame: electron rest frame

The phase space definition is used in PhaseSpacePoints for dispatching in some of the cross-section interface functions.


This page was generated using Literate.jl.