Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
desmonty committed Oct 23, 2023
1 parent 6ef761b commit e659b45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class FidelityStatevectorKernel(BaseKernel):
K(x,y) = |\langle \phi(x) | \phi(y) \rangle|^2.
In this implementation, :math:`|\phi(y)\rangle` is given by a the ``data`` attribute of a
In this implementation, :math:`|\phi(y)\rangle` is given by the ``data`` attribute of a
:class:`~qiskit.quantum_info.Statevector` object or one of its subclasses. These
arrays are stored in a statevector cache to avoid repeated evaluation of the quantum circuit.
This cache can be cleared using :meth:`clear_cache`. By default the cache is cleared when
Expand Down

0 comments on commit e659b45

Please sign in to comment.