qiskit.opflow.gradients.CircuitQFI.convert¶
-
abstract
CircuitQFI.
convert
(operator, params)[source]¶ - Parameters
operator (
OperatorBase
) – The operator corresponding to the quantum state |ψ(ω)⟩ for which we compute the QFI.params (
Union
[ParameterExpression
,ParameterVector
,List
[ParameterExpression
]]) – The parameters ω with respect to which we are computing the QFI.
- Return type
OperatorBase
- Returns
An operator whose evaluation yields the QFI metric tensor.
- Raises
ValueError – If
params
contains a parameter not present inoperator
.