HubbardGPU
Hubbard diagonalisation on the GPU (and CPU)
 All Classes Files Functions Variables Typedefs Friends Macros
bare-ham.cpp File Reference
#include <iostream>
#include <cstdlib>
#include <cmath>
#include <sstream>
#include <assert.h>
#include <hdf5.h>
#include "bare-ham.h"
+ Include dependency graph for bare-ham.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 28 of file bare-ham.cpp.