QEDjl-project / QEDprocesses.jl

[WIP]: QEDprocesses.jl: Modeling of scattering processes for QED.jl
MIT License
1 stars 3 forks source link

Extend process interface #66

Open szabo137 opened 1 month ago

szabo137 commented 1 month ago

In the current implementation, we decided to attach the spin/polarization information to the AbstractProcessDefinition. Therefore, it is obvious to implement accessor functions like incoming_spin_pol and outgoing_spin_pol returning a tuple of the respective spins and pols (similar to incoming_particles and outgoing_particles).

This should also be reflected in the process interface.

szabo137 commented 1 week ago

This will be moved to QEDbase.jl in the context of the restructuring of QED.jl.