-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add deprecation warnings for everything related to custom programs (#…
…1153) * add deprecation warnings for custom programs * add msg in run() * fix lint * remove test_programs.py * update deprecation message * add reno
- Loading branch information
Showing
3 changed files
with
106 additions
and
249 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: 9 additions & 0 deletions
9
releasenotes/notes/deprecate-custom-programs-274e6ea20d1027a1.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,9 @@ | ||
--- | ||
deprecations: | ||
- | | ||
Custom programs are being deprecated as of qiskit-ibm-runtime 0.14.0 and will be | ||
removed on November 27, 2023. Users can instead convert their custom programs to use | ||
Qiskit Runtime primitives with Quantum Serverless. Refer to the migration guide for | ||
instructions: | ||
https://qiskit-extensions.github.io/quantum-serverless/migration/migration_from_qiskit_runtime_programs.html | ||
Oops, something went wrong.