1 #ifndef SIMPT_DEFAULT_TIME_EVOLVER_VLEAF_H_INCLUDED
2 #define SIMPT_DEFAULT_TIME_EVOLVER_VLEAF_H_INCLUDED
27 namespace TimeEvolver {
44 std::tuple<SimTimingTraits::CumulativeTimings, bool>
45 operator()(
double time_slice, SimPhase phase = SimPhase::NONE);
49 double m_mc_abs_tolerance;
50 double m_mc_cell_step_size;
51 double m_mc_step_size;
52 unsigned int m_mc_sweep_limit;
53 double m_mc_temperature;
59 #endif // end-of-include-guard
Core data with mesh, parameters, random engine and time data.
Core data used during model execution.
Types related to timekeeping.
Namespace for components of the Default model group.
Namespace for the core simulator.
Declaration of Timekeeper.
VLeaf1 algorithm for time evolution.