topology_builder¶
Module topology_builder.
Responsible for building all possible topologies base on basic user input:
number of initial state particles
number of final state particles
-
class
SimpleStateTransitionTopologyBuilder(interaction_node_set: Sequence[expertsystem.topology.graph.InteractionNode])[source]¶ Bases:
objectSimple topology builder.
Recursively tries to add the interaction nodes to available open end edges/lines in all combinations until the number of open end lines matches the final state lines.