Skip to content

Commit

Permalink
Prepare release 0.16.1 (#1239)
Browse files Browse the repository at this point in the history
* release notes

* fix release
  • Loading branch information
jyu00 committed Nov 28, 2023
1 parent fb8732d commit ef06c1a
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#########################################
Qiskit Runtime 0.15.0 documentation
Qiskit Runtime 0.16.1 documentation
#########################################

Overview
Expand Down Expand Up @@ -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**

Expand Down
2 changes: 1 addition & 1 deletion qiskit_ibm_runtime/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.0
0.16.1
Original file line number Diff line number Diff line change
@@ -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.

This file was deleted.

0 comments on commit ef06c1a

Please sign in to comment.