ALPS MPS Codes
Reference documentation.
|
#include <boost/random.hpp>
#include "dmrg/optimize/ietl_lanczos_solver.h"
#include "dmrg/optimize/ietl_jacobi_davidson.h"
#include "dmrg/utils/BaseParameters.h"
Go to the source code of this file.
Classes | |
struct | SiteProblem< Matrix, SymmGroup > |
class | mpo_contractor_ss< Matrix, SymmGroup, Storage > |
Macros | |
#define | BEGIN_TIMING(name) now = boost::chrono::high_resolution_clock::now(); |
#define | END_TIMING(name) |
#define BEGIN_TIMING | ( | name | ) | now = boost::chrono::high_resolution_clock::now(); |
Definition at line 59 of file mpo_contractor_ss.h.
#define END_TIMING | ( | name | ) |
Definition at line 61 of file mpo_contractor_ss.h.