#include <time_limit_exception.h>
Definition at line 35 of file time_limit_exception.h.
dmrg::time_limit::time_limit |
( |
| ) |
|
|
inline |
dmrg::time_limit::time_limit |
( |
int |
sw, |
|
|
int |
st |
|
) |
| |
|
inline |
Definition at line 39 of file time_limit_exception.h.
40 : std::runtime_error( std::string(
"time limit reached. current status is [ ")
41 + std::string(
"sweep=") + boost::lexical_cast<std::string>(sw) + std::string(
", ")
42 + std::string(
"site=" ) + boost::lexical_cast<std::string>(st) + std::string(
" ]."))
int dmrg::time_limit::site |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
int dmrg::time_limit::sweep |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
The documentation for this class was generated from the following file: