openjij
Framework for the Ising model and QUBO.
|
#include <algorithm>
#include <cmath>
#include <random>
#include <unordered_map>
#include "openjij/graph/graph.hpp"
#include "openjij/system/classical_ising.hpp"
#include "openjij/utility/schedule_list.hpp"
#include "openjij/utility/union_find.hpp"
Go to the source code of this file.
Classes | |
struct | openjij::updater::SwendsenWang< system::ClassicalIsing< graph::Sparse< FloatType > > > |
swendsen wang updater for classical ising model (on Sparse graph) More... | |
struct | openjij::updater::SwendsenWang< system::ClassicalIsing< graph::CSRSparse< FloatType > > > |
swendsen wang updater for classical ising model (on CSR Sparse graph) More... | |
Namespaces | |
namespace | openjij |
namespace | openjij::updater |