Last active
November 6, 2019 05:12
-
-
Save willzeng/05e28d58166e84bc3fcd679682b36e91 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # run the noisy experiment | |
| noisy_xeb = fidelity_xeb_noisy(n_qubits=6, trials=10**3, n_samples=10, prob_no_error=0.7) | |
| print("Empirical FXEB of a noisy simulation: ", noisy_xeb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment