|
OpenQMC API
|
#include "bntables.h"#include "gpu.h"#include "pcg.h"#include "rank1.h"#include "sampler.h"#include "state.h"#include <cassert>#include <cstddef>#include <cstdint>#include <cstring>
Go to the source code of this file.
Namespaces | |
| namespace | oqmc |
Typedefs | |
| using | oqmc::LatticeBnSampler = SamplerInterface< LatticeBnImpl > |
| Blue noise variant of lattice sampler. | |
Latticebn sampler implementation.