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.
Remove accidentally-public methods from
QuantumCircuit
These were never really meant to be public at all, and we didn't even notice they existed publicly til we rewrote the `QuantumCircuit` documentation.
- Loading branch information
1 parent
bd30693
commit bbb8033
Showing
2 changed files
with
13 additions
and
89 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
13 changes: 13 additions & 0 deletions
13
releasenotes/notes/remove-circuit-cruft-30740668cf2f04e0.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
upgrade_circuits: | ||
- | | ||
The :class:`.QuantumCircuit` methods: | ||
* ``cast`` | ||
* ``cbit_argument_conversion`` | ||
* ``cls_instances`` | ||
* ``cls_prefix`` | ||
* ``qbit_argument_conversion`` | ||
have been removed, following their deprecation in Qiskit 1.2. These methods were internal | ||
helper functions, and never intended to be public API. No replacement is provided. |