ALPS MPS Codes
Reference documentation.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros
mpo_contractor_ss.h File Reference
#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)
 

Macro Definition Documentation

#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)
Value:
then = boost::chrono::high_resolution_clock::now(); \
maquis::cout << "Time elapsed in " << name << ": " << boost::chrono::duration<double>(then-now).count() << std::endl;

Definition at line 61 of file mpo_contractor_ss.h.