Phase Space Definition
PhasespaceDefinition
s 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 PhaseSpacePoint
s for dispatching in some of the cross-section interface functions.
This page was generated using Literate.jl.