qiskit.optimization.converters.QuadraticProgramConverter¶
-
class
QuadraticProgramConverter
[Quellcode]¶ An abstract class for converters of quadratic programs in Qiskit’s optimization module.
-
__init__
()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
()Initialize self.
convert
(problem)Convert a QuadraticProgram into another form and keep the information required to interpret the result.
interpret
(x)Interpret a result into another form using the information of conversion
-
abstract
convert
(problem)[Quellcode]¶ Convert a QuadraticProgram into another form and keep the information required to interpret the result.
- Rückgabetyp
QuadraticProgram
-
abstract
interpret
(x)[Quellcode]¶ Interpret a result into another form using the information of conversion
- Rückgabetyp
ndarray
-