openjij
Framework for the Ising model and QUBO.
|
#include <algorithm>
#include <cmath>
#include <limits>
#include "openjij/graph/all.hpp"
#include "openjij/system/all.hpp"
Go to the source code of this file.
Namespaces | |
namespace | openjij |
namespace | openjij::result |
Functions | |
template<typename GraphType > | |
const graph::Spins | openjij::result::get_solution (const system::ClassicalIsing< GraphType > &system) |
get solution of classical ising system | |
template<typename GraphType > | |
const graph::Spins | openjij::result::get_solution (const system::TransverseIsing< GraphType > &system) |
get solution of transverse ising system | |
template<typename GraphType > | |
const graph::Spins | openjij::result::get_solution (const system::ClassicalIsingPolynomial< GraphType > &system) |
template<typename GraphType > | |
const graph::Spins | openjij::result::get_solution (const system::KLocalPolynomial< GraphType > &system) |
template<typename GraphType > | |
graph::Spins | openjij::result::get_solution (const system::ContinuousTimeIsing< GraphType > &system) |
get solution of continuous time Ising system | |