Skip to content

Commit

Permalink
Publish sample Z phase errors (quantumlib#5378)
Browse files Browse the repository at this point in the history
This PR adds Z phase angles for sqrt-ISWAP gates and tools for accessing them. Follow-up to quantumlib#5364.

Z phase angles are captured in a different calibration process than the other error metrics, and thus require a slightly different pipeline to access them. Key points to note about this data:
- This only includes zeta and gamma, as theta and phi already appear in the QCS metrics and chi is not currently captured by any calibration process we use.
- Qubit (6, 1) was in a bad state when the Weber data was taken, and thus has no Z phase angles in the sample data. The pipeline will treat this as zeta=gamma=0 for gates touching this qubit.
  • Loading branch information
95-martin-orion authored Jun 8, 2022
1 parent cf12920 commit b98bd87
Show file tree
Hide file tree
Showing 8 changed files with 1,398 additions and 47 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,328 @@
{
"sqrt_iswap": {
"zeta": [
[
"3_2",
"4_2",
-0.004952147720840733
],
[
"4_1",
"4_2",
0.010553804246286269
],
[
"4_1",
"5_1",
0.0334242755563128
],
[
"4_2",
"4_3",
-0.009366202582480007
],
[
"4_2",
"5_2",
-0.03619718613370641
],
[
"4_3",
"5_3",
-0.07274229551976186
],
[
"5_0",
"5_1",
-0.02783814936187625
],
[
"5_1",
"5_2",
-0.12219987958880157
],
[
"5_1",
"6_1",
0.02586288199026424
],
[
"5_2",
"5_3",
-0.0166820540490719
],
[
"5_2",
"6_2",
-0.002334001359114278
],
[
"5_3",
"5_4",
-0.0017736143810708556
],
[
"5_3",
"6_3",
0.017359910712353772
],
[
"5_4",
"6_4",
-0.01649046145674231
],
[
"6_1",
"6_2",
-0.05576601274701388
],
[
"6_2",
"6_3",
0.014224926253997681
],
[
"6_2",
"7_2",
-0.020717536209580424
],
[
"6_3",
"6_4",
-0.022543144430221852
],
[
"6_3",
"7_3",
0.012427260421862634
],
[
"6_4",
"6_5",
-0.008736766415422943
],
[
"6_4",
"7_4",
0.0020195760450084977
],
[
"6_5",
"7_5",
0.007706956027166934
],
[
"7_2",
"7_3",
0.03836361683306718
],
[
"7_3",
"7_4",
0.003974500203280128
],
[
"7_3",
"8_3",
-0.005958056194191612
],
[
"7_4",
"7_5",
-0.03552264645905741
],
[
"7_4",
"8_4",
0.012211418722824604
],
[
"7_5",
"7_6",
0.08104414423587022
],
[
"7_5",
"8_5",
-0.005197301918565447
],
[
"8_3",
"8_4",
0.04820984410155822
],
[
"8_4",
"8_5",
-0.16157145322532335
],
[
"8_4",
"9_4",
0.06450350562336499
]
],
"gamma": [
[
"3_2",
"4_2",
-0.04094895320428251
],
[
"4_1",
"4_2",
-0.015941439625201996
],
[
"4_1",
"5_1",
0.0028594750848207778
],
[
"4_2",
"4_3",
-0.04280439943726443
],
[
"4_2",
"5_2",
0.0006578297692033978
],
[
"4_3",
"5_3",
-0.03207006519116557
],
[
"5_0",
"5_1",
-0.04610995515603536
],
[
"5_1",
"5_2",
0.05421888525152299
],
[
"5_1",
"6_1",
-0.03926417093470117
],
[
"5_2",
"5_3",
-0.05174120829160257
],
[
"5_2",
"6_2",
-0.054874409004607584
],
[
"5_3",
"5_4",
-0.045093126146613205
],
[
"5_3",
"6_3",
-0.030809038569665104
],
[
"5_4",
"6_4",
-0.07600603942671341
],
[
"6_1",
"6_2",
-0.056766604975359965
],
[
"6_2",
"6_3",
-0.013900058600947143
],
[
"6_2",
"7_2",
0.00813621629574698
],
[
"6_3",
"6_4",
-0.0033985855808120833
],
[
"6_3",
"7_3",
-0.08662463755733961
],
[
"6_4",
"6_5",
-0.08738659291705697
],
[
"6_4",
"7_4",
-0.03770733517409878
],
[
"6_5",
"7_5",
-0.08583686199319679
],
[
"7_2",
"7_3",
-0.06216879619978931
],
[
"7_3",
"7_4",
-0.028727080857906827
],
[
"7_3",
"8_3",
-0.0012431994692639226
],
[
"7_4",
"7_5",
-0.05657694228553869
],
[
"7_4",
"8_4",
-0.0739624385266845
],
[
"7_5",
"7_6",
-0.050465987108831475
],
[
"7_5",
"8_5",
-0.08337907095794614
],
[
"8_3",
"8_4",
0.009458583378995758
],
[
"8_4",
"8_5",
0.010152617835290378
],
[
"8_4",
"9_4",
-0.09413527546648671
]
]
}
}
Loading

0 comments on commit b98bd87

Please sign in to comment.