iqm-benchmarks 2.35__tar.gz → 2.36__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/CHANGELOG.rst +4 -0
- {iqm_benchmarks-2.35/src/iqm_benchmarks.egg-info → iqm_benchmarks-2.36}/PKG-INFO +1 -1
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/devices/spark.ipynb +31 -22
- iqm_benchmarks-2.36/docs/devices/star.ipynb +547 -0
- iqm_benchmarks-2.36/docs/examples/example_clops.ipynb +296 -0
- iqm_benchmarks-2.36/docs/examples/example_qscore.ipynb +230 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/requirements.txt +3 -3
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/optimization/qscore.py +2 -9
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/quantum_volume/clops.py +8 -21
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36/src/iqm_benchmarks.egg-info}/PKG-INFO +1 -1
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/tests/test_qscore.py +0 -3
- iqm_benchmarks-2.35/docs/devices/star.ipynb +0 -651
- iqm_benchmarks-2.35/docs/examples/example_clops.ipynb +0 -509
- iqm_benchmarks-2.35/docs/examples/example_qscore.ipynb +0 -824
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/.github/workflows/main.yml +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/.github/workflows/publish.yml +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/.github/workflows/tag_and_release.yml +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/.gitignore +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/LICENSE +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/MANIFEST.in +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/README.md +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/benchmark_runner.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docbuild +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/API.rst +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/Makefile +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/_static/images/favicon.ico +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/_static/images/logo.png +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/_templates/autosummary-class-template.rst +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/_templates/autosummary-module-template.rst +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/changelog.rst +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/conf.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/development/development.rst +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/development/generate_2qubit_cliffords.ipynb +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/development/how_to_make_your_own_benchmark.ipynb +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/devices/devices.rst +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/examples/example_clifford_rb.ipynb +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/examples/example_eplg.ipynb +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/examples/example_experiment_all.ipynb +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/examples/example_ghz.ipynb +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/examples/example_graphstate.ipynb +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/examples/example_gst.ipynb +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/examples/example_interleaved_rb.ipynb +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/examples/example_mirror_rb.ipynb +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/examples/example_quantum_volume.ipynb +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/examples/examples.rst +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/index.rst +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/license.rst +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/docs/readme.md +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/format +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/pyproject.toml +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/scheduled_experiments/adonis/__init__.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/scheduled_experiments/adonis/weekly.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/setup.cfg +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/__init__.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/benchmark.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/benchmark_definition.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/circuit_containers.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/compressive_gst/__init__.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/compressive_gst/compressive_gst.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/compressive_gst/gst_analysis.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/entanglement/__init__.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/entanglement/ghz.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/entanglement/graph_states.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/logging_config.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/optimization/__init__.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/quantum_volume/__init__.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/quantum_volume/quantum_volume.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/randomized_benchmarking/__init__.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/randomized_benchmarking/clifford_1q.pkl +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/randomized_benchmarking/clifford_2q.pkl +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/randomized_benchmarking/clifford_rb/__init__.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/randomized_benchmarking/clifford_rb/clifford_rb.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/randomized_benchmarking/direct_rb/__init__.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/randomized_benchmarking/direct_rb/direct_rb.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/randomized_benchmarking/eplg/__init__.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/randomized_benchmarking/eplg/eplg.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/randomized_benchmarking/interleaved_rb/__init__.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/randomized_benchmarking/interleaved_rb/interleaved_rb.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/randomized_benchmarking/mirror_rb/__init__.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/randomized_benchmarking/mirror_rb/mirror_rb.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/randomized_benchmarking/multi_lmfit.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/randomized_benchmarking/randomized_benchmarking_common.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/readout_mitigation.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/utils.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/utils_plots.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm/benchmarks/utils_shadows.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm_benchmarks.egg-info/SOURCES.txt +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm_benchmarks.egg-info/dependency_links.txt +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm_benchmarks.egg-info/requires.txt +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/iqm_benchmarks.egg-info/top_level.txt +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/mGST/LICENSE +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/mGST/README.md +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/mGST/additional_fns.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/mGST/algorithm.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/mGST/compatibility.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/mGST/low_level_jit.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/mGST/optimization.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/mGST/qiskit_interface.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/mGST/reporting/figure_gen.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/src/mGST/reporting/reporting.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/tag-from-pipeline.sh +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/test +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/tests/test_ghz.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/tests/test_graph_states.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/tests/test_gst.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/tests/test_qv.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/tests/test_rb.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/tests/unit/test_backend_transpilation.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/tests/unit/test_benchmark_circuit.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/tests/unit/test_submit_execute.py +0 -0
- {iqm_benchmarks-2.35 → iqm_benchmarks-2.36}/update-requirements.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iqm-benchmarks
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.36
|
|
4
4
|
Summary: A package for implementation of Quantum Characterization, Verification and Validation (QCVV) techniques on IQM's hardware at gate level abstraction
|
|
5
5
|
Author-email: IQM Finland Oy <developers@meetiqm.com>, Adrian Auer <adrian.auer@meetiqm.com>, Raphael Brieger <raphael.brieger@meetiqm.com>, Alessio Calzona <alessio.calzona@meetiqm.com>, Pedro Figueroa Romero <pedro.romero@meetiqm.com>, Amin Hosseinkhani <amin.hosseinkhani@meetiqm.com>, Miikka Koistinen <miikka@meetiqm.com>, Nadia Milazzo <nadia.milazzo@meetiqm.com>, Vicente Pina Canelles <vicente.pina@meetiqm.com>, Aniket Rath <aniket.rath@meetiqm.com>, Jami Rönkkö <jami@meetiqm.com>, Stefan Seegerer <stefan.seegerer@meetiqm.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/iqm-finland/iqm-benchmarks
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"cell_type": "code",
|
|
98
|
-
"execution_count":
|
|
98
|
+
"execution_count": null,
|
|
99
99
|
"id": "28154b11",
|
|
100
100
|
"metadata": {},
|
|
101
101
|
"outputs": [],
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
},
|
|
132
132
|
{
|
|
133
133
|
"cell_type": "code",
|
|
134
|
-
"execution_count":
|
|
134
|
+
"execution_count": null,
|
|
135
135
|
"id": "55bf7633",
|
|
136
136
|
"metadata": {},
|
|
137
137
|
"outputs": [],
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
},
|
|
142
142
|
{
|
|
143
143
|
"cell_type": "code",
|
|
144
|
-
"execution_count":
|
|
144
|
+
"execution_count": null,
|
|
145
145
|
"id": "29c9dda9",
|
|
146
146
|
"metadata": {},
|
|
147
147
|
"outputs": [],
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
},
|
|
245
245
|
{
|
|
246
246
|
"cell_type": "code",
|
|
247
|
-
"execution_count":
|
|
247
|
+
"execution_count": null,
|
|
248
248
|
"id": "2953c181",
|
|
249
249
|
"metadata": {},
|
|
250
250
|
"outputs": [],
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
264
|
"cell_type": "code",
|
|
265
|
-
"execution_count":
|
|
265
|
+
"execution_count": null,
|
|
266
266
|
"id": "0a828dca",
|
|
267
267
|
"metadata": {},
|
|
268
268
|
"outputs": [],
|
|
@@ -273,10 +273,10 @@
|
|
|
273
273
|
" calset_id=None,\n",
|
|
274
274
|
" num_sigmas=2,\n",
|
|
275
275
|
" choose_qubits_routine=\"custom\",\n",
|
|
276
|
-
" custom_qubits_array=[[0,1,2], [0,2,3], [0,2,4], [1,2,3], [1,2,4]], \n",
|
|
276
|
+
" custom_qubits_array=[[0,1,2]], #, [0,2,3], [0,2,4], [1,2,3], [1,2,4]], \n",
|
|
277
277
|
" qiskit_optim_level=3,\n",
|
|
278
278
|
" optimize_sqg=True,\n",
|
|
279
|
-
" max_gates_per_batch=
|
|
279
|
+
" max_gates_per_batch=40_000,\n",
|
|
280
280
|
" rem=True,\n",
|
|
281
281
|
" mit_shots=1_000,\n",
|
|
282
282
|
")"
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
},
|
|
348
348
|
{
|
|
349
349
|
"cell_type": "code",
|
|
350
|
-
"execution_count":
|
|
350
|
+
"execution_count": null,
|
|
351
351
|
"id": "1e1687c8",
|
|
352
352
|
"metadata": {},
|
|
353
353
|
"outputs": [],
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
359
|
"cell_type": "code",
|
|
360
|
-
"execution_count":
|
|
360
|
+
"execution_count": null,
|
|
361
361
|
"id": "e2c3a156",
|
|
362
362
|
"metadata": {},
|
|
363
363
|
"outputs": [],
|
|
@@ -402,8 +402,17 @@
|
|
|
402
402
|
"outputs": [],
|
|
403
403
|
"source": [
|
|
404
404
|
"result_clops = benchmark_clops.analyze()\n",
|
|
405
|
-
"
|
|
406
|
-
|
|
405
|
+
"result_clops.observations\n"
|
|
406
|
+
]
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"cell_type": "code",
|
|
410
|
+
"execution_count": null,
|
|
411
|
+
"id": "654fc493",
|
|
412
|
+
"metadata": {},
|
|
413
|
+
"outputs": [],
|
|
414
|
+
"source": [
|
|
415
|
+
"result_clops.plot_all()"
|
|
407
416
|
]
|
|
408
417
|
},
|
|
409
418
|
{
|
|
@@ -448,7 +457,7 @@
|
|
|
448
457
|
},
|
|
449
458
|
{
|
|
450
459
|
"cell_type": "code",
|
|
451
|
-
"execution_count":
|
|
460
|
+
"execution_count": null,
|
|
452
461
|
"id": "55abfb988cfefe67",
|
|
453
462
|
"metadata": {},
|
|
454
463
|
"outputs": [],
|
|
@@ -458,7 +467,7 @@
|
|
|
458
467
|
},
|
|
459
468
|
{
|
|
460
469
|
"cell_type": "code",
|
|
461
|
-
"execution_count":
|
|
470
|
+
"execution_count": null,
|
|
462
471
|
"id": "c34f4b647d6c41b9",
|
|
463
472
|
"metadata": {},
|
|
464
473
|
"outputs": [],
|
|
@@ -532,7 +541,7 @@
|
|
|
532
541
|
},
|
|
533
542
|
{
|
|
534
543
|
"cell_type": "code",
|
|
535
|
-
"execution_count":
|
|
544
|
+
"execution_count": null,
|
|
536
545
|
"id": "efa911273850ece0",
|
|
537
546
|
"metadata": {},
|
|
538
547
|
"outputs": [],
|
|
@@ -542,7 +551,7 @@
|
|
|
542
551
|
},
|
|
543
552
|
{
|
|
544
553
|
"cell_type": "code",
|
|
545
|
-
"execution_count":
|
|
554
|
+
"execution_count": null,
|
|
546
555
|
"id": "41dbb8fa3ed3190",
|
|
547
556
|
"metadata": {},
|
|
548
557
|
"outputs": [],
|
|
@@ -635,7 +644,8 @@
|
|
|
635
644
|
"metadata": {},
|
|
636
645
|
"outputs": [],
|
|
637
646
|
"source": [
|
|
638
|
-
"from iqm.benchmarks.optimization.qscore import QScoreConfiguration, QScoreBenchmark"
|
|
647
|
+
"from iqm.benchmarks.optimization.qscore import QScoreConfiguration, QScoreBenchmark\n",
|
|
648
|
+
"import random"
|
|
639
649
|
]
|
|
640
650
|
},
|
|
641
651
|
{
|
|
@@ -646,12 +656,12 @@
|
|
|
646
656
|
"outputs": [],
|
|
647
657
|
"source": [
|
|
648
658
|
"QSCORE = QScoreConfiguration(\n",
|
|
649
|
-
" num_instances =
|
|
659
|
+
" num_instances = 60,\n",
|
|
650
660
|
" num_qaoa_layers= 1,\n",
|
|
651
661
|
" shots = 1000,\n",
|
|
652
662
|
" calset_id=None, \n",
|
|
653
663
|
" min_num_nodes = 2,\n",
|
|
654
|
-
" max_num_nodes =
|
|
664
|
+
" max_num_nodes = None,\n",
|
|
655
665
|
" use_virtual_node = True,\n",
|
|
656
666
|
" use_classically_optimized_angles = True,\n",
|
|
657
667
|
" choose_qubits_routine = \"custom\",\n",
|
|
@@ -663,7 +673,6 @@
|
|
|
663
673
|
" seed = random.randint(1, 999999),\n",
|
|
664
674
|
" REM = True,\n",
|
|
665
675
|
" mit_shots = 1000,\n",
|
|
666
|
-
" qpu_topology = \"crystal\",\n",
|
|
667
676
|
" )"
|
|
668
677
|
]
|
|
669
678
|
},
|
|
@@ -749,7 +758,7 @@
|
|
|
749
758
|
"\n",
|
|
750
759
|
"### CLOPS\n",
|
|
751
760
|
"obs_clops = result_clops.observations\n",
|
|
752
|
-
"clops = max([obs_clops[
|
|
761
|
+
"clops = max([obs_clops[0].value])\n",
|
|
753
762
|
"\n",
|
|
754
763
|
"### CRB\n",
|
|
755
764
|
"obs_crb = result_clifford_rb.observations\n",
|
|
@@ -757,7 +766,7 @@
|
|
|
757
766
|
"\n",
|
|
758
767
|
"### IRB\n",
|
|
759
768
|
"obs_irb = result_irb_CZ.observations\n",
|
|
760
|
-
"f_irb = round(np.median([obs_irb[i].value for i in range(len(obs_irb)) if obs_irb[i].name=='
|
|
769
|
+
"f_irb = round(np.median([obs_irb[i].value for i in range(len(obs_irb)) if obs_irb[i].name=='average_gate_fidelity_CZGate']),3)\n",
|
|
761
770
|
"\n",
|
|
762
771
|
"### QS \n",
|
|
763
772
|
"obs_qs = result_qscore.observations\n",
|
|
@@ -795,7 +804,7 @@
|
|
|
795
804
|
"name": "python",
|
|
796
805
|
"nbconvert_exporter": "python",
|
|
797
806
|
"pygments_lexer": "ipython3",
|
|
798
|
-
"version": "3.11.
|
|
807
|
+
"version": "3.11.11"
|
|
799
808
|
}
|
|
800
809
|
},
|
|
801
810
|
"nbformat": 4,
|