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, use_mass_conservation: bool = True) → Dict[expertsystem.reaction.default_settings.InteractionTypes, Tuple[expertsystem.reaction.solving.EdgeSettings, expertsystem.reaction.solving.NodeSettings]][source]

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

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