HubbardGPU
Hubbard diagonalisation on the GPU (and CPU)
|
#include <iostream>
#include <algorithm>
#include <memory>
#include <sstream>
#include <boost/timer.hpp>
#include <getopt.h>
#include "ham.h"
#include "hamsparse.h"
#include "ham-mom.h"
#include "nonp-ham.h"
#include "ham-spin.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |