Skip to content

Commit de0db44

Browse files
authored
update to patch release (#4123)
update to 43.1 and remove ignore-warning tags from `service=QiskitRuntime()` cells.
1 parent 326fbbe commit de0db44

38 files changed

+63
-282
lines changed

docs/guides/add-job-tags.ipynb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,7 @@
5151
"cell_type": "code",
5252
"execution_count": 19,
5353
"id": "74a7a1ea-f2ae-4b8c-9499-af52840c2e74",
54-
"metadata": {
55-
"tags": [
56-
"ignore-warnings"
57-
]
58-
},
54+
"metadata": {},
5955
"outputs": [
6056
{
6157
"name": "stdout",

docs/guides/build-noise-models.ipynb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,7 @@
105105
"cell_type": "code",
106106
"execution_count": 2,
107107
"id": "3c114909-aa2a-4638-b945-e31dcdbaf248",
108-
"metadata": {
109-
"tags": [
110-
"ignore-warnings"
111-
]
112-
},
108+
"metadata": {},
113109
"outputs": [],
114110
"source": [
115111
"from qiskit_ibm_runtime import QiskitRuntimeService\n",

docs/guides/classical-feedforward-and-control-flow.ipynb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -303,11 +303,7 @@
303303
"cell_type": "code",
304304
"execution_count": null,
305305
"id": "6b04b732-8143-4d76-bc43-a12ed0790bf6",
306-
"metadata": {
307-
"tags": [
308-
"ignore-warnings"
309-
]
310-
},
306+
"metadata": {},
311307
"outputs": [],
312308
"source": [
313309
"from qiskit_ibm_runtime import QiskitRuntimeService\n",

docs/guides/configure-error-mitigation.ipynb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,7 @@
157157
"cell_type": "code",
158158
"execution_count": 1,
159159
"id": "841b526d-55b8-4125-bd2c-758d9db8dbb3",
160-
"metadata": {
161-
"tags": [
162-
"ignore-warnings"
163-
]
164-
},
160+
"metadata": {},
165161
"outputs": [],
166162
"source": [
167163
"from qiskit_ibm_runtime import QiskitRuntimeService\n",

docs/guides/configure-error-suppression.ipynb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,7 @@
5555
"cell_type": "code",
5656
"execution_count": 1,
5757
"id": "149509bf-86ff-4bf5-8b20-662e2e85b769",
58-
"metadata": {
59-
"tags": [
60-
"ignore-warnings"
61-
]
62-
},
58+
"metadata": {},
6359
"outputs": [
6460
{
6561
"name": "stdout",

docs/guides/debug-qiskit-runtime-jobs.ipynb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,7 @@
8585
"cell_type": "code",
8686
"execution_count": 2,
8787
"id": "a45a6d9e-de39-4586-8395-a7f580f0e0dc",
88-
"metadata": {
89-
"tags": [
90-
"ignore-warnings"
91-
]
92-
},
88+
"metadata": {},
9389
"outputs": [],
9490
"source": [
9591
"# Choose the least busy backend\n",

docs/guides/dynamical-decoupling-pass-manager.ipynb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,7 @@
4848
"cell_type": "code",
4949
"execution_count": 1,
5050
"id": "368cab01-8eb0-4feb-a5d1-269d225af7af",
51-
"metadata": {
52-
"tags": [
53-
"ignore-warnings"
54-
]
55-
},
51+
"metadata": {},
5652
"outputs": [],
5753
"source": [
5854
"from qiskit_ibm_runtime import QiskitRuntimeService\n",

docs/guides/error-mitigation-and-suppression-techniques.ipynb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,7 @@
5151
"cell_type": "code",
5252
"execution_count": 1,
5353
"id": "39ef65e5",
54-
"metadata": {
55-
"tags": [
56-
"ignore-warnings"
57-
]
58-
},
54+
"metadata": {},
5955
"outputs": [],
6056
"source": [
6157
"from qiskit_ibm_runtime import EstimatorV2 as Estimator\n",

docs/guides/fractional-gates.ipynb

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,7 @@
126126
"cell_type": "code",
127127
"execution_count": 2,
128128
"id": "09ef3ed0-7126-45a2-a876-35a4f540c949",
129-
"metadata": {
130-
"tags": [
131-
"ignore-warnings"
132-
]
133-
},
129+
"metadata": {},
134130
"outputs": [],
135131
"source": [
136132
"service = QiskitRuntimeService()\n",
@@ -266,11 +262,7 @@
266262
"cell_type": "code",
267263
"execution_count": 6,
268264
"id": "5da9bba4-9a3b-4569-9997-c5b9ccf87b6a",
269-
"metadata": {
270-
"tags": [
271-
"ignore-warnings"
272-
]
273-
},
265+
"metadata": {},
274266
"outputs": [
275267
{
276268
"data": {
@@ -327,11 +319,7 @@
327319
"cell_type": "code",
328320
"execution_count": 8,
329321
"id": "f07217b9-a6f0-4adf-b341-6da447535c33",
330-
"metadata": {
331-
"tags": [
332-
"ignore-warnings"
333-
]
334-
},
322+
"metadata": {},
335323
"outputs": [
336324
{
337325
"data": {

docs/guides/function-template-hamiltonian-simulation.ipynb

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -431,11 +431,7 @@
431431
"cell_type": "code",
432432
"execution_count": 8,
433433
"id": "1db2749f-1285-48c6-8ec3-bc9f422686e2",
434-
"metadata": {
435-
"tags": [
436-
"ignore-warnings"
437-
]
438-
},
434+
"metadata": {},
439435
"outputs": [
440436
{
441437
"name": "stdout",
@@ -1123,8 +1119,7 @@
11231119
"id": "20502fe4-7940-40fa-a978-64cc3ff6c1b1",
11241120
"metadata": {
11251121
"tags": [
1126-
"id-full-source",
1127-
"ignore-warnings"
1122+
"id-full-source"
11281123
]
11291124
},
11301125
"outputs": [

0 commit comments

Comments
 (0)