openjij
Framework for the Ising model and QUBO.
Loading...
Searching...
No Matches
continuous_time_swendsen_wang.hpp File Reference
#include <algorithm>
#include <cassert>
#include <cmath>
#include <random>
#include <unordered_map>
#include <vector>
#include "openjij/graph/all.hpp"
#include "openjij/system/continuous_time_ising.hpp"
#include "openjij/utility/schedule_list.hpp"
#include "openjij/utility/union_find.hpp"
Include dependency graph for continuous_time_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::ContinuousTimeSwendsenWang< system::ContinuousTimeIsing< graph::Sparse< FloatType > > >
 Continuous Time Swendsen Wang updater for CTQIsystem. More...
 
struct  openjij::updater::ContinuousTimeSwendsenWang< system::ContinuousTimeIsing< graph::CSRSparse< FloatType > > >
 Continuous Time Swendsen Wang updater for CTQIsystem on CSR Sparse graph. More...
 

Namespaces

namespace  openjij
 
namespace  openjij::updater