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