amplitude¶
import expertsystem.amplitude
All modules related to the creation of amplitude models.
This module formulates theoretical formalisms from Partial Wave Analysis. It provides tools to convert the StateTransitionGraph
solutions that the reaction module found into an HelicityModel. The
output HelicityModel can then be used by external fitter packages to
generate a data set (toy Monte Carlo) for this specific reaction process, or to
optimize (‘fit’) its parameters so that they resemble the data set as good as
possible.
-
get_builder(result: Result) → HelicityAmplitudeBuilder[source]¶ Get the correct
HelicityAmplitudeBuilderfor aResult.For instance, get
CanonicalAmplitudeBuilderif theformalism_typeis"canonical-helicity".
Submodules and Subpackages