5 #include "CORE_Object.h"
9 #include "SM_Network.h"
10 #include "SM_Material.h"
11 #include "SM_StochasticOutputComponent.h"
abstract base class for most classes.
Definition: CORE_Object.h:65
virtual tMemSize getContentsMemorySize() const
return nthe memory size of the included associations
Definition: CORE_Object.h:278
This class is an list of options.
Definition: CORE_OptionsList.h:36
This class defines a general stochastic beam of trajectories of system.
Definition: SM_Beam.h:61
This class decribe a crystal structure.
Definition: SM_CrystalStructure.h:30
this class loads classes of the package
Definition: SM_Loader.h:18
static tBoolean LoadSystemOperatorsFromOptions(SM_System &system, const CORE_OptionsList &options)
load the operators of the system
Definition: SM_Loader.cpp:457
static tBoolean LoadBeamFromOptions(SM_Beam &beam, const CORE_OptionsList &options)
load the beam from options
Definition: SM_Loader.cpp:6
static tBoolean LoadStochasticOutputFromOptions(SM_StochasticOutputComponent &outputSData, const CORE_OptionsList &options)
load the stochastic outputs for the runer
Definition: SM_Loader.cpp:543
static tBoolean LoadCrystalStructureFromOptions(SM_CrystalStructure &cStructure, const CORE_OptionsList &options)
load crystal structure from options
Definition: SM_Loader.cpp:323
virtual tMemSize getMemorySize() const override
return the memory size of the class and the memory size of all its attributes/associations
Definition: SM_Loader.h:76
virtual ~SM_Loader(void)
destroy a SM_Loader
Definition: SM_Loader.h:51
SM_Loader()
build a SM_Loader
Definition: SM_Loader.h:41
static tBoolean LoadSystemFromOptions(SM_System &system, const CORE_OptionsList &options)
load the system from options
Definition: SM_Loader.cpp:58
static tBoolean LoadSystemInitialMagneticMomentDirectionsFromOptions(SM_System &system, const CORE_OptionsList &options)
load the dierction of initial magnetic moments of the system
Definition: SM_Loader.cpp:107
static tBoolean LoadNetworkFromOptions(SM_Network &network, const SM_CrystalStructure &cStructure, const CORE_OptionsList &options)
load the network from options
Definition: SM_Loader.cpp:343
static tBoolean LoadMaterialFromOptions(SM_Material &material, const CORE_OptionsList &options)
load the material form options
Definition: SM_Loader.cpp:239
static tBoolean LoadSystemNoiseFromOptions(SM_System &system, const CORE_OptionsList &options)
load the noise of the system
Definition: SM_Loader.cpp:518
This class describes a materials defined by state attributes:
Definition: SM_Material.h:61
This class is describes a network composed by.
Definition: SM_Network.h:66
This class stores stochastic outpus computed for each trajectory of a simulation of trajectories of a...
Definition: SM_StochasticOutputComponent.h:36
This class is a one simulation of a beam for Stoch Magnet package.
Definition: SM_System.h:53