openjij
Framework for the Ising model and QUBO.
Loading...
Searching...
No Matches
swendsen_wang.hpp File Reference
#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"
Include dependency graph for swendsen_wang.hpp:
This graph shows which files directly or indirectly include this file:

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