-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Single and multi-qubit SWAP test tutorial #1205
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@woodsp-ibm can you please help out here |
If I look in the error log from the build it has this
But I see now from your issue you already have seen that. It relates to this in the notebook at the end from the kernel setting
If you look at other notebooks here (view Raw) they look like
So if you can switch the kernel to Now the |
@woodsp-ibm it worked, thanks a ton. @nonhermitian I have added a copy of this tutorial in textbook section too as suggested. Hoping to get a review. |
@nonhermitian @woodsp-ibm can you give this a review |
Hi, pardon that this never got a final review :/ Thank you for making Qiskit better! We're very soon archiving the qiskit-tutorials repository to simplify how we build our documentation. The tutorials will be built directly in https://github.com/Qiskit/qiskit-terra and algorithms related ones in https://github.com/qiskit-community/qiskit-algorithms. If you'd still be interested in landing this, it'd be best to open up a new PR in qiskit-algorithms. They're setting up the tutorial infrastructure this week. I unfortunately can't comment on whether the PR would be accepted or not because I don't know the underlying content well enough. But the repo is more actively maintained so should get a response, and I can help ping the relevant people if you haven't heard back. Again, sorry for us not reviewing this earlier! |
Summary
This is a tutorial on SWAP test that might help users to understand how the SWAP test works and how it could be generalized to N-qubits
Details and comments
This is to fix #1228