From 00644ed1f7b610762e066fe284146a360438d389 Mon Sep 17 00:00:00 2001 From: Jessie Yu Date: Mon, 27 Nov 2023 20:53:29 -0500 Subject: [PATCH 1/2] release notes --- docs/index.rst | 4 ++-- .../notes/0.16/q-ctrl-instance-check-46181d51f16d18bc.yaml | 5 +++++ .../{ => 0.16}/remove-custom-programs-aea76f4dd19cd481.yaml | 0 .../{ => 0.16}/thread-safe-sessions-d08c8367e98447e7.yaml | 0 .../notes/q-ctrl-instance-check-46181d51f16d18bc.yaml | 5 ----- 5 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 releasenotes/notes/0.16/q-ctrl-instance-check-46181d51f16d18bc.yaml rename releasenotes/notes/{ => 0.16}/remove-custom-programs-aea76f4dd19cd481.yaml (100%) rename releasenotes/notes/{ => 0.16}/thread-safe-sessions-d08c8367e98447e7.yaml (100%) delete mode 100644 releasenotes/notes/q-ctrl-instance-check-46181d51f16d18bc.yaml diff --git a/docs/index.rst b/docs/index.rst index 9271be9e07..341c1936ee 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,5 +1,5 @@ ######################################### -Qiskit Runtime 0.15.0 documentation +Qiskit Runtime 0.16.1 documentation ######################################### Overview @@ -32,7 +32,7 @@ This primitive takes circuits as input and returns a quasi-probability distribut **Error suppression / mitigation** -While building a fault-tolerant quantum computation is the ultimate goal, at present, calculations performed on near-term quantum computers are susceptible to noise. Qiskit Runtime offers several methods for preventing errors before they occur (error suppression techniques) and dealing with those that do occur (error mitigation techniques). +While building a fault-tolerant quantum computation is the ultimate goal, at present, calculations performed on near-term quantum computers are susceptible to noise. Qiskit Runtime offers several methods for preventing errors before they occur (error suppression techniques) and dealing with those that do occur (error mitigation techniques). **Session** diff --git a/releasenotes/notes/0.16/q-ctrl-instance-check-46181d51f16d18bc.yaml b/releasenotes/notes/0.16/q-ctrl-instance-check-46181d51f16d18bc.yaml new file mode 100644 index 0000000000..a48934c7f0 --- /dev/null +++ b/releasenotes/notes/0.16/q-ctrl-instance-check-46181d51f16d18bc.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + If a cloud instance that is ``q-ctrl`` enabled is used while ``q-ctrl`` is not + passed in as the ``channel_strategy``, an error will be raised. diff --git a/releasenotes/notes/remove-custom-programs-aea76f4dd19cd481.yaml b/releasenotes/notes/0.16/remove-custom-programs-aea76f4dd19cd481.yaml similarity index 100% rename from releasenotes/notes/remove-custom-programs-aea76f4dd19cd481.yaml rename to releasenotes/notes/0.16/remove-custom-programs-aea76f4dd19cd481.yaml diff --git a/releasenotes/notes/thread-safe-sessions-d08c8367e98447e7.yaml b/releasenotes/notes/0.16/thread-safe-sessions-d08c8367e98447e7.yaml similarity index 100% rename from releasenotes/notes/thread-safe-sessions-d08c8367e98447e7.yaml rename to releasenotes/notes/0.16/thread-safe-sessions-d08c8367e98447e7.yaml diff --git a/releasenotes/notes/q-ctrl-instance-check-46181d51f16d18bc.yaml b/releasenotes/notes/q-ctrl-instance-check-46181d51f16d18bc.yaml deleted file mode 100644 index 1a556a4fb5..0000000000 --- a/releasenotes/notes/q-ctrl-instance-check-46181d51f16d18bc.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -fixes: - - | - If a cloud instance that is `q-ctrl` enabled is used while `q-ctrl` is not - passed in as the `channel_strategy`, an error will be raised. From d0e0699b8092076b9a007cfc3476907c9a8db4ff Mon Sep 17 00:00:00 2001 From: Jessie Yu Date: Mon, 27 Nov 2023 21:07:41 -0500 Subject: [PATCH 2/2] fix release --- docs/conf.py | 2 +- qiskit_ibm_runtime/VERSION.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index de5c2f652a..50a70e03d5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.16.0' +release = '0.16.1' docs_url_prefix = "ecosystem/ibm-runtime" diff --git a/qiskit_ibm_runtime/VERSION.txt b/qiskit_ibm_runtime/VERSION.txt index 04a373efe6..2a0970ca75 100644 --- a/qiskit_ibm_runtime/VERSION.txt +++ b/qiskit_ibm_runtime/VERSION.txt @@ -1 +1 @@ -0.16.0 +0.16.1