Skip to content

Commit 1e601ae

Browse files
1ucian0CryorisEric-Arellanojakelishman
authored
Some doc formatting and link, mostly on quantumcircuit.py file (Qiskit/qiskit#9771)
* some doc formating and link, mostly on quantumcircuit.py file * Update qiskit/circuit/quantumcircuit.py Co-authored-by: Julien Gacon <[email protected]> * ident * more typos * more typos * another iteration * Bit and Register * notes on Register and Bit * Update qiskit/circuit/bit.py Co-authored-by: Eric Arellano <[email protected]> * Update qiskit/circuit/register.py Co-authored-by: Eric Arellano <[email protected]> --------- Co-authored-by: Julien Gacon <[email protected]> Co-authored-by: Eric Arellano <[email protected]> Co-authored-by: Jake Lishman <[email protected]>
1 parent f4aac0b commit 1e601ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiskit_algorithms/optimizers/qnspsa.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def get_fidelity(
277277
F(\theta, \phi) = \big|\langle 0 | U^\dagger(\theta) U(\phi) |0\rangle \big|^2.
278278
279279
The output of this function can be used as input for the ``fidelity`` to the
280-
:class:~`qiskit.algorithms.optimizers.QNSPSA` optimizer.
280+
:class:`~.QNSPSA` optimizer.
281281
282282
Args:
283283
circuit: The circuit preparing the parameterized ansatz.

0 commit comments

Comments
 (0)