Path Integral Quantum Monte Carlo
|
Move class impementaions. More...
#include "move.h"
#include "path.h"
#include "action.h"
#include "lookuptable.h"
#include "communicator.h"
#include "factory.h"
#include <numeric>
Go to the source code of this file.
Macros | |
#define | REGISTER_MOVE(NAME, TYPE) |
Functions | |
template<typename T > | |
vector< size_t > | sort_indexes (const vector< T > &v) |
Variables | |
MoveFactory | moveFactory |
Setup the move factory. | |
Move class impementaions.
Definition in file move.cpp.
#define REGISTER_MOVE | ( | NAME, | |
TYPE | |||
) |