Skip to content

Commit

Permalink
docs(notebooks): add estimator utility scaling demo (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Rivero <pedro.rivero.ramirez@gmail.com>
  • Loading branch information
ashsaki and pedrorrivero committed Apr 9, 2024
1 parent 9e192c7 commit 57c70a6
Show file tree
Hide file tree
Showing 3 changed files with 2,000 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,186 @@
{
"metadata": {
"timestamp": "2024-04-09T03:40:47.636630+00:00",
"backend": "ibm_pinguino1",
"jobs": [
"crabhedgexag008mhtd0",
"crabhengexag008mhtdg",
"crabhf5fsz60008dk1a0",
"crabhfddr0400082aerg",
"crabhfnfsz60008dk1ag"
],
"shots": 100000,
"circuit": "CU-MBL<48, 20>(theta=0.30000, phis=[0.8605556614246863, -1.4464727375963786, -2.8841484100105235, -3.03774645687452, 1.968334964119786, 2.5934197786078093, 0.6700123395200415, 1.4419694200229025, 0.2741039054013798, 2.733640660702316, 1.984566410476863, -3.1243861495570098, 2.245637299378165, -2.930568260297326, 1.442967726722393, -2.0379158390962826, 2.281920468786123, 0.2605085298868298, -1.2584473065782806, -0.4857705158280978, -2.9636549119444626, -2.360697796759595, 1.0720648154491348, 0.9248189764942678, 0.7249860371262928, -0.7308754819569286, 3.124062163134476, 3.021177535771528, 1.1657946707540436, 0.9453635139748175, 1.1840457287093609, -0.6979272767969258, -2.292756278181666, 1.391652284819048, 0.15930590645297404, -1.1922854594059253, -0.08899906526957396, 2.447224238106835, 2.7271758421328762, -0.8934991306479332, 0.44943518146627676, -1.1192276247505932, 0.5925045642173261, -1.0184338063523255, -0.6809779034588959, 2.452166074285545, -1.714319399486589, 0.7740076575247475])",
"num_qubits": 48,
"depth": 20,
"initial_layout": [
21,
20,
33,
39,
40,
41,
53,
60,
59,
58,
71,
77,
76,
75,
90,
94,
95,
96,
109,
114,
115,
116,
117,
118,
110,
100,
101,
102,
103,
104,
111,
122,
123,
124,
125,
126,
112,
108,
107,
106,
93,
87,
86,
85,
73,
66,
67,
68
],
"final_layout": [
21,
20,
33,
39,
40,
41,
53,
60,
59,
58,
71,
77,
76,
75,
90,
94,
95,
96,
109,
114,
115,
116,
117,
118,
110,
100,
101,
102,
103,
104,
111,
122,
123,
124,
125,
126,
112,
108,
107,
106,
93,
87,
86,
85,
73,
66,
67,
68
],
"mitigation_techniques": {
"job0": [],
"job1": [
"dd"
],
"job2": [
"dd",
"trex"
],
"job3": [
"dd",
"trex",
"twirling"
],
"job4": [
"dd",
"trex",
"twirling",
"zne"
]
},
"num_randomizations": 32,
"noise_factors": [
1,
3,
5
],
"dd_sequence": "XY4"
},
"results": {
"evs": {
"weight-1": [
0.6143983333333334,
0.6134462499999999,
0.6578394200740667,
0.6910398233008718,
0.9336988681885776
],
"weight-2": [
0.4794383333333334,
0.4832491666666667,
0.5284492649195575,
0.5725425049829095,
0.9071557949786794
],
"avg": [
0.5469183333333334,
0.5483477083333332,
0.5931443424968121,
0.6317911641418906,
0.9204273315836284
]
},
"stds": {
"weight-1": [
0.00034298292114610707,
0.00034405091873484605,
0.014286281072453251,
0.034879518479947504,
0.012494711225233648
],
"weight-2": [
0.0003886087704743465,
0.0003873676147202135,
0.005599155877434808,
0.01953043928780436,
0.020280131454408535
]
}
}
}
4 changes: 4 additions & 0 deletions docs/notebooks/scaling-estimator/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
quantum-enablement @ git+https://github.com/IBM-Quantum-Technical-Enablement/quantum-enablement
qiskit[visualization] >= 1.0.0
qiskit-ibm-runtime >= 0.22.0
prototype-zne >= 1.3.1
1,810 changes: 1,810 additions & 0 deletions docs/notebooks/scaling-estimator/scaling-estimator.ipynb

Large diffs are not rendered by default.

0 comments on commit 57c70a6

Please sign in to comment.