You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The final state IDs that assigned to a generated ReactionInfo object do not match the order of the final_state argument in the StateTransitionManager (and therefore in generate_transitions()):
The reason is probably that the kinematic permutations in the combinatorics module permutate the properties and not the edge IDs of the underlying Topology. This is better addressed through #144.
The text was updated successfully, but these errors were encountered:
The final state IDs that assigned to a generated
ReactionInfo
object do not match the order of thefinal_state
argument in theStateTransitionManager
(and therefore ingenerate_transitions()
):One would expect
{0: 'K0', 1: 'Sigma+', 2: 'p~'}
.The
ProblemSet
s that are created by theStateTransitionManger
in between also do not always have the correct final state ID mapping:The reason is probably that the kinematic permutations in the combinatorics module permutate the properties and not the edge IDs of the underlying
Topology
. This is better addressed through #144.The text was updated successfully, but these errors were encountered: