#include <algorithm>
#include <functional>
#include <hdf5.h>
#include <assert.h>
#include <omp.h>
#include <chrono>
#include "DM2.h"
#include "DOCIHamtilonian.h"
#include "lapack.h"
Go to the source code of this file.
|
| #define | HDF5_STATUS_CHECK(status) if(status < 0) std::cerr << __FILE__ << ":" << __LINE__ << ": Problem with writing to file. Status code=" << status << std::endl; |
| |
| #define HDF5_STATUS_CHECK |
( |
|
status | ) |
if(status < 0) std::cerr << __FILE__ << ":" << __LINE__ << ": Problem with writing to file. Status code=" << status << std::endl; |
| std::ostream& operator<< |
( |
std::ostream & |
output, |
|
|
doci::DM2 & |
dm2 |
|
) |
| |