default_settings¶
import expertsystem.reaction.default_settings
Default configuration for the expertsystem.
-
class
InteractionTypes(value)[source]¶ Bases:
enum.EnumTypes 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.