CircuitQFI#

class qiskit.opflow.gradients.CircuitQFI[ソース]#

ベースクラス: ConverterBase

Deprecated: Circuit to Quantum Fisher Information operator converter.

Converter for changing parameterized circuits into operators whose evaluation yields Quantum Fisher Information metric tensor with respect to the given circuit parameters

This is distinct from DerivativeBase converters which take gradients of composite operators and handle things like differentiating combo_fn’s and enforcing product rules when operator coefficients are parameterized.

CircuitQFI - uses quantum techniques to get the QFI of circuits DerivativeBase - uses classical techniques to differentiate opflow data structures

バージョン 0.24.0 で非推奨: The class qiskit.opflow.gradients.circuit_qfis.circuit_qfi.CircuitQFI is deprecated as of qiskit-terra 0.24.0. It will be removed no earlier than 3 months after the release date. For code migration guidelines, visit https://qisk.it/opflow_migration.

Methods

abstract convert(operator, params)[ソース]#
パラメータ:
戻り値:

An operator whose evaluation yields the QFI metric tensor.

例外:

ValueError – If params contains a parameter not present in operator.

戻り値の型:

OperatorBase