quantum_launcher.problems.problem_initialization.raw

quantum_launcher.problems.problem_initialization.raw#

This module contains the Raw class.

Summary#

Classes:

Raw

Class for solving problem implemented in raw mathematical form.

Reference#

class quantum_launcher.problems.problem_initialization.raw.Raw(instance: any = None, instance_name: str | None = None)[source]#

Bases: Problem

Class for solving problem implemented in raw mathematical form.

“Raw mathematical form” means that the problem is defined in format that can be directly read by the quantum algorithm, such as Qubo, Hamiltonian, etc.

The object contains an instance of the problem written in mentioned raw mathematical form, can be passed into Quantum Launcher.

instance#

Formulated problem instance.

Type:

any