openjij
Framework for the Ising model and QUBO.
Loading...
Searching...
No Matches
openjij::result Namespace Reference

Functions

template<typename GraphType >
const graph::Spins get_solution (const system::ClassicalIsing< GraphType > &system)
 get solution of classical ising system
 
template<typename GraphType >
const graph::Spins get_solution (const system::TransverseIsing< GraphType > &system)
 get solution of transverse ising system
 
template<typename GraphType >
const graph::Spins get_solution (const system::ClassicalIsingPolynomial< GraphType > &system)
 
template<typename GraphType >
const graph::Spins get_solution (const system::KLocalPolynomial< GraphType > &system)
 
template<typename GraphType >
graph::Spins get_solution (const system::ContinuousTimeIsing< GraphType > &system)
 get solution of continuous time Ising system
 

Function Documentation

◆ get_solution() [1/5]

template<typename GraphType >
const graph::Spins openjij::result::get_solution ( const system::ClassicalIsing< GraphType > &  system)

get solution of classical ising system

Template Parameters
GraphTypegraph type
Parameters
systemclassical ising system with Eigen implementation
Returns
solution

◆ get_solution() [2/5]

template<typename GraphType >
const graph::Spins openjij::result::get_solution ( const system::ClassicalIsingPolynomial< GraphType > &  system)

◆ get_solution() [3/5]

template<typename GraphType >
graph::Spins openjij::result::get_solution ( const system::ContinuousTimeIsing< GraphType > &  system)

get solution of continuous time Ising system

Template Parameters
GraphType
Parameters
system
Returns
solution

◆ get_solution() [4/5]

template<typename GraphType >
const graph::Spins openjij::result::get_solution ( const system::KLocalPolynomial< GraphType > &  system)

◆ get_solution() [5/5]

template<typename GraphType >
const graph::Spins openjij::result::get_solution ( const system::TransverseIsing< GraphType > &  system)

get solution of transverse ising system

Template Parameters
GraphType
Parameters
system
Returns
solution