|
openjij
Framework for the Ising model and QUBO.
|
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 | |
| const graph::Spins openjij::result::get_solution | ( | const system::ClassicalIsing< GraphType > & | system | ) |
get solution of classical ising system
| GraphType | graph type |
| system | classical ising system with Eigen implementation |
| const graph::Spins openjij::result::get_solution | ( | const system::ClassicalIsingPolynomial< GraphType > & | system | ) |
| graph::Spins openjij::result::get_solution | ( | const system::ContinuousTimeIsing< GraphType > & | system | ) |
get solution of continuous time Ising system
| GraphType |
| system |
| const graph::Spins openjij::result::get_solution | ( | const system::KLocalPolynomial< GraphType > & | system | ) |
| const graph::Spins openjij::result::get_solution | ( | const system::TransverseIsing< GraphType > & | system | ) |
get solution of transverse ising system
| GraphType |
| system |