QEDjl-project / QEDprocesses.jl

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

Remove AbstractParticle and other types #22

Closed SimeonEhrig closed 8 months ago

SimeonEhrig commented 8 months ago

In this PR, some types was moved from QEDprocess.jl to QEDbase.jl: https://github.com/QEDjl-project/QEDbase.jl/pull/25 But the types still exist in QEDprocess.jl. Therefore it is a copy and not a move at the moment.

The unit tests of QEDprocesses.jl already fails. Therefore the fix of the integration tests is not required here.