HubbardGPU
Hubbard diagonalisation on the GPU (and CPU)
|
#include <iostream>
#include <cstdlib>
#include <cmath>
#include <sstream>
#include <assert.h>
#include <hdf5.h>
#include "bare-ham.h"
Go to the source code of this file.
Macros | |
#define | HDF5_STATUS_CHECK(status) |
#define HDF5_STATUS_CHECK | ( | status | ) |
Definition at line 28 of file bare-ham.cpp.