Skip to content

Commit ef06c1a

Browse files
authored
Prepare release 0.16.1 (#1239)
* release notes * fix release
1 parent fb8732d commit ef06c1a

7 files changed

+9
-9
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# The short X.Y version
4343
version = ''
4444
# The full version, including alpha/beta/rc tags
45-
release = '0.16.0'
45+
release = '0.16.1'
4646

4747
docs_url_prefix = "ecosystem/ibm-runtime"
4848

docs/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#########################################
2-
Qiskit Runtime 0.15.0 documentation
2+
Qiskit Runtime 0.16.1 documentation
33
#########################################
44

55
Overview
@@ -32,7 +32,7 @@ This primitive takes circuits as input and returns a quasi-probability distribut
3232

3333
**Error suppression / mitigation**
3434

35-
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).
35+
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).
3636

3737
**Session**
3838

qiskit_ibm_runtime/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.16.0
1+
0.16.1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
If a cloud instance that is ``q-ctrl`` enabled is used while ``q-ctrl`` is not
5+
passed in as the ``channel_strategy``, an error will be raised.

releasenotes/notes/q-ctrl-instance-check-46181d51f16d18bc.yaml

-5
This file was deleted.

0 commit comments

Comments
 (0)