Computational Model Interface
QEDbase.AbstractModelDefinition
— TypeAbstract 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)
QEDbase.fundamental_interaction_type
— Functionfundamental_interaction_type(models_def::AbstractModelDefinition)
Return the fundamental interaction associated with the passed model definition.