forked from Qiskit/qiskit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addressing Julien's and Abby's comments; fixing broken links
- Loading branch information
1 parent
31049c9
commit d3f59b0
Showing
5 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 6 additions & 3 deletions
9
releasenotes/notes/fix-efficient-su2-numqubits-issue-2b2c91c1186f82ac.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
fixes: | ||
- | | ||
Fixed a bug that caused the following circuit library functions to produce errors | ||
when called with ``num_qubits=1``: :func:`.efficient_su2`, :func:`.real_amplitudes`, | ||
:func:`.excitation_preserving` and :func:`.pauli_two_design` (for a single qubit, | ||
these circuits do not contain any 2-qubit gates). | ||
when called with ``num_qubits=1``: | ||
:func:`~qiskit.circuit.library.efficient_su2`, | ||
:func:`~qiskit.circuit.library.real_amplitudes`, | ||
:func:`~qiskit.circuit.library.excitation_preserving` and | ||
:func:`~qiskit.circuit.library.pauli_two_design` | ||
(for a single qubit, these circuits do not contain any 2-qubit gates). | ||
Fixed `#13480 <https://github.com/Qiskit/qiskit/issues/13480>`__. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters