|
openjij
Framework for the Ising model and QUBO.
|
#include <sstream>#include <nlohmann/json.hpp>#include "openjij/graph/all.hpp"#include "openjij/graph/json/parse.hpp"#include "openjij/utility/thres_hold.hpp"

Go to the source code of this file.
Classes | |
| class | openjij::system::KLocalPolynomial< graph::Polynomial< FloatType > > |
| KLocalPolynomial class. More... | |
Namespaces | |
| namespace | openjij |
| namespace | openjij::system |
Functions | |
| template<typename GraphType > | |
| auto | openjij::system::make_k_local_polynomial (const graph::Binaries &init_binaries, const GraphType &init_interaction) |
| Helper function for ClassicalIsingPolynomial constructor. | |
| auto | openjij::system::make_k_local_polynomial (const graph::Binaries &init_binaries, const nlohmann::json &init_obj) |
| Helper function for ClassicalIsingPolynomial constructor by using nlohmann::json object. | |