-
Notifications
You must be signed in to change notification settings - Fork 920
Entanglement Swapping #714
base: main
Are you sure you want to change the base?
Entanglement Swapping #714
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similarly to your other PR, I'm not finished with a detailed readthrough but wanted to give early feedback ASAP. Thank you!
samples/azure-quantum/entanglement-swap/ES-quantinuum-qiskit.ipynb
Outdated
Show resolved
Hide resolved
samples/azure-quantum/entanglement-swap/ES-quantinuum-qiskit.ipynb
Outdated
Show resolved
Hide resolved
samples/azure-quantum/entanglement-swap/ES-quantinuum-qiskit.ipynb
Outdated
Show resolved
Hide resolved
samples/azure-quantum/entanglement-swap/ES-quantinuum-qiskit.ipynb
Outdated
Show resolved
Hide resolved
samples/azure-quantum/entanglement-swap/ES-quantinuum-qsharp.ipynb
Outdated
Show resolved
Hide resolved
|
||
# Entanglement Swapping | ||
|
||
In this sample we will performing Entanglement Swapping. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this sample we will performing Entanglement Swapping. | |
In this sample, we will performing entanglement swapping. |
@@ -0,0 +1,42 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this replace the existing teleport-chain sample? If possible, I'd recommend combining the two in one folder since they're effectively different representations of the same sample.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that's a question for @tcNickolas
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's really a question for the samples owner :-) I'm not familiar with the limitations of how we publish samples in the gallery and how they have to be structured for that.
Adds entanglement swapping sample that guides users through the basic workflow of AQ and shows debugging features of Q# and Qiskit.