helicity¶
import expertsystem.amplitude.helicity
Generate an amplitude model with the helicity formalism.
-
class
CanonicalAmplitudeBuilder(reaction_result: expertsystem.reaction.transition.Result)[source]¶ Bases:
expertsystem.amplitude.helicity.HelicityAmplitudeBuilderAmplitude model generator for the canonical helicity formalism.
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_{\lambda_1,\lambda_2} = \sum_{LS} \mathrm{norm}(A^J_{LS})C^2.\]Here, \(C\) stands for Clebsch-Gordan factor.
-
class
HelicityAmplitudeBuilder(reaction_result: expertsystem.reaction.transition.Result)[source]¶ Bases:
objectAmplitude model generator for the helicity formalism.
-
set_dynamics(particle_name: str, dynamics_builder: expertsystem.amplitude.dynamics.builder.ResonanceDynamicsBuilder) → None[source]¶
-
-
class
HelicityModel(expression: sympy.core.expr.Expr, parameter_defaults: Dict[sympy.core.symbol.Symbol, Union[float, complex, int]], components: Dict[str, sympy.core.expr.Expr], adapter: expertsystem.amplitude.kinematics.HelicityAdapter, particles: expertsystem.reaction.particle.ParticleCollection)[source]¶ Bases:
object-
__eq__(other)¶ Method generated by attrs for class HelicityModel.
-
property
adapter¶
-
property
components¶
-
property
expression¶
-
property
parameter_defaults¶
-
-
class
State(particle: expertsystem.reaction.particle.Particle, spin_projection)[source]¶ Bases:
object-
__eq__(other)¶ Method generated by attrs for class State.
-
particle: expertsystem.reaction.particle.Particle¶
-