synthpic2

Main synthpic2 module.

Subpackages

Submodules

Package Contents

Classes

PrototypeLibrary

A library to load prototypes.

Recipe

Definition of the structure of the Recipe class.

Functions

execute_recipe(→ None)

synthpic2.execute_recipe(recipe: synthpic2.recipe.Recipe) None
class synthpic2.PrototypeLibrary

A library to load prototypes.

root
classmethod load() None
classmethod load_prototypes(subfolder_name: str, prototype_type: Type[synthpic2.recipe.prototypes.prototypes._Prototype]) None
class synthpic2.Recipe

Definition of the structure of the Recipe class.

property md5: str
_target_: str = 'synthpic2.Recipe'
_convert_: str = 'all'
defaults: List[Any]
hydra: Any
initial_runtime_state: synthpic2.recipe.synth_chain.state.RuntimeState
blueprints: Blueprints
process_conditions: ProcessConditions
synth_chain: synthpic2.recipe.synth_chain.SynthChain
execute() None