Skip to content
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

About sending qubits #33

Open
dgscgym opened this issue Jul 30, 2022 · 1 comment
Open

About sending qubits #33

dgscgym opened this issue Jul 30, 2022 · 1 comment

Comments

@dgscgym
Copy link

dgscgym commented Jul 30, 2022

Sorry for my operation wrong that makes my questions closed, so that I have to reask it. I face a problem with sending qubits, I just want to double check that if I want to send a qubit, I can only use quantum teleportation to do it(like this example: https://netqasm.readthedocs.io/en/latest/quickstart/using-sdk.html#adding-classical-communication). And in NetQASM, there is no way to directly transmit qubits, is that right? if it is possible, could you tell me by using what function I can do it? Thank you!

@bvdvecht
Copy link
Collaborator

bvdvecht commented Aug 4, 2022

Hi @dgscgym, you're correct. The only way to send qubits is by using teleportation. You can of course write a function yourself that contains the teleportation operations int it, and then use this teleportation function as an abstraction to "directly" send qubits. Hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants