Loading include/dca/phys/parameters/mc_solver_parameters.hpp +9 −6 Original line number Diff line number Diff line Loading @@ -63,6 +63,9 @@ public: int get_max_submatrix_size() const { return max_submatrix_size_; } void set_max_submatrix_size(int size) { max_submatrix_size_ = size; } bool neglect_bennett_updates() const { return neglect_bennett_updates_; } Loading Loading @@ -362,8 +365,8 @@ void McSolverParameters<solver::CT_INT>::readWrite(ReaderOrWriter& reader_or_wri throw(std::out_of_range("double-update-probability must be in [0,1].")); } } // params } // phys } // dca } // namespace params } // namespace phys } // namespace dca #endif // DCA_PHYS_PARAMETERS_MC_SOLVER_PARAMETERS_HPP Loading
include/dca/phys/parameters/mc_solver_parameters.hpp +9 −6 Original line number Diff line number Diff line Loading @@ -63,6 +63,9 @@ public: int get_max_submatrix_size() const { return max_submatrix_size_; } void set_max_submatrix_size(int size) { max_submatrix_size_ = size; } bool neglect_bennett_updates() const { return neglect_bennett_updates_; } Loading Loading @@ -362,8 +365,8 @@ void McSolverParameters<solver::CT_INT>::readWrite(ReaderOrWriter& reader_or_wri throw(std::out_of_range("double-update-probability must be in [0,1].")); } } // params } // phys } // dca } // namespace params } // namespace phys } // namespace dca #endif // DCA_PHYS_PARAMETERS_MC_SOLVER_PARAMETERS_HPP