openjij
Framework for the Ising model and QUBO.
|
#include <cassert>
#include <utility>
#include <vector>
#include "openjij/graph/all.hpp"
#include "openjij/system/system.hpp"
#include "openjij/utility/eigen.hpp"
Go to the source code of this file.
Classes | |
struct | openjij::system::ContinuousTimeIsing< graph::Sparse< FloatType > > |
Continuous Time Quantum Ising system (for Sparse graph) More... | |
struct | openjij::system::ContinuousTimeIsing< graph::CSRSparse< FloatType > > |
Continuous Time Quantum Ising system (for CSR Sparse graph) More... | |
Namespaces | |
namespace | openjij |
namespace | openjij::system |
Functions | |
template<typename GraphType > | |
ContinuousTimeIsing< GraphType > | openjij::system::make_continuous_time_ising (const graph::Spins &init_spins, const GraphType &init_interaction, double gamma) |
helper function for ContinuousTimeIsing constructor | |