What is the significance of 'i' in quantum computation notation?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 2K views
Quark Effect
Messages
9
Reaction score
4
TL;DR
The meaning of notation 'i'?
Hi guys, I am currently having some difficulties with this quantum state. I don't entirely understand what that letter 'i' means, where it comes from and why it appears in brackets [1, i]. Shouldn't there be a '0' instead?
Formula q.png

I am an absolute beginner in quantum computation. I've been following a tutorial for beginners while this quantum state appeared with the letter 'i' and there's no further explanation where it comes from and what it means.
 
Physics news on Phys.org
PeterDonis said:
It's the square root of ##-1##.
mfb said:
You'll need to know complex numbers for everything in quantum mechanics.
Thanks a lot!
 
Quark Effect said:
why it appears in brackets [1, i]. Shouldn't there be a '0' instead?

No. What you have shown is column vector notation. You have a vector space with two basis vectors, ##|0\rangle## and ##|1\rangle##. The upper number in the column vector is the ##|0\rangle## component of the vector and the lower number is the ##|1\rangle## component. The image you showed has factored out the common ##1 / \sqrt{2}## factor, so that leaves ##\begin{bmatrix} 1 \\ i \end{bmatrix}## since the coefficient in front of ##|0\rangle## is ##1## and the coefficient in front of ##|1\rangle## is ##i##.
 
  • Like
Likes   Reactions: Quark Effect
PeterDonis said:
No. What you have shown is column vector notation. You have a vector space with two basis vectors, ##|0\rangle## and ##|1\rangle##. The upper number in the column vector is the ##|0\rangle## component of the vector and the lower number is the ##|1\rangle## component. The image you showed has factored out the common ##1 / \sqrt{2}## factor, so that leaves ##\begin{bmatrix} 1 \\ i \end{bmatrix}## since the coefficient in front of ##|0\rangle## is ##1## and the coefficient in front of ##|1\rangle## is ##i##.
Finally understood it. Thanks a lot man!