openjij
Framework for the Ising model and QUBO.
Loading...
Searching...
No Matches
continuous_time_ising.hpp File Reference
#include <cassert>
#include <utility>
#include <vector>
#include "openjij/graph/all.hpp"
#include "openjij/system/system.hpp"
#include "openjij/utility/eigen.hpp"
Include dependency graph for continuous_time_ising.hpp:
This graph shows which files directly or indirectly include this file:

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