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

Click For Summary
The letter 'i' in quantum computation notation represents the square root of -1, which is essential for understanding complex numbers in quantum mechanics. In the context of the column vector notation [1, i], the upper number corresponds to the |0⟩ component, while the lower number corresponds to the |1⟩ component. The vector has factored out a common coefficient, resulting in the representation of the quantum state. Understanding this notation is crucial for beginners in quantum computation. Mastery of complex numbers is necessary for further studies in the field.
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
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!