HubbardGPU
Hubbard diagonalisation on the GPU (and CPU)
 All Classes Files Functions Variables Typedefs Friends Macros
ham-mom.cpp File Reference
#include <iostream>
#include <algorithm>
#include <cmath>
#include <sstream>
#include <cstring>
#include <tuple>
#include <iomanip>
#include <hdf5.h>
#include "ham-mom.h"
+ Include dependency graph for ham-mom.cpp:

Go to the source code of this file.

Macros

#define HDF5_STATUS_CHECK(status)
 

Macro Definition Documentation

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

Definition at line 30 of file ham-mom.cpp.