Questions tagged [quantum-state]

Questions about or related to quantum states. Consider using the density-matrix tag when relevant.

For a quantum system in a Hilbert space $\mathcal H_S$, in a basis $\left\lbrace \textbf{e}_j = \left|e_j\right>\right\rbrace$, the state of a closed system can be written as $\left|\psi\right> = \sum_j\alpha_j\left|e_j\right>$, with normalisation condition $\left<\psi|\psi\right> = 1$. Common bases for a qubit include the 'computational' basis $\left\lbrace \left|0\right>, \left|1\right>\right\rbrace$, the X-basis $\left\lbrace \left|+\right>, \left|-\right>\right\rbrace$ where $\left|\pm\right> = \frac{1}{\sqrt{2}}\left(\left|0\right>\pm\left|1\right>\right)$ and the Y-basis $\left\lbrace \frac{1}{\sqrt{2}}\left(\left|0\right>+i\left|1\right>\right), \frac{1}{\sqrt{2}}\left(\left|0\right>-i\left|1\right>\right)\right\rbrace$. Upon measurement, the probability of obtaining the result $\left|e_k\right>$ is $\mathbb P_k = \left|\left< e_k |\psi\right>\right|^2 = \left<\psi|P_k|\psi\right>$ where $P_k = \left| e_k\rangle\langle e_k\right|$ is the 'projector' onto state $\left| e_k\right>$. More generally, for an operator $A$, the expectation value is $\left< A\right> = \left<\psi|A|\psi\right>$

When the system is instead open, the system is described by a density matrix $\rho = \sum_{j, k}c_{j, k}\left| e_k\rangle\langle e_j\right|$ and the expectation of $A$ becomes $\textrm{tr}\left(\rho A\right)$.

1640 questions
31
votes
2 answers

What is the difference between a relative phase and a global phase? In particular, what is a phase?

I know that $re^{i\theta} = x + iy$ for any complex number $x + iy$ by Euler's formula. How do you calculate relative and global phase?
LeWoody
  • 844
  • 1
  • 8
  • 14
30
votes
4 answers

What's the difference between a pure and mixed quantum state?

As per my limited understanding, a pure state is the quantum state where we have exact information about the quantum system. And the mixed state is the combination of probabilities of the information about the quantum state of the quantum system.…
Koder101
  • 997
  • 1
  • 8
  • 15
19
votes
4 answers

Alternative to Bloch sphere to represent a single qubit

In order to represent the single qubit $|\psi\rangle$ we use an unitary vector in a $\mathbb{C}^2$ Hilbert space whose (one of the) orthonormal base is $(|0\rangle, |1\rangle)$. We can draw $|\psi\rangle$ using a Bloch ball. However, I found this…
incud
  • 701
  • 6
  • 21
14
votes
5 answers

What is the difference between a qudit system with d=4 and a two-qubit system?

I understand that a qudit is a quantum $d$-state system. If $d=4$, is this exactly the same as a two-qubit system, which also presents $4$ quantum states? The Hilbert space is the same, right? Are there any theoretical or practical differences?
Daniel Tordera
  • 885
  • 5
  • 13
13
votes
3 answers

Why does a Hamiltonian have to be Hermitian?

Starting from: $$ -i\hbar \frac{d|\psi⟩}{dt} = H|\psi⟩ $$ I was able to do some working to prove that $U$ in the corresponding discrete representation $$ U(t_1,t_2) = exp\frac{-iH(t_2-t_1)}{\hbar} $$ is unitary if and only if $H$ is Hermitian. That…
Alexander Soare
  • 636
  • 4
  • 16
11
votes
1 answer

Are qudit graph states well-defined for non-prime dimension?

Qudit graph states are $d$-dimension generalisations of qubit graph states such that each state is represented by a weighted graph $G$ (with no self-loops) such that each edge $(i, j)$ is assigned a weight $A_{i, j} = 0,\ldots,d-1$. The graph state…
SLesslyTall
  • 1,626
  • 8
  • 26
8
votes
2 answers

Transformation of a Bell state

I am relatively new and interested in quantum computing. Specifically, I am interested in transforming an equation that I found on Wikipedia. But I did not quite understand the transformation. $…
P_Gate
  • 658
  • 3
  • 15
7
votes
3 answers

How can infinite information be theoretically encoded or stored in a single qubit?

I've just gotten started with Nielsen and Chuang's text, and I'm a little stuck. They mention that theoretically, it would be possible to store an infinite amount of information in the state of a single qubit. I'm not sure I completely comprehend…
agiri
  • 484
  • 3
  • 9
7
votes
2 answers

A two qubit state in a special form

How can a pure two-qubit state $|\psi\rangle = a |00\rangle + b|01\rangle + c|10\rangle + d|11\rangle$, be written in the following form \begin{equation} |\psi_{\alpha}\rangle = \sqrt{\alpha}|01\rangle + \sqrt{1-\alpha}…
Tobias Fritzn
  • 661
  • 3
  • 10
6
votes
1 answer

Question on state distinguishability

Consider the following protocol. We are given either $|\psi\rangle = \frac{1}{\sqrt{2}}(|0\rangle + |1\rangle)$ or $|\phi\rangle = \alpha_{0} |0\rangle + \alpha_{1}|1\rangle$ where $\alpha_{0}^{2}$ is chosen uniformly at random from $[0, 1]$ and…
6
votes
1 answer

How to calculate the state given by two qubits?

Let's say two qubits are both in $|+\rangle$ state. We need to find $a_1$, $a_2$, $a_3$, and $a_4$ in $|\phi\rangle = a_1|00\rangle + a_2|01\rangle + a_3|10\rangle + a_4|11\rangle$, how do we find these amplitudes? How do we do it in general case,…
Archil Zhvania
  • 2,187
  • 1
  • 20
  • 31
6
votes
1 answer

Uniformly distributed state in the Weyl basis

The Weyl basis (also known as Weyl-Heisenberg) is an orthonormal, unitary, and non-Hermitian basis for the Hilbert space of dimension $d$. The basis elements are given by $$ U_{ab} = \sqrt{\omega^{ab}}X^aZ^b, $$ where $X,Z$ are the shift and clock…
Mateus Araújo
  • 2,472
  • 6
  • 16
6
votes
2 answers

How does using a superposition of 0 and 1 improve the processing capabilities of a quantum computer compared to classical computers?

Whenever I learn about quantum computing and qubits, it always talks about the superposition principle and that the qubits can be in both states 0 and 1 simultaneously, thus claiming that quantum computers have processing capability way more than…
revittrk
  • 71
  • 6
5
votes
2 answers

Is it possible to represent a qubit using latitude and longitude?

I've watched several videos explaining qubits but I can't yet understand why they are typically represented as a pair of probabilities. The videos explain it's more accurate to understand them as vectors in spheres. But then, if a qubit "value" can…
Joe DiNottra
  • 151
  • 2
5
votes
4 answers

How to check if 2 quantum bits are orthogonal?

How would you check if 2 qubits are orthogonal with respect to each other? I need to know this to solve this problem: You are given $2$ quantum bits:$$ \begin{align} |u_1\rangle &= \cos\left(\frac{x}{2}\right) |0\rangle +…
Archil Zhvania
  • 2,187
  • 1
  • 20
  • 31
1
2 3 4 5 6