Computational Model Interface
QEDbase.AbstractModelDefinition — Type
Abstract base type for all compute model definitions in the context of scattering processes. Every subtype of AbstractModelDefinition is associated with a fundamental interaction. Therefore, one needs to implement the following soft interface function
fundamental_interaction_type(::AbstractModelDefinition)sourceQEDbase.fundamental_interaction_type — Function
fundamental_interaction_type(models_def::AbstractModelDefinition)Return the fundamental interaction associated with the passed model definition.
source