qml.devices.capabilities.OperatorProperties¶
- class OperatorProperties(invertible=False, controllable=False, differentiable=False, conditions=<factory>)[source]¶
Bases:
object
Information about support for each operation.
Attributes
Whether the operation can be controlled.
Whether the operation is supported for device gradients.
Whether the adjoint of the operation is also supported.
Execution conditions that the operation must meet.
- controllable = False¶
Whether the operation can be controlled.
- differentiable = False¶
Whether the operation is supported for device gradients.
- invertible = False¶
Whether the adjoint of the operation is also supported.
- conditions¶
Execution conditions that the operation must meet.
code/api/pennylane.devices.capabilities.OperatorProperties
Download Python script
Download Notebook
View on GitHub