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.
Fix parametric global phase in `QuantumCircuit.remove_final_measureme…
…nts` This was overlooked in the changes of 70901b2; the trick is that `remove_final_measurements` does fairly deep in-place modifications to the circuit, despite not logically being an in-place operation, so a lot of internal data has to be touched and kept in sync.
- Loading branch information
1 parent
4b30598
commit ad14a64
Showing
2 changed files
with
20 additions
and
0 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
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