canonicaldecay¶
Deprecated since version 0.1.3: Use QRules, AmpForm, and TensorWaves instead.
import pycompwa.expertsystem.amplitude.canonicaldecay
- class CanonicalAmplitudeGeneratorXML(top_node_no_dynamics=True, name_generator=<pycompwa.expertsystem.amplitude.canonicaldecay.CanonicalAmplitudeNameGenerator object>)[source]¶
Bases:
pycompwa.expertsystem.amplitude.helicitydecay.HelicityAmplitudeGeneratorXML
This class defines a full amplitude in the canonical formalism, using the helicity formalism as a foundation. The key here is that we take the full helicity intensity as a template, and just exchange the helicity amplitudes F as a sum of canonical amplitudes a:
F^J_lambda1,lambda2 = sum_LS { norm * a^J_LS * CG * CG } Here CG stands for Clebsch-Gordan factor.
- class CanonicalAmplitudeNameGenerator(use_parity_conservation=False)[source]¶
Bases:
pycompwa.expertsystem.amplitude.helicitydecay.HelicityAmplitudeNameGenerator
Generates names for canonical partial decays using the properties of the decay.
- generate_unique_amplitude_name(graph, node_id=None)[source]¶
Generates a unique name for the amplitude corresponding to the given
StateTransitionGraph
.- Parameters
node_id – Use this argument to generate a unique name for the partial amplitude corresponding to the interaction node of the given
StateTransitionGraph
.