I have been tweaking with quantum teleportation in python qiskit. One extra thing that I have done in the following diagram is the measurement of q330 at the very beggining.
I am doing this because I wanted to see if the measurement is always same for q330 and q332. But that is not possible later part because q330 gets modified.
One alternative way is to introduce a q333 and get it entangled with q330 and measure q333 later along with q332.
My question: I am a bit doubtful that my current implementation is wrong because I am collapsing q330 before the teleportation. That's not what you do teleportation for, right? You keep it's wave property and collapse it later on when needed. I want some comments on my doubt. Than you :)