We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
StateDefinitionInput
1 parent 315bda6 commit b911392Copy full SHA for b911392
src/qrules/combinatorics.py
@@ -27,6 +27,7 @@
27
StateDefinition = Union[str, StateWithSpins]
28
"""Particle name, optionally with a list of spin projections."""
29
StateDefinitionInput = Union[str, tuple[str, Sequence[Scalar]]]
30
+"""Input type for `StateDefinition` permitting also `int` and `float`"""
31
InitialFacts = MutableTransition[ParticleWithSpin, InteractionProperties]
32
"""A `.Transition` with only initial and final state information."""
33
0 commit comments