QEDjl-project / QEDcore.jl

[WIP] Core types and functions for QED.jl
https://qedjl-project.github.io/QEDcore.jl/stable/
MIT License
0 stars 3 forks source link

Batch support for four momenta #19

Open szabo137 opened 1 year ago

szabo137 commented 1 year ago

Currently, the implemented four-momentum types only support scalar components. However, in some situations, it is convenient to support vector-like components, e.g. a struct of arrays.

This would also enable SIMD vectorization on component-based computations, like in analytical cross-sections.