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.
Deprecate get_vf2_call_limit in preset_passmanagers (Qiskit#10065)
* Deprecate get_vf2_call_limit in preset_passmanagers This has been replaced by get_vf2_limits * Black formatting * Add release note for Qiskit#10065
- Loading branch information
1 parent
886c659
commit 1e9af7e
Showing
3 changed files
with
19 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
8 changes: 8 additions & 0 deletions
8
releasenotes/notes/deprecate-get_vf2_call_limit-826e0f9212fb27b9.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,8 @@ | ||
--- | ||
deprecations: | ||
- | | ||
The function ``get_vf2_call_limit`` available via the module | ||
:mod:`qiskit.transpiler.preset_passmanagers.common` has been | ||
deprecated. This will likely affect very few users since this function was | ||
neither explicitly exported nor documented. Its functionality has been | ||
replaced and extended by a function in the same module. |
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