qiskit.optimization.converters.QuadraticProgramConverter¶
-
class
QuadraticProgramConverter
[ソース]¶ 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.
decode
(result)DEPRECATED Decode a result into another form using the information of conversion.
encode
(problem)DEPRECATED Encode a QuadraticProgram into another form and keep the information required to decode the result.
interpret
(result)Interpret a result into another form using the information of conversion
-
abstract
convert
(problem)[ソース]¶ Convert a QuadraticProgram into another form and keep the information required to interpret the result.
- 戻り値の型
QuadraticProgram
-
decode
(result)[ソース]¶ DEPRECATED Decode a result into another form using the information of conversion.
- 戻り値の型
OptimizationResult
-