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

Quark Effect
Messages
9
Reaction score
4
TL;DR Summary
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
Quark Effect said:
I don't entirely understand what that letter 'i' means

It's the square root of ##-1##.
 
  • Like
Likes Quark Effect
Quark Effect said:
I am an absolute beginner

Thread level changed to "B" accordingly.
 
You'll need to know complex numbers for everything in quantum mechanics.
 
  • Like
Likes Quark Effect
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 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!
 
Quark Effect said:
Thanks a lot man!

You're welcome!
 
Back
Top