-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address
c_if
, Permutation
, and transpile
parameter deprecations…
… in Qiskit 1.3 (#1482) * `Permutation` instances in tomography experiments have been replaced with `PermutationGate` instances that work the same way for those experiments. The only user facing change should be the avoidance of deprecation warnings in Qiskit 1.3. * `c_if` usage on conditional gates in some tests has been replaced with `if_test` blocks around those gates. * `ParallelExperiment` now considers a `target` transpiler option when determining how large a circuit to make when combining subexperiments into a larger circuit. Previously it considered the number of qubits in a `coupling_map` transpiler option or in the experiment's backend. * Use of `instruction_durations` as a transpile option was replaced with `target` in one test (`instruction_durations` was deprecated as a transpiler parameter).
- Loading branch information
Showing
5 changed files
with
57 additions
and
24 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
6 changes: 6 additions & 0 deletions
6
releasenotes/notes/qiskit13-deprecations-afece0ceea29f3f7.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,6 @@ | ||
--- | ||
upgrade: | ||
- | | ||
Minor adjustments were made to Qiskit Experiments internals to avoid | ||
deprecation warnings when using Qiskit 1.3. See `#1482 | ||
<https://github.com/qiskit-community/qiskit-experiments/pull/1482>_`. |
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