About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
QFI
class QFI(qfi_method='lin_comb_full')
Bases: qiskit.opflow.gradients.qfi_base.QFIBase
Compute the Quantum Fisher Information (QFI).
Computes the QFI given a pure, parameterized quantum state, where QFI is:
Parameters
qfi_method (Union
[str
, CircuitQFI
]) – The method used to compute the state/probability gradient. Can be either a CircuitQFI
instance or one of the following pre-defined strings 'lin_comb_full'
, 'overlap_diag'`
or 'overlap_block_diag'`
.
Raises
ValueError – if qfi_method
is neither a CircuitQFI
object nor one of the predefined strings.
Methods Defined Here
convert
QFI.convert(operator, params=None)
Parameters
- operator (
CircuitStateFn
) – The operator corresponding to the quantum state |ψ(ω)〉for which we compute the QFI - params (
Union
[ParameterVector
,ParameterExpression
,List
[ParameterExpression
],None
]) – The parameters we are computing the QFI wrt: ω If not explicitly passed, they are inferred from the operator and sorted by name.
Return type
Returns
ListOp[ListOp] where the operator at position k,l corresponds to QFI_kl
Raises
ValueError – If operator is not parameterized.
Attributes
qfi_method
Was this page helpful?
Report a bug or request content on GitHub.