default_settings

Default configuration for the expertsystem.

create_default_interaction_settings(formalism_type, use_mass_conservation=True)[source]

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

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

Return type

Dict[InteractionTypes, InteractionNodeSettings]

reorder_list_by_priority(some_list, priority_mapping)[source]
Return type

List[Any]