Skip to content

Commit 3343889

Browse files
Update notebook outputs (#3827)
An action recently executed the notebooks in this repo. This PR updates all notebooks that ran successfully with the new cell outputs. > [!NOTE] > This pull request was created by a GitHub action. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Kaelyn Ferris <[email protected]>
1 parent faecd6f commit 3343889

File tree

61 files changed

+340
-338
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+340
-338
lines changed

docs/guides/DAG-representation.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"[DAGOpNode(op=Instruction(name='h', num_qubits=1, num_clbits=0, params=[]), qargs=(<Qubit register=(3, \"q\"), index=0>,), cargs=()),\n",
132132
" DAGOpNode(op=Instruction(name='cx', num_qubits=2, num_clbits=0, params=[]), qargs=(<Qubit register=(3, \"q\"), index=0>, <Qubit register=(3, \"q\"), index=1>), cargs=()),\n",
133133
" DAGOpNode(op=Instruction(name='measure', num_qubits=1, num_clbits=1, params=[]), qargs=(<Qubit register=(3, \"q\"), index=0>,), cargs=(<Clbit register=(3, \"c\"), index=0>,)),\n",
134-
" DAGOpNode(op=Instruction(name='if_else', num_qubits=1, num_clbits=3, params=[<qiskit.circuit.quantumcircuit.QuantumCircuit object at 0x7f92440b6cd0>, None]), qargs=(<Qubit register=(3, \"q\"), index=1>,), cargs=(<Clbit register=(3, \"c\"), index=0>, <Clbit register=(3, \"c\"), index=1>, <Clbit register=(3, \"c\"), index=2>))]"
134+
" DAGOpNode(op=Instruction(name='if_else', num_qubits=1, num_clbits=3, params=[<qiskit.circuit.quantumcircuit.QuantumCircuit object at 0x7fb77e27f5d0>, None]), qargs=(<Qubit register=(3, \"q\"), index=1>,), cargs=(<Clbit register=(3, \"c\"), index=0>, <Clbit register=(3, \"c\"), index=1>, <Clbit register=(3, \"c\"), index=2>))]"
135135
]
136136
},
137137
"execution_count": 3,
@@ -162,7 +162,7 @@
162162
"output_type": "stream",
163163
"text": [
164164
"node name: if_else\n",
165-
"op: Instruction(name='if_else', num_qubits=1, num_clbits=3, params=[<qiskit.circuit.quantumcircuit.QuantumCircuit object at 0x7f92440b6cd0>, None])\n",
165+
"op: Instruction(name='if_else', num_qubits=1, num_clbits=3, params=[<qiskit.circuit.quantumcircuit.QuantumCircuit object at 0x7fb77e27f5d0>, None])\n",
166166
"qargs: (<Qubit register=(3, \"q\"), index=1>,)\n",
167167
"cargs: (<Clbit register=(3, \"c\"), index=0>, <Clbit register=(3, \"c\"), index=1>, <Clbit register=(3, \"c\"), index=2>)\n",
168168
"condition: (ClassicalRegister(3, 'c'), 2)\n"

docs/guides/build-noise-models.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@
728728
"text": [
729729
"NoiseModel:\n",
730730
" Basis gates: ['cx', 'id', 'rz', 'sx', 'u1', 'u2', 'u3']\n",
731-
" Instructions with noise: ['u3', 'cx', 'reset', 'u1', 'measure', 'u2']\n",
731+
" Instructions with noise: ['cx', 'u3', 'u1', 'measure', 'reset', 'u2']\n",
732732
" All-qubits errors: ['reset', 'measure', 'u1', 'u2', 'u3', 'cx']\n"
733733
]
734734
}
@@ -838,7 +838,7 @@
838838
"text": [
839839
"NoiseModel:\n",
840840
" Basis gates: ['cx', 'id', 'rz', 'sx', 'u2', 'u3']\n",
841-
" Instructions with noise: ['u3', 'cx', 'reset', 'measure', 'u2']\n",
841+
" Instructions with noise: ['cx', 'u3', 'measure', 'reset', 'u2']\n",
842842
" Qubits with noise: [0, 1, 2, 3]\n",
843843
" Specific qubit errors: [('reset', (0,)), ('reset', (1,)), ('reset', (2,)), ('reset', (3,)), ('measure', (0,)), ('measure', (1,)), ('measure', (2,)), ('measure', (3,)), ('u2', (0,)), ('u2', (1,)), ('u2', (2,)), ('u2', (3,)), ('u3', (0,)), ('u3', (1,)), ('u3', (2,)), ('u3', (3,)), ('cx', (0, 0)), ('cx', (0, 1)), ('cx', (0, 2)), ('cx', (0, 3)), ('cx', (1, 0)), ('cx', (1, 1)), ('cx', (1, 2)), ('cx', (1, 3)), ('cx', (2, 0)), ('cx', (2, 1)), ('cx', (2, 2)), ('cx', (2, 3)), ('cx', (3, 0)), ('cx', (3, 1)), ('cx', (3, 2)), ('cx', (3, 3))]\n"
844844
]

docs/guides/create-transpiler-plugin.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@
542542
{
543543
"data": {
544544
"text/plain": [
545-
"['ag', 'bm', 'default', 'greedy', 'layers', 'lnn', 'rb_default']"
545+
"['rb_default', 'ag', 'bm', 'default', 'greedy', 'layers', 'lnn']"
546546
]
547547
},
548548
"execution_count": 7,

docs/guides/custom-backend.ipynb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -388,10 +388,10 @@
388388
"output_type": "stream",
389389
"text": [
390390
"Post-Transpilation: \n",
391-
"CZ gates: 155\n",
391+
"CZ gates: 167\n",
392392
"ECR gates: 6\n",
393-
"SX gates: 303\n",
394-
"RZ gates: 209\n"
393+
"SX gates: 300\n",
394+
"RZ gates: 187\n"
395395
]
396396
}
397397
],
@@ -570,10 +570,10 @@
570570
"name": "stdout",
571571
"output_type": "stream",
572572
"text": [
573-
"CZ gates: 827\n",
574-
"X gates: 9\n",
575-
"SX gates: 1528\n",
576-
"RZ gates: 884\n"
573+
"CZ gates: 883\n",
574+
"X gates: 3\n",
575+
"SX gates: 1650\n",
576+
"RZ gates: 935\n"
577577
]
578578
}
579579
],

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

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -317,13 +317,13 @@
317317
"output_type": "stream",
318318
"text": [
319319
"Noisy results:\n",
320-
" NeatResult([NeatPubResult(vals=array([0.9921875 , 0.99609375, 0.97460938, 0.98046875, 0.98632812,\n",
321-
" 0.97851562])), NeatPubResult(vals=array([0.97460938, 0.97460938, 0.95507812, 0.96289062, 0.96679688,\n",
322-
" 0.96679688])), NeatPubResult(vals=array([0.94140625, 0.94726562, 0.9140625 , 0.91992188, 0.94921875,\n",
323-
" 0.95898438])), NeatPubResult(vals=array([0.91210938, 0.92382812, 0.88476562, 0.90820312, 0.93554688,\n",
324-
" 0.96289062])), NeatPubResult(vals=array([0.87695312, 0.86132812, 0.83789062, 0.85742188, 0.90625 ,\n",
325-
" 0.9296875 ])), NeatPubResult(vals=array([0.859375 , 0.859375 , 0.84375 , 0.86914062, 0.91796875,\n",
326-
" 0.95507812]))])\n",
320+
" NeatResult([NeatPubResult(vals=array([0.99414062, 0.99414062, 0.99023438, 0.99609375, 0.984375 ,\n",
321+
" 0.99414062])), NeatPubResult(vals=array([0.97070312, 0.97460938, 0.9609375 , 0.984375 , 0.97851562,\n",
322+
" 0.99609375])), NeatPubResult(vals=array([0.95703125, 0.95703125, 0.95117188, 0.95703125, 0.95703125,\n",
323+
" 0.98046875])), NeatPubResult(vals=array([0.9296875 , 0.91992188, 0.921875 , 0.95117188, 0.9609375 ,\n",
324+
" 0.96679688])), NeatPubResult(vals=array([0.91601562, 0.90625 , 0.92382812, 0.94335938, 0.95117188,\n",
325+
" 0.9609375 ])), NeatPubResult(vals=array([0.88671875, 0.89648438, 0.87304688, 0.93554688, 0.9375 ,\n",
326+
" 0.96679688]))])\n",
327327
"\n"
328328
]
329329
}
@@ -359,22 +359,22 @@
359359
"output_type": "stream",
360360
"text": [
361361
"Mean absolute difference between ideal and noisy results for circuits with 1 layers:\n",
362-
" 1.53%\n",
362+
" 0.78%\n",
363363
"\n",
364364
"Mean absolute difference between ideal and noisy results for circuits with 2 layers:\n",
365-
" 3.32%\n",
365+
" 2.25%\n",
366366
"\n",
367367
"Mean absolute difference between ideal and noisy results for circuits with 3 layers:\n",
368-
" 6.15%\n",
368+
" 4.0%\n",
369369
"\n",
370370
"Mean absolute difference between ideal and noisy results for circuits with 4 layers:\n",
371-
" 7.88%\n",
371+
" 5.83%\n",
372372
"\n",
373373
"Mean absolute difference between ideal and noisy results for circuits with 5 layers:\n",
374-
" 12.18%\n",
374+
" 6.64%\n",
375375
"\n",
376376
"Mean absolute difference between ideal and noisy results for circuits with 6 layers:\n",
377-
" 11.59%\n",
377+
" 8.4%\n",
378378
"\n"
379379
]
380380
}
@@ -435,22 +435,22 @@
435435
"output_type": "stream",
436436
"text": [
437437
"Mean absolute difference between ideal and noisy results for circuits with 1 layers:\n",
438-
" 3.29%\n",
438+
" 0.0%\n",
439439
"\n",
440440
"Mean absolute difference between ideal and noisy results for circuits with 2 layers:\n",
441-
" 7.55%\n",
441+
" 0.0%\n",
442442
"\n",
443443
"Mean absolute difference between ideal and noisy results for circuits with 3 layers:\n",
444-
" 13.09%\n",
444+
" 0.0%\n",
445445
"\n",
446446
"Mean absolute difference between ideal and noisy results for circuits with 4 layers:\n",
447-
" 18.39%\n",
447+
" 0.0%\n",
448448
"\n",
449449
"Mean absolute difference between ideal and noisy results for circuits with 5 layers:\n",
450-
" 25.13%\n",
450+
" 0.0%\n",
451451
"\n",
452452
"Mean absolute difference between ideal and noisy results for circuits with 6 layers:\n",
453-
" 28.03%\n",
453+
" 0.0%\n",
454454
"\n"
455455
]
456456
}
@@ -581,19 +581,19 @@
581581
"output_type": "stream",
582582
"text": [
583583
"Mean absolute difference for factors [1, 1.1]:\n",
584-
" 4.08%\n",
584+
" 11.25%\n",
585585
"\n",
586586
"Mean absolute difference for factors [1, 1.1, 1.2]:\n",
587-
" 3.49%\n",
587+
" 9.36%\n",
588588
"\n",
589589
"Mean absolute difference for factors [1, 1.5, 2]:\n",
590-
" 3.45%\n",
590+
" 13.03%\n",
591591
"\n",
592592
"Mean absolute difference for factors [1, 1.5, 2, 2.5, 3]:\n",
593-
" 2.45%\n",
593+
" 10.63%\n",
594594
"\n",
595595
"Mean absolute difference for factors [1, 4]:\n",
596-
" 2.49%\n",
596+
" 6.89%\n",
597597
"\n"
598598
]
599599
}

docs/guides/defaults-and-configuration-options.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
{
251251
"data": {
252252
"text/plain": [
253-
"<qiskit.transpiler.passmanager.StagedPassManager at 0x7f14001f5710>"
253+
"<qiskit.transpiler.passmanager.StagedPassManager at 0x7f528def8a10>"
254254
]
255255
},
256256
"execution_count": 3,

docs/guides/get-qpu-information.ipynb

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
{
183183
"data": {
184184
"text/plain": [
185-
"<IBMBackend('ibm_brisbane')>"
185+
"<IBMBackend('ibm_torino')>"
186186
]
187187
},
188188
"execution_count": 4,
@@ -313,7 +313,7 @@
313313
{
314314
"data": {
315315
"text/plain": [
316-
"QubitProperties(t1=0.00035761168689508034, t2=0.0004750364393368112, frequency=4815138551.9053)"
316+
"QubitProperties(t1=0.00033950165515210127, t2=0.00039862146879251906, frequency=4815140551.859664)"
317317
]
318318
},
319319
"execution_count": 6,
@@ -335,22 +335,22 @@
335335
{
336336
"data": {
337337
"text/plain": [
338-
"{'T1': (0.00027066209780797425,\n",
339-
" datetime.datetime(2025, 7, 31, 20, 26, 9, tzinfo=tzlocal())),\n",
340-
" 'T2': (5.154603366721979e-05,\n",
341-
" datetime.datetime(2025, 7, 31, 20, 26, 9, tzinfo=tzlocal())),\n",
342-
" 'frequency': (4721900352.1746235,\n",
343-
" datetime.datetime(2025, 8, 1, 6, 1, 9, tzinfo=tzlocal())),\n",
338+
"{'T1': (0.000292034087560393,\n",
339+
" datetime.datetime(2025, 9, 1, 5, 46, 32, tzinfo=tzlocal())),\n",
340+
" 'T2': (5.3456867360362344e-05,\n",
341+
" datetime.datetime(2025, 9, 1, 5, 47, 23, tzinfo=tzlocal())),\n",
342+
" 'frequency': (4721903631.949188,\n",
343+
" datetime.datetime(2025, 9, 1, 6, 27, 7, tzinfo=tzlocal())),\n",
344344
" 'anharmonicity': (-311978659.73435575,\n",
345-
" datetime.datetime(2025, 8, 1, 6, 1, 9, tzinfo=tzlocal())),\n",
346-
" 'readout_error': (0.0341796875,\n",
347-
" datetime.datetime(2025, 7, 31, 21, 26, tzinfo=tzlocal())),\n",
348-
" 'prob_meas0_prep1': (0.0263671875,\n",
349-
" datetime.datetime(2025, 7, 31, 21, 26, tzinfo=tzlocal())),\n",
350-
" 'prob_meas1_prep0': (0.0419921875,\n",
351-
" datetime.datetime(2025, 7, 31, 21, 26, tzinfo=tzlocal())),\n",
345+
" datetime.datetime(2025, 9, 1, 6, 27, 7, tzinfo=tzlocal())),\n",
346+
" 'readout_error': (0.0321044921875,\n",
347+
" datetime.datetime(2025, 9, 1, 6, 4, 16, tzinfo=tzlocal())),\n",
348+
" 'prob_meas0_prep1': (0.0166015625,\n",
349+
" datetime.datetime(2025, 8, 31, 7, 22, 37, tzinfo=tzlocal())),\n",
350+
" 'prob_meas1_prep0': (0.0556640625,\n",
351+
" datetime.datetime(2025, 8, 31, 7, 22, 40, tzinfo=tzlocal())),\n",
352352
" 'readout_length': (1.3e-06,\n",
353-
" datetime.datetime(2025, 7, 31, 21, 26, tzinfo=tzlocal()))}"
353+
" datetime.datetime(2025, 9, 1, 6, 4, 16, tzinfo=tzlocal()))}"
354354
]
355355
},
356356
"execution_count": 7,
@@ -374,13 +374,13 @@
374374
"output_type": "stream",
375375
"text": [
376376
"Qubit 126 Properties:\n",
377-
" T1: 0.0002746921073949362 seconds\n",
378-
" T2: 1.68752262717473e-05 seconds\n",
379-
" Frequency: 4908227695.33459 Hz\n",
377+
" T1: 0.0002531517032267193 seconds\n",
378+
" T2: 1.648990645075844e-05 seconds\n",
379+
" Frequency: 4908228115.11265 Hz\n",
380380
" Anharmonicity: -308575726.39301103 Hz\n",
381-
" Readout Error: 0.072021484375\n",
382-
" P(0 | 1): 0.046875\n",
383-
" P(1 | 0): 0.09716796875\n",
381+
" Readout Error: 0.0220947265625\n",
382+
" P(0 | 1): 0.021484375\n",
383+
" P(1 | 0): 0.0361328125\n",
384384
" Readout Length: 1.3e-06 seconds\n"
385385
]
386386
}
@@ -430,7 +430,7 @@
430430
{
431431
"data": {
432432
"text/plain": [
433-
"InstructionProperties(duration=6.6e-07, error=0.005820281053298959)"
433+
"InstructionProperties(duration=6.6e-07, error=0.003287264393191658)"
434434
]
435435
},
436436
"execution_count": 9,
@@ -459,7 +459,7 @@
459459
{
460460
"data": {
461461
"text/plain": [
462-
"InstructionProperties(duration=1.3e-06, error=0.0341796875)"
462+
"InstructionProperties(duration=1.3e-06, error=0.0321044921875)"
463463
]
464464
},
465465
"execution_count": 10,

docs/guides/get-started-with-primitives.ipynb

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"name": "stdout",
8181
"output_type": "stream",
8282
"text": [
83-
"ibm_brisbane\n"
83+
"ibm_torino\n"
8484
]
8585
}
8686
],
@@ -167,7 +167,7 @@
167167
"name": "stdout",
168168
"output_type": "stream",
169169
"text": [
170-
">>> Circuit ops (ISA): OrderedDict([('rz', 2734), ('sx', 1185), ('ecr', 576), ('x', 284)])\n"
170+
">>> Circuit ops (ISA): OrderedDict([('rz', 3826), ('sx', 1601), ('cz', 968)])\n"
171171
]
172172
}
173173
],
@@ -222,7 +222,13 @@
222222
"name": "stdout",
223223
"output_type": "stream",
224224
"text": [
225-
">>> Job ID: d266hogut9ds739ge2hg\n",
225+
">>> Job ID: d2qkd2saumss73e7dbug\n"
226+
]
227+
},
228+
{
229+
"name": "stdout",
230+
"output_type": "stream",
231+
"text": [
226232
">>> Job Status: QUEUED\n"
227233
]
228234
}
@@ -244,7 +250,7 @@
244250
"output_type": "stream",
245251
"text": [
246252
">>> PrimitiveResult([PubResult(data=DataBin(evs=np.ndarray(<shape=(), dtype=float64>), stds=np.ndarray(<shape=(), dtype=float64>), ensemble_standard_error=np.ndarray(<shape=(), dtype=float64>)), metadata={'shots': 4096, 'target_precision': 0.015625, 'circuit_metadata': {}, 'resilience': {}, 'num_randomizations': 32})], metadata={'dynamical_decoupling': {'enable': False, 'sequence_type': 'XX', 'extra_slack_distribution': 'middle', 'scheduling_method': 'alap'}, 'twirling': {'enable_gates': False, 'enable_measure': True, 'num_randomizations': 'auto', 'shots_per_randomization': 'auto', 'interleave_randomizations': True, 'strategy': 'active-accum'}, 'resilience': {'measure_mitigation': True, 'zne_mitigation': False, 'pec_mitigation': False}, 'version': 2})\n",
247-
" > Expectation value: 2.860418623286167\n",
253+
" > Expectation value: 27.231065568557664\n",
248254
" > Metadata: {'shots': 4096, 'target_precision': 0.015625, 'circuit_metadata': {}, 'resilience': {}, 'num_randomizations': 32}\n"
249255
]
250256
}
@@ -330,7 +336,7 @@
330336
"name": "stdout",
331337
"output_type": "stream",
332338
"text": [
333-
">>> Circuit ops (ISA): OrderedDict([('rz', 3647), ('sx', 2061), ('ecr', 579), ('measure', 127), ('x', 14), ('barrier', 1)])\n"
339+
">>> Circuit ops (ISA): OrderedDict([('sx', 3204), ('rz', 3036), ('cz', 1146), ('measure', 127), ('barrier', 1)])\n"
334340
]
335341
}
336342
],
@@ -384,7 +390,7 @@
384390
"name": "stdout",
385391
"output_type": "stream",
386392
"text": [
387-
">>> Job ID: d266i68ut9ds739ge340\n",
393+
">>> Job ID: d2qkdfsaumss73e7dcd0\n",
388394
">>> Job Status: QUEUED\n"
389395
]
390396
}
@@ -405,7 +411,7 @@
405411
"name": "stdout",
406412
"output_type": "stream",
407413
"text": [
408-
"First ten results for the 'meas' output register: ['1100110010110111011000010111100111110111101011010001001110011100010011010111101110000100111110111111101101111111011111001101011', '1000101001000010011101110111000100110111100101110101111011111110001110011101101000000011000001011100011101100111110100111001110', '1100111110111100111111000110010100110010110011111011011101011001010111011110011011101001001001111110011110110110101110101101011', '1100100000001111010011010101111001111110111100001001000001100000100111011011011010101011110000011110100111110111101111011011101', '0110101011001111001101111010010111101111011100101001011101101111011010011110101101011111101000110010110000110001100101010011100', '1111001111001100110011100010001101101101011010101101000000111010011011111011011101111111000011010101011011000111011101110101101', '1001111100000100010100110100101010010100001000110110101111110100110010111111001000101001101010110001110001111111111100111100101', '0101001101110010010100010010101000001101101111101111001110101100101011111000110000001001010000011110100111110000001101101100100', '1001000000100000100010100111011010101000010101011011111001010101001001010100100001100001100001011110100110110011111101010001100', '0110101100010000111010011110111001011111110111100111101101010011110001001011000101111111011101110000110111110010000101111111111']\n"
414+
"First ten results for the 'meas' output register: ['0110010001111101100001010101011100001001000000000000000000011000100000010100011101010101100100001001001100001000010101010011000', '0110110000000100101100001001110100010111000000010110001001000100100101000010101000101111010001101000010101000100101111011010100', '1010100010011000111101000100110010100011001101100100000011011100100000100000110010000100001000111110100100001011000101000100000', '0001010000000000110111000010000100000010010000001000001000001000000000000100101001111110010101110101000111100101001101010000000', '0110111001011000000110000010101100000011010100000010100011010110101010011001111000100001010001100001000110101010010111011000000', '1111110111100011110101001100111101111000001010110100000100010100011000100101101010000011010101011010000000111000000100001100000', '0001000010100101111011010000000100110000011010010111000000000000001000010010110001110110001000010011111111010001100000111000100', '0111011001100010100000101001110111100000011000011000101110010000101011001000100101001100110110101010001101000001000100001100100', '1010000111010010110100001010000011111010001101111000000001010001011000000000101001100010110000000011000011100100001101000001010', '0000000100001001111000101011111010001101010000000110100001011111000100010000000001110000001010010111000100001110000011000100101']\n"
409415
]
410416
}
411417
],

docs/guides/measure-qubits.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
{
6464
"data": {
6565
"text/plain": [
66-
"<qiskit.circuit.instructionset.InstructionSet at 0x7fa7dc152290>"
66+
"<qiskit.circuit.instructionset.InstructionSet at 0x7f72ed842560>"
6767
]
6868
},
6969
"execution_count": 1,
@@ -92,7 +92,7 @@
9292
{
9393
"data": {
9494
"text/plain": [
95-
"<qiskit.circuit.instructionset.InstructionSet at 0x7fa7dc152080>"
95+
"<qiskit.circuit.instructionset.InstructionSet at 0x7f7320e529b0>"
9696
]
9797
},
9898
"execution_count": 2,
@@ -127,7 +127,7 @@
127127
{
128128
"data": {
129129
"text/plain": [
130-
"<qiskit.circuit.instructionset.InstructionSet at 0x7fa7dc151f30>"
130+
"<qiskit.circuit.instructionset.InstructionSet at 0x7f7320e52e90>"
131131
]
132132
},
133133
"execution_count": 3,

0 commit comments

Comments
 (0)