You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: