quantum_launcher.problems.problem_formulations.qubo

quantum_launcher.problems.problem_formulations.qubo#

Basic problems for Orca

Summary#

Functions:

get_graph_coloring_qubo

Returns Qubo function

get_maxcut_qubo

Returns Qubo function

get_raw_qubo

qubo_to_fn

Reference#

quantum_launcher.problems.problem_formulations.qubo.qubo_to_fn(qubo)[source]#
quantum_launcher.problems.problem_formulations.qubo.get_maxcut_qubo(problem: MaxCut)[source]#

Returns Qubo function

quantum_launcher.problems.problem_formulations.qubo.get_raw_qubo(problem: Raw)[source]#
quantum_launcher.problems.problem_formulations.qubo.get_graph_coloring_qubo(problem: GraphColoring)[source]#

Returns Qubo function