Questions tagged [entanglement]

For questions about the principle and application of quantum entanglement. It is a physical phenomenon which occurs when pairs or groups of particles are generated, interact, or share spatial proximity in ways such that the quantum state of each particle cannot be described independently of the state of the other(s), even when the particles are separated by a large distance—instead, a quantum state must be described for the system as a whole. (Wikipedia)

For a system with a Hilbert space $H_A$, the state of that system can be written as $\left|\psi\right>_A = \sum_j\alpha_j\left|\phi_j\right>_A$, for a basis $\left\lbrace\left|\phi_j\right>_A\right\rbrace$ with coefficients $\alpha_j$. Similarly, for a system with a Hilbert space $H_B$, the state of that system can be written as $\left|\psi\right>_B = \sum_j\beta_j\left|\phi_j\right>_B$, for a basis $\left\lbrace\left|\phi_j\right>_B\right\rbrace$ with coefficients $\beta_j$.

For two systems with Hilbert spaces $H_A$ and $H_B$, forming an overall Hilbert space $H=H_A\otimes H_B$, the state can then be written as $\left|\psi\right> = \sum_{j, k}c_{jk}\left|\phi_j\right>_A\otimes\left|\phi_k\right>_B$.

When there exists any states $\left|\psi\right>_A$ and $\left|\psi\right>_B$ such that $\left|\psi\right>$ can be written as $\left|\psi\right> = \left|\psi\right>_A\otimes\left|\psi\right>_B$, the state can be described as being a separable or product state. Otherwise, the state is said to be entangled.


An example of an entangled state is $$\left|\psi\right> = \frac{1}{\sqrt{2}}\left(\left|0\right>_A\otimes\left|0\right>_B \pm \left|1\right>_A\otimes\left|1\right>_B\right),$$ often denoted as $$\left|\psi\right> = \frac{1}{\sqrt{2}}\left(\left|00\right>\pm\left|11\right>\right).$$

When system A is measured (usually by someone known as Alice), this collapses system B into the appropriate state, so that when system B is measured (by someone called Bob), the outcomes are correlated. In this example, If Alice measures in the same basis as written here and the system is found to be in state $\left|0\right>$, Bob's system will also be in state $\left|0\right>$ immediately after Alice's measurement. Similarly if Alice's system is found to be in state $\left|1\right>$, Bob's system will also be found to be in state $\left|1\right>$.

796 questions
24
votes
3 answers

Is entanglement transitive?

Is entanglement transitive, in a mathematical sense? More concretely, my question is this: Consider 3 qubits $q_1, q_2$ and $q_3$. Assume that $q_1$ and $q_2$ are entangled, and that $q_2$ and $q_3$ are entangled Then, are $q_1$ and $q_3$…
Peter
  • 509
  • 2
  • 8
8
votes
1 answer

Rotationally invariant maximally entangled states in higher dimensions

Is there a straightforward generalization of the $\mathbb{C}^2$ Bell basis to $N$ dimensions? Is there a rotational invariant Bell state in higher dimensions? If yes, then what is the form of that state (how does it look like)? And, by rotational…
Vijeth Aradhya
  • 361
  • 1
  • 7
8
votes
3 answers

Is quantum computer without entanglement no better than anything classically achievable?

Today I saw a tweet by Tom Wong which writes: "Did you know? Without quantum entanglement, quantum computers would be no better than traditional computers." But I remember I came up with papers like this one, which says in the abstract: "We present…
user777
  • 367
  • 2
  • 8
7
votes
3 answers

Is entanglement an operation or a stored state for qubits?

I am going through this video of Quantum Computing for Computer Scientists. I am not able to understand the entanglement state of qubits. Is entanglement just an operation, or is it a state which can be stored. If it's a state which is stored then…
rusty
  • 171
  • 2
7
votes
0 answers

Five qubits can be entangled in how many ways?

It is well-known that there are two ways to entangle three qubits (https://arxiv.org/abs/quant-ph/0005115) and nine ways to entangle four qubits (https://arxiv.org/abs/quant-ph/0109033). I found in a paper (page 22 left column of…
R.G.J
  • 241
  • 1
  • 6
7
votes
3 answers

Markov Chain expressed in Density Matrix formalism

Suppose we have two states of a system where I tell you that there is a probability $p_1$ of being in state $1$, and probability $p_2$ of being in state $2$. The total state can be written as a vector in $L^1$ normed space: $$p=\begin{pmatrix}p_1 \\…
Connor Dolan
  • 181
  • 3
6
votes
2 answers

Defining entanglement for systems with more than two qubits

Introductory textbooks I've read define entanglement as when your product state cannot be factored into the tensor product of individual quantum states. But consider a three-qbit system: $$C_{2,0}H_2|000\rangle = \begin{bmatrix} \frac{1}{\sqrt{2}}…
ahelwer
  • 4,128
  • 1
  • 13
  • 33
6
votes
2 answers

How is entanglement achieved between two particles in quantum computing?

Many texts (especially meant for public consumption) discussing quantum mechanics tend to skim over exactly how entanglement is achieved. Even the Wikipedia article on quantum entanglement describes the phenomenon as follows: "Quantum entanglement…
Ebony Maw
  • 535
  • 1
  • 4
  • 7
5
votes
2 answers

Creating entangled states via Rydberg blockade

I was watching a talk by Prof. Mikhail Lukin and I have a silly question. In the talk, he discussed that a typical procedure for generating a Bell pair consists of using the Rydberg blockade on two atoms within nearby optical tweezers (assuming that…
Cicero
  • 53
  • 4
5
votes
2 answers

What is a simple example of "weak entanglement" in a two-qubit system?

Bell states produce maximal entanglement between two qubits. On the other hand, two unentangled qubits provide no (i.e. minimal) entanglement at all. However, I haven't seen any example of a weak entanglement and how it can be prepared.
sitems
  • 373
  • 2
  • 7
4
votes
2 answers

Is it possible to have entanglement between more than two qubits?

I am experimenting with concepts in Quantum Computing and I have landed on using entangled Qubits to perform certain actions. My question is this: is it possible to have (let's say) 3 entangled Qubits in a system. If it is, then how much information…
4
votes
1 answer

Observing that some action has happened in an entanglement scenario

Hobbyist quantum programmer here and just getting back into the swing of things by speccing out some fun apps in my head and trying to build them to learn more about the whole ecosystem which is fascinating. I have a reasonable physics background…
4
votes
1 answer

Does entanglement correlate qubits a $100\%$ of the time?

$\newcommand{\qr}[1]{|#1\rangle}$Say I begin with $4$ qubits $\qr{+}\qr{+}\qr{+}\qr{+}$ forming a register $B$. Name these qubits as $b_3, b_2, b_1, b_0$. Also, let $C$ be another register $\qr0\qr0\qr0\qr0$ whose qubit names are $c_3, c_2, c_1,…
R. Chopin
  • 1,199
  • 6
  • 17
4
votes
1 answer

Truthfulness of Entanglement Fidelity

In [1] Schumacher introduced Entanglement Fidelity $$F_e(\rho^Q, \mathcal{E}^Q) = \sum_\mu (\text{Tr}(\rho^Q A^Q_\mu))(\text{Tr}(\rho^Q {A^Q_\mu}^\dagger)). \tag{1}$$ which is conjectured to quantify the change in entanglement between a system and…
4
votes
2 answers

Why uncomputing removes entanglement in general?

I met a subroutine to change the phase for a subset of basis vectors, and I can't understand why uncomputing in this case removes the entanglement. I want to generalize it a little. Specifically, I want to know whether in general, uncomputing…
Curiosity
  • 43
  • 5
1
2 3 4 5