Why does applying the following circuit on a $00$ state produce $|0\rangle \otimes |+\rangle = \frac{1}{\sqrt{2}}(|00\rangle + |01\rangle)$. Shouldn't it produce $ |+\rangle \otimes |0\rangle = \frac{1}{\sqrt{2}}(|00\rangle + |10\rangle)$?
Asked
Active
Viewed 121 times
3
-
See also here: https://quantumcomputing.stackexchange.com/questions/8244/big-endian-vs-little-endian-in-qiskit – Cryoris Nov 02 '20 at 15:07
1 Answers
4
Qubit ordering in Qiskit: qubit 0 is the rightmost one, i.e., the least significant bit.

Yael Ben-Haim
- 851
- 4
- 4