Skip to content

Commit

Permalink
fix typo in real_amplitude.py (Qiskit#10347)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoG-byte authored and jlapeyre committed Jun 28, 2023
1 parent f6bff44 commit ab9fbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/circuit/library/n_local/real_amplitudes.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class RealAmplitudes(TwoLocal):
The ``RealAmplitudes`` circuit is a heuristic trial wave function used as Ansatz in chemistry
applications or classification circuits in machine learning. The circuit consists of
of alternating layers of :math:`Y` rotations and :math:`CX` entanglements. The entanglement
alternating layers of :math:`Y` rotations and :math:`CX` entanglements. The entanglement
pattern can be user-defined or selected from a predefined set.
It is called ``RealAmplitudes`` since the prepared quantum states will only have
real amplitudes, the complex part is always 0.
Expand Down

0 comments on commit ab9fbf4

Please sign in to comment.