-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add layer fidelity notebook #1
Add layer fidelity notebook #1
Conversation
|
@itoko there should be an appropriate directory structure now. Can we also pull some of the helper functions into a file in the utilities directory? |
|
Other to do
|
@dcmckayibm Regarding putting functions into |
Thank you for correcting my miscalculation (0.8 -> 1.25). I'll fix it. As for |
Could point, I would still multiply it but with scale factor on the exponent e.g. |
I think for now just take that cell and put in the utilities folder as a script. My main motivation there is to minimize code in the jupyter notebook since it's hard to do any linting, linking to code, version control etc. on jupyter notebooks. |
Here @itoko I added a file with some of the graph utilities you were using a few more I will use later https://github.com/qiskit-community/qiskit-device-benchmarking/blob/main/qiskit_device_benchmarking/utilities/graph_utils.py |
@dcmckayibm Thank you for demonstrating how functions in |
I've updated the logic for the best qubit chain selection in 7531adc:
|
Qiskit 1.0 no longer have |
Oh sorry, I meant to post this from luciano
|
Ok, I see your motivation for having a standalone notebook. One of the purposes of this repo was to host notebooks for qiskit-experiments (something that is not done in that repo). So, look... we can leave the functions in there. However, you can see how there's no ability then to re-use them from other notebooks, so I will (after the merge) try and mirror some of those functions in the |
I think it's now ready to be merged. |
Ok thanks @itoko |
Add a notebook to explain how to use
LayerFidelity
experiment implemented in qiskit-experiments.I've created
notebooks
directory and placed the notebook under the directory.Any suggestion on directory structure? (I don't want to change directory structure afterwards as that causes broken links.)