Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.

OptimizerSupportLevel

class qiskit.algorithms.optimizers.OptimizerSupportLevel(value)

GitHub

Bases: IntEnum

Support Level enum for features such as bounds, gradient and initial point


Attributes

not_supported

Default value: 0

ignored

Default value: 1

supported

Default value: 2

required

Default value: 3

Was this page helpful?
Report a bug or request content on GitHub.