Skip to content

Commit b199b21

Browse files
authored
Fix issue #7245: update docs referring to calibration_api.ipynb (#7253)
The calibration notebook was deleted in #6580.
1 parent 8c8a21a commit b199b21

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

docs/google/best_practices.ipynb

-1
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,6 @@
525525
"\n",
526526
"For more on calibration and detailed instructions on how to perform these procedures, see the following tutorials:\n",
527527
"\n",
528-
"* [Calibration API](../noise/calibration_api.ipynb)\n",
529528
"* [Floquet calibration example](../noise/floquet_calibration_example.ipynb)\n",
530529
"* [XEB calibration example](../noise/qcvv/xeb_calibration_example.ipynb)"
531530
]

docs/noise/qcvv/coherent_vs_incoherent_xeb.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@
822822
"id": "E4xIRDi9gBnu"
823823
},
824824
"source": [
825-
"In the coherent error case, the optimization was able to refit the fidelities very well. The new curves of the refit data almost perfectly match the horizontal line at `1.0` fidelity. The success of this refit means that the estimated parameters for this case are very likely to represent the actual parameters of the gate operation used, which was seen in the fact that the optimization re-discovered the `phi` value that was originally used to perturb `SQRT_ISWAP`. In the real hardware case, identifying these parameters means identifying what unitary the gate control hardware actually implemented. If this unitary is far from the intended one, hardware re-calibration or [compensation](../calibration_api.ipynb) must be performed in order to improve circuit fidelity. \n",
825+
"In the coherent error case, the optimization was able to refit the fidelities very well. The new curves of the refit data almost perfectly match the horizontal line at `1.0` fidelity. The success of this refit means that the estimated parameters for this case are very likely to represent the actual parameters of the gate operation used, which was seen in the fact that the optimization re-discovered the `phi` value that was originally used to perturb `SQRT_ISWAP`. In the real hardware case, identifying these parameters means identifying what unitary the gate control hardware actually implemented. If this unitary is far from the intended one, hardware re-calibration or compensation must be performed in order to improve circuit fidelity. \n",
826826
"\n",
827827
"In constrast, the optimizer was completely unable to refit the circuit fidelities in the incoherent error case. The refit fidelities find no meaningful fidelity improvement, instead following the same, expected `5e-3` exponential decay as the original fidelities. Unsurprisingly, the optimizer was unable to find any coherent error in the incoherent-only fidelity data. \n",
828828
"\n",
@@ -889,7 +889,7 @@
889889
"## What's Next?\n",
890890
"\n",
891891
"Now that you've identified coherent error, what can you do about it? \n",
892-
"- Depending on the parameter(s) identified to be out of tune, you may be able to change the circuits you want to run to compensate for that change. Read [Calibration API](../calibration_api.ipynb) for further information.\n",
892+
"- Depending on the parameter(s) identified to be out of tune, you may be able to change the circuits you want to run to compensate for that change.\n",
893893
"- In the real hardware case, the device may need to be re-calibrated in order to fix the tuning of particular gate operations on particular qubits. Reach out to your Google contact to let us know!"
894894
]
895895
}

docs/noise/qcvv/xeb_calibration_example.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"id": "yKWtbKQB8Rej"
7171
},
7272
"source": [
73-
"This tutorial shows a detailed example and benchmark of XEB calibration, a calibration technique introduced in the [Calibration: Overview and API](../calibration_api.ipynb) tutorial."
73+
"This tutorial shows a detailed example and benchmark of Cross-Entropy Benchmarking (XEB) calibration."
7474
]
7575
},
7676
{

0 commit comments

Comments
 (0)