Skip to content

Commit 3db301b

Browse files
szabo137AntonReinhardUwe Hernandez Acosta
authored
cross sections on phase space points (#52)
With this PR, we adopt the phase space points from #51 for the probability and cross section interface. Further changes: we drop the support of different phase space definitions for the in- and out-phase space. ⚠️ This is based on https://github.com/AntonReinhard/QEDprocesses.jl/tree/phase_space_point and should be rebased to `dev` and considered for merging *after* #51 is merged. --------- Co-authored-by: Anton Reinhard <[email protected]> Co-authored-by: Uwe Hernandez Acosta <[email protected]>
1 parent 5315bdf commit 3db301b

15 files changed

+287
-333
lines changed

src/QEDprocesses.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export AbstractCoordinateSystem, SphericalCoordinateSystem
3131
export AbstractFrameOfReference, CenterOfMomentumFrame, ElectronRestFrame
3232
export AbstractPhasespaceDefinition, PhasespaceDefinition
3333
export ParticleStateful, PhaseSpacePoint
34-
export spin, polarization, momentum, getindex
34+
export spin, polarization, particle_direction, particle_species, momentum, getindex
3535
export generate_phase_space
3636

3737
using QEDbase
@@ -45,4 +45,5 @@ include("momentum_generation.jl")
4545
include("propagators.jl")
4646
include("probabilities.jl")
4747
include("cross_sections.jl")
48+
include("patch_QEDbase.jl")
4849
end

0 commit comments

Comments
 (0)