- #1
bzt
- 3
- 0
Hello everyone!
I'm having trouble understanding a specific aspect of qubits, maybe someone among you clever guys can help me.
I understand that a qubit is in superposition, we can store information (a quantum property equivalent of true or false) in it. I also understand that reading that information leads to the collapse of the wave function, so subsequent read is not possible.
1. set(true)
2. read() = true
3. read() = ?
But can we use that qubit again? I mean can we restore the superposition and store another information in it after a read?
1. set(true)
2. read() = true
3. set(true)
4. read() = true?
In other words is it possible to store information again on the same qubit, or that would be a totally independent qubit superposition with different wave function?
Sorry if my question does not make sense, I'm not a physicist, just a programmer.
bzt
I'm having trouble understanding a specific aspect of qubits, maybe someone among you clever guys can help me.
I understand that a qubit is in superposition, we can store information (a quantum property equivalent of true or false) in it. I also understand that reading that information leads to the collapse of the wave function, so subsequent read is not possible.
1. set(true)
2. read() = true
3. read() = ?
But can we use that qubit again? I mean can we restore the superposition and store another information in it after a read?
1. set(true)
2. read() = true
3. set(true)
4. read() = true?
In other words is it possible to store information again on the same qubit, or that would be a totally independent qubit superposition with different wave function?
Sorry if my question does not make sense, I'm not a physicist, just a programmer.
bzt