DOCI-Exact  1.0
DM2.cpp File Reference
#include <algorithm>
#include <functional>
#include <hdf5.h>
#include <assert.h>
#include <omp.h>
#include <chrono>
#include "DM2.h"
#include "DOCIHamtilonian.h"
#include "lapack.h"
+ Include dependency graph for DM2.cpp:

Go to the source code of this file.

Macros

#define HDF5_STATUS_CHECK(status)   if(status < 0) std::cerr << __FILE__ << ":" << __LINE__ << ": Problem with writing to file. Status code=" << status << std::endl;
 

Functions

std::ostream & operator<< (std::ostream &output, doci::DM2 &dm2)
 

Macro Definition Documentation

#define HDF5_STATUS_CHECK (   status)    if(status < 0) std::cerr << __FILE__ << ":" << __LINE__ << ": Problem with writing to file. Status code=" << status << std::endl;

Definition at line 18 of file DM2.cpp.

Function Documentation

std::ostream& operator<< ( std::ostream &  output,
doci::DM2 dm2 
)

Definition at line 516 of file DM2.cpp.