openjij
Framework for the Ising model and QUBO.
Loading...
Searching...
No Matches
k_local_polynomial.hpp File Reference
#include <sstream>
#include <nlohmann/json.hpp>
#include "openjij/graph/all.hpp"
#include "openjij/graph/json/parse.hpp"
#include "openjij/utility/thres_hold.hpp"
Include dependency graph for k_local_polynomial.hpp:
This graph shows which files directly or indirectly include this file:

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.