From 14ba1659834d9c1695464ad7482c4d3045e00e3e Mon Sep 17 00:00:00 2001 From: Cristian Emiliano Godinez Ramirez <57567043+EmilianoG-byte@users.noreply.github.com> Date: Mon, 26 Jun 2023 18:06:16 +0200 Subject: [PATCH] fix typo in real_amplitude.py (#10347) --- qiskit/circuit/library/n_local/real_amplitudes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qiskit/circuit/library/n_local/real_amplitudes.py b/qiskit/circuit/library/n_local/real_amplitudes.py index 2838c898f2da..5e3f1ba671f9 100644 --- a/qiskit/circuit/library/n_local/real_amplitudes.py +++ b/qiskit/circuit/library/n_local/real_amplitudes.py @@ -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.