default_settings

Deprecated since version 0.7.3: Use QRules and AmpForm instead

import expertsystem.reaction.default_settings

Default configuration for the expertsystem.

class InteractionTypes(value)[source]

Bases: enum.Enum

Types of interactions in the form of an enumerate.

EM = 2
STRONG = 1
WEAK = 3
create_default_interaction_settings(formalism_type: str, nbody_topology: bool = False, mass_conservation_factor: Optional[float] = 3.0)Dict[InteractionTypes, Tuple[EdgeSettings, NodeSettings]][source]

Create a container that holds the settings for the various interactions.

E.g.: strong, em and weak interaction.