Can the Bloch sphere be generalized to two qubits?
up vote
10
down vote
favorite
The Bloch sphere is a nice visualization of single qubit states. Mathematically, it can be generalized to any number of qubits by means of a high-dimensional hypersphere. But such things are not easy to visualize.
What attempts have been made to extend visualizations based on the Bloch sphere to two qubits?
resource-request bloch-sphere
add a comment |
up vote
10
down vote
favorite
The Bloch sphere is a nice visualization of single qubit states. Mathematically, it can be generalized to any number of qubits by means of a high-dimensional hypersphere. But such things are not easy to visualize.
What attempts have been made to extend visualizations based on the Bloch sphere to two qubits?
resource-request bloch-sphere
4
related on physics.SE: physics.stackexchange.com/q/41223/58382
– glS
2 days ago
add a comment |
up vote
10
down vote
favorite
up vote
10
down vote
favorite
The Bloch sphere is a nice visualization of single qubit states. Mathematically, it can be generalized to any number of qubits by means of a high-dimensional hypersphere. But such things are not easy to visualize.
What attempts have been made to extend visualizations based on the Bloch sphere to two qubits?
resource-request bloch-sphere
The Bloch sphere is a nice visualization of single qubit states. Mathematically, it can be generalized to any number of qubits by means of a high-dimensional hypersphere. But such things are not easy to visualize.
What attempts have been made to extend visualizations based on the Bloch sphere to two qubits?
resource-request bloch-sphere
resource-request bloch-sphere
edited yesterday
Peter Mortensen
1053
1053
asked 2 days ago
James Wootton
5,7301941
5,7301941
4
related on physics.SE: physics.stackexchange.com/q/41223/58382
– glS
2 days ago
add a comment |
4
related on physics.SE: physics.stackexchange.com/q/41223/58382
– glS
2 days ago
4
4
related on physics.SE: physics.stackexchange.com/q/41223/58382
– glS
2 days ago
related on physics.SE: physics.stackexchange.com/q/41223/58382
– glS
2 days ago
add a comment |
5 Answers
5
active
oldest
votes
up vote
7
down vote
For pure states, there is a reasonably simple way to make a "2 qubit bloch sphere". You basically use the Schmidt decomposition to divide your state into two cases: not entangled and fully entangled. For the not-entangled part, you just use two bloch spheres. And then the entangled part is isomorphic to the set of possible rotations in 3d space (the rotation is how you translate measurements on one qubit into predictions on the other qubit). This gives you a representation with eight real parameters:
1) A real value w between 0 and 1 indicating the weight of not-entangled vs fully-entangled.
2+3) The not-entangled unit bloch vector for qubit 1.
4+5) The not-entangled unit bloch vector for qubit 2.
6+7+8) The fully-entangled rotation.
Here's what it looks like if you show the rotation part as "where X Y and Z axes get mapped", and additionally scale the axes by w so that it gets bigger the more entangled you are:
(The bouncing in the middle one is due to a numerical degeneracy in my code.)
For mixed states, I've had a bit of success showing the envelope of bloch vectors predicted for qubit 2 given every possible measurement of qubit 1. That looks like this:
But note that a) this 'envelope' representation is not symmetric (one of the qubits is the control and the other is the target) and b) although it looks pretty it's not algebraically compact.
This display is available in the alternate dev-entanglement-display branch of Quirk. If you're able to follow the build instructions, then you can play with it directly.
add a comment |
up vote
7
down vote
Since a spin $j$ irreducible representation of $SU(2)$ has a dimension $2j+1$ ($j$ is half integer), any finite dimensional Hilbert space can be obtained as a representation space of $SU(2)$. Moreover, since all irreducible representations of $SU(2)$ are symmetric tensor products of the fundamental spinor representation, therefore every finite dimensional Hilbert space can be thought of as a symmetric tensor product of fundamental $SU(2)$ fundamental representation spaces.
This is the basis of the Majorana stellar representation construction. A state of a qudit living in a Hilbert space of dimension $2j+1$ can be represented by $2j$ points on the Bloch sphere. The state vector can be reconstructed from the $2j$ (2-dimensional) spin vectors of the $2j$ points by a symmetrized tensor product.
Given a state vector in a $2j+1$ dimensional Hilbert space (Please see Liu, Fu and Wang, section 2.1)
$$|psirangle = sum_{m=-j}^{j} C_m |j, mrangle, $$
The locations of the corresponding points (the Majorana stars) on the Bloch sphere are given by the roots of the equation:
$$sum_{k=0}^{2j} frac{(-1)^k C_{j-k}}{(2j-k)! k!} z^{2j-k}=0.$$
(The parametrization is by means of the stereographic projection coordinate $ z = tan theta e^{iphi}$ ($theta$, $phi$ are the spherical coordinates))
One application of this representation to quantum computation, is in the visualization of the trajectories giving rise to geometric phases, which serve as the gates in holonomic quantum computation. These trajectories are reflected as trajectories of the Majorana stars on the Bloch spheres and the geometric phases can be computed from the solid angles enclosed by these trajectories. Please see Liu and Fu's work on Abelian geometric phases. A treatment of some non-Abelian cases is given by Liu Roy and Stone.
Finally, let me remark that there are many geometric representations relevant to quantum computation, but they are multidimensional and may be not useful in general as visualization tools. Please see for example Bernatska and Holod treating coadjoint orbits which can serve as phase spaces of the finite dimensional Hilbert spaces used in quantum computation. The Grassmannian which parametrizes the ground state manifold of adiabatic quantum Hamiltonians is a particular example of these spaces.
I know they are time consuming to find or make, but is there any chance you could illustrate this answer with such visualisations? Perhaps an example of a CNOT gate?
– Phil H
22 hours ago
In general, a unitary transformation of a state will move its constellation to new locations such that the coordinate of a star in the final state depends algebraically on all the coordinates of all stars in the initial state. However, in simple cases, we can perform the computation by a simple inspection. Please see for example Bengtsson and Życzkowski: researchgate.net/profile/Karol_Zyczkowski/publication/… page 103, figure 4.7,
– David Bar Moshe
16 hours ago
cont. where for example, the CNOT gate action on a state with three stars at the north pole shifts one of the stars to the south pole while keeping the other two stars in place.
– David Bar Moshe
16 hours ago
add a comment |
up vote
4
down vote
For more than 1-qubit visualization, we will need more complex visualizations than a Bloch sphere. The below answer from Physics Stack Exchange explains this concept quite authoritatively:
Bloch sphere for 2 and more qubits
In another article, the two qubit representation is described as a seven-dimensional sphere, S 7, which also allows for a Hopf fibration, with S 3 fibres and a S 4 base. The most striking result is that suitably oriented S 7 Hopf fibrations are entanglement sensitive.
Geometry of entangled states, Bloch spheres and Hopf fibrations
Having said that, a Bloch sphere based approach is quite useful even to model the behavior of qubits in a noisy environment. There has been analysis of the two-qubit system by use of the generalized Bloch vector to generate tractable analytic equations for the dynamics of the four-level Bloch vectors. This is based on the application of geometrical concepts from the well-known two-level Bloch sphere.
We can find that in the presence of correlated or anti-correlated noise, the rate of decoherence is very sensitive to the initial two-qubit state, as well as to the symmetry of the Hamiltonian. In the absence of symmetry in the Hamiltonian, correlations only weakly impact the decoherence rate:
Bloch-sphere approach to correlated noise in coupled qubits
There is another interesting research article on the representation of the two-qubit pure state parameterized by three unit 2-spheres and a phase factor.For separable states, two of the three unit spheres are the Bloch spheres of each qubit with coordinates (A,A) and (B,B). The third sphere parameterises the degree and phase of concurrence, an entanglement measure.
This sphere may be considered a ‘variable’ complex imaginary unit t where the stereographic projection maps the qubit-A Bloch sphere to a complex plane with this variable imaginary unit. This Bloch sphere model gives a consistent description of the two-qubit pure states for both separable and entangled states.
As per this hypothesis, the third sphere (entanglement sphere) parameterizes the nonlocal properties, entanglement and a nonlocal relative phase, while the local relative phases are parameterized by the azimuthal angles, A and B, of the two quasi-Bloch spheres.
Bloch sphere model for two
3
Would it be possible to expand a bit on these remarks? Rather than linking to these articles, it would be good to describe the relevant ideas in some detail to keep the answer self-contained. (Also, in your third answer in this post, the symbols are not rendering properly...)
– Niel de Beaudrap
2 days ago
Near "the azimuthal angles": What is it before "A" and "B"? Firefox shows it as "F066". Also near "qubit with coordinates", before A and B (four in total), two of them "F071"?
– Peter Mortensen
2 days ago
add a comment |
up vote
3
down vote
We have some multiqubit visualizations within Q-CTRL's Black Opal package.
These are all fully interactive and are designed to help build intuition about correlations in interacting two-qubit systems.
The two Bloch spheres represent the relevant separable states of two qubits. The tetrahedra in the middle visually capture correlations between certain projections of the two qubits. When there is no entanglement, the Bloch vectors live entirely on the surfaces of the respective spheres. However, a fully entangled state lives exclusively in the space of correlations in this representation. The extrema of these spaces will always be maximally entangled states like Bell states, but maximally entangled states can also reside within multiple tetrahedra simultaneously.
New contributor
1
Would you be able to describe these representations? It would be nice if you could expand this into a self-contained answer.
– Niel de Beaudrap
2 days ago
edited to add further material.
– Michael Biercuk
2 days ago
Thanks @MichaelBiercuk, and good to see you here.
– James Wootton
2 days ago
add a comment |
up vote
2
down vote
A paper has been published on the subject, called "Bloch sphere model for two-qubit pure states"
https://arxiv.org/abs/1403.8069
4
Hi Adrien! Welcome to Quantum Computing SE. We discourage link-only answers on this site. Please add a paragraph to summarize the paper. Thank you.
– Blue♦
2 days ago
add a comment |
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
7
down vote
For pure states, there is a reasonably simple way to make a "2 qubit bloch sphere". You basically use the Schmidt decomposition to divide your state into two cases: not entangled and fully entangled. For the not-entangled part, you just use two bloch spheres. And then the entangled part is isomorphic to the set of possible rotations in 3d space (the rotation is how you translate measurements on one qubit into predictions on the other qubit). This gives you a representation with eight real parameters:
1) A real value w between 0 and 1 indicating the weight of not-entangled vs fully-entangled.
2+3) The not-entangled unit bloch vector for qubit 1.
4+5) The not-entangled unit bloch vector for qubit 2.
6+7+8) The fully-entangled rotation.
Here's what it looks like if you show the rotation part as "where X Y and Z axes get mapped", and additionally scale the axes by w so that it gets bigger the more entangled you are:
(The bouncing in the middle one is due to a numerical degeneracy in my code.)
For mixed states, I've had a bit of success showing the envelope of bloch vectors predicted for qubit 2 given every possible measurement of qubit 1. That looks like this:
But note that a) this 'envelope' representation is not symmetric (one of the qubits is the control and the other is the target) and b) although it looks pretty it's not algebraically compact.
This display is available in the alternate dev-entanglement-display branch of Quirk. If you're able to follow the build instructions, then you can play with it directly.
add a comment |
up vote
7
down vote
For pure states, there is a reasonably simple way to make a "2 qubit bloch sphere". You basically use the Schmidt decomposition to divide your state into two cases: not entangled and fully entangled. For the not-entangled part, you just use two bloch spheres. And then the entangled part is isomorphic to the set of possible rotations in 3d space (the rotation is how you translate measurements on one qubit into predictions on the other qubit). This gives you a representation with eight real parameters:
1) A real value w between 0 and 1 indicating the weight of not-entangled vs fully-entangled.
2+3) The not-entangled unit bloch vector for qubit 1.
4+5) The not-entangled unit bloch vector for qubit 2.
6+7+8) The fully-entangled rotation.
Here's what it looks like if you show the rotation part as "where X Y and Z axes get mapped", and additionally scale the axes by w so that it gets bigger the more entangled you are:
(The bouncing in the middle one is due to a numerical degeneracy in my code.)
For mixed states, I've had a bit of success showing the envelope of bloch vectors predicted for qubit 2 given every possible measurement of qubit 1. That looks like this:
But note that a) this 'envelope' representation is not symmetric (one of the qubits is the control and the other is the target) and b) although it looks pretty it's not algebraically compact.
This display is available in the alternate dev-entanglement-display branch of Quirk. If you're able to follow the build instructions, then you can play with it directly.
add a comment |
up vote
7
down vote
up vote
7
down vote
For pure states, there is a reasonably simple way to make a "2 qubit bloch sphere". You basically use the Schmidt decomposition to divide your state into two cases: not entangled and fully entangled. For the not-entangled part, you just use two bloch spheres. And then the entangled part is isomorphic to the set of possible rotations in 3d space (the rotation is how you translate measurements on one qubit into predictions on the other qubit). This gives you a representation with eight real parameters:
1) A real value w between 0 and 1 indicating the weight of not-entangled vs fully-entangled.
2+3) The not-entangled unit bloch vector for qubit 1.
4+5) The not-entangled unit bloch vector for qubit 2.
6+7+8) The fully-entangled rotation.
Here's what it looks like if you show the rotation part as "where X Y and Z axes get mapped", and additionally scale the axes by w so that it gets bigger the more entangled you are:
(The bouncing in the middle one is due to a numerical degeneracy in my code.)
For mixed states, I've had a bit of success showing the envelope of bloch vectors predicted for qubit 2 given every possible measurement of qubit 1. That looks like this:
But note that a) this 'envelope' representation is not symmetric (one of the qubits is the control and the other is the target) and b) although it looks pretty it's not algebraically compact.
This display is available in the alternate dev-entanglement-display branch of Quirk. If you're able to follow the build instructions, then you can play with it directly.
For pure states, there is a reasonably simple way to make a "2 qubit bloch sphere". You basically use the Schmidt decomposition to divide your state into two cases: not entangled and fully entangled. For the not-entangled part, you just use two bloch spheres. And then the entangled part is isomorphic to the set of possible rotations in 3d space (the rotation is how you translate measurements on one qubit into predictions on the other qubit). This gives you a representation with eight real parameters:
1) A real value w between 0 and 1 indicating the weight of not-entangled vs fully-entangled.
2+3) The not-entangled unit bloch vector for qubit 1.
4+5) The not-entangled unit bloch vector for qubit 2.
6+7+8) The fully-entangled rotation.
Here's what it looks like if you show the rotation part as "where X Y and Z axes get mapped", and additionally scale the axes by w so that it gets bigger the more entangled you are:
(The bouncing in the middle one is due to a numerical degeneracy in my code.)
For mixed states, I've had a bit of success showing the envelope of bloch vectors predicted for qubit 2 given every possible measurement of qubit 1. That looks like this:
But note that a) this 'envelope' representation is not symmetric (one of the qubits is the control and the other is the target) and b) although it looks pretty it's not algebraically compact.
This display is available in the alternate dev-entanglement-display branch of Quirk. If you're able to follow the build instructions, then you can play with it directly.
answered 2 days ago
Craig Gidney
3,032119
3,032119
add a comment |
add a comment |
up vote
7
down vote
Since a spin $j$ irreducible representation of $SU(2)$ has a dimension $2j+1$ ($j$ is half integer), any finite dimensional Hilbert space can be obtained as a representation space of $SU(2)$. Moreover, since all irreducible representations of $SU(2)$ are symmetric tensor products of the fundamental spinor representation, therefore every finite dimensional Hilbert space can be thought of as a symmetric tensor product of fundamental $SU(2)$ fundamental representation spaces.
This is the basis of the Majorana stellar representation construction. A state of a qudit living in a Hilbert space of dimension $2j+1$ can be represented by $2j$ points on the Bloch sphere. The state vector can be reconstructed from the $2j$ (2-dimensional) spin vectors of the $2j$ points by a symmetrized tensor product.
Given a state vector in a $2j+1$ dimensional Hilbert space (Please see Liu, Fu and Wang, section 2.1)
$$|psirangle = sum_{m=-j}^{j} C_m |j, mrangle, $$
The locations of the corresponding points (the Majorana stars) on the Bloch sphere are given by the roots of the equation:
$$sum_{k=0}^{2j} frac{(-1)^k C_{j-k}}{(2j-k)! k!} z^{2j-k}=0.$$
(The parametrization is by means of the stereographic projection coordinate $ z = tan theta e^{iphi}$ ($theta$, $phi$ are the spherical coordinates))
One application of this representation to quantum computation, is in the visualization of the trajectories giving rise to geometric phases, which serve as the gates in holonomic quantum computation. These trajectories are reflected as trajectories of the Majorana stars on the Bloch spheres and the geometric phases can be computed from the solid angles enclosed by these trajectories. Please see Liu and Fu's work on Abelian geometric phases. A treatment of some non-Abelian cases is given by Liu Roy and Stone.
Finally, let me remark that there are many geometric representations relevant to quantum computation, but they are multidimensional and may be not useful in general as visualization tools. Please see for example Bernatska and Holod treating coadjoint orbits which can serve as phase spaces of the finite dimensional Hilbert spaces used in quantum computation. The Grassmannian which parametrizes the ground state manifold of adiabatic quantum Hamiltonians is a particular example of these spaces.
I know they are time consuming to find or make, but is there any chance you could illustrate this answer with such visualisations? Perhaps an example of a CNOT gate?
– Phil H
22 hours ago
In general, a unitary transformation of a state will move its constellation to new locations such that the coordinate of a star in the final state depends algebraically on all the coordinates of all stars in the initial state. However, in simple cases, we can perform the computation by a simple inspection. Please see for example Bengtsson and Życzkowski: researchgate.net/profile/Karol_Zyczkowski/publication/… page 103, figure 4.7,
– David Bar Moshe
16 hours ago
cont. where for example, the CNOT gate action on a state with three stars at the north pole shifts one of the stars to the south pole while keeping the other two stars in place.
– David Bar Moshe
16 hours ago
add a comment |
up vote
7
down vote
Since a spin $j$ irreducible representation of $SU(2)$ has a dimension $2j+1$ ($j$ is half integer), any finite dimensional Hilbert space can be obtained as a representation space of $SU(2)$. Moreover, since all irreducible representations of $SU(2)$ are symmetric tensor products of the fundamental spinor representation, therefore every finite dimensional Hilbert space can be thought of as a symmetric tensor product of fundamental $SU(2)$ fundamental representation spaces.
This is the basis of the Majorana stellar representation construction. A state of a qudit living in a Hilbert space of dimension $2j+1$ can be represented by $2j$ points on the Bloch sphere. The state vector can be reconstructed from the $2j$ (2-dimensional) spin vectors of the $2j$ points by a symmetrized tensor product.
Given a state vector in a $2j+1$ dimensional Hilbert space (Please see Liu, Fu and Wang, section 2.1)
$$|psirangle = sum_{m=-j}^{j} C_m |j, mrangle, $$
The locations of the corresponding points (the Majorana stars) on the Bloch sphere are given by the roots of the equation:
$$sum_{k=0}^{2j} frac{(-1)^k C_{j-k}}{(2j-k)! k!} z^{2j-k}=0.$$
(The parametrization is by means of the stereographic projection coordinate $ z = tan theta e^{iphi}$ ($theta$, $phi$ are the spherical coordinates))
One application of this representation to quantum computation, is in the visualization of the trajectories giving rise to geometric phases, which serve as the gates in holonomic quantum computation. These trajectories are reflected as trajectories of the Majorana stars on the Bloch spheres and the geometric phases can be computed from the solid angles enclosed by these trajectories. Please see Liu and Fu's work on Abelian geometric phases. A treatment of some non-Abelian cases is given by Liu Roy and Stone.
Finally, let me remark that there are many geometric representations relevant to quantum computation, but they are multidimensional and may be not useful in general as visualization tools. Please see for example Bernatska and Holod treating coadjoint orbits which can serve as phase spaces of the finite dimensional Hilbert spaces used in quantum computation. The Grassmannian which parametrizes the ground state manifold of adiabatic quantum Hamiltonians is a particular example of these spaces.
I know they are time consuming to find or make, but is there any chance you could illustrate this answer with such visualisations? Perhaps an example of a CNOT gate?
– Phil H
22 hours ago
In general, a unitary transformation of a state will move its constellation to new locations such that the coordinate of a star in the final state depends algebraically on all the coordinates of all stars in the initial state. However, in simple cases, we can perform the computation by a simple inspection. Please see for example Bengtsson and Życzkowski: researchgate.net/profile/Karol_Zyczkowski/publication/… page 103, figure 4.7,
– David Bar Moshe
16 hours ago
cont. where for example, the CNOT gate action on a state with three stars at the north pole shifts one of the stars to the south pole while keeping the other two stars in place.
– David Bar Moshe
16 hours ago
add a comment |
up vote
7
down vote
up vote
7
down vote
Since a spin $j$ irreducible representation of $SU(2)$ has a dimension $2j+1$ ($j$ is half integer), any finite dimensional Hilbert space can be obtained as a representation space of $SU(2)$. Moreover, since all irreducible representations of $SU(2)$ are symmetric tensor products of the fundamental spinor representation, therefore every finite dimensional Hilbert space can be thought of as a symmetric tensor product of fundamental $SU(2)$ fundamental representation spaces.
This is the basis of the Majorana stellar representation construction. A state of a qudit living in a Hilbert space of dimension $2j+1$ can be represented by $2j$ points on the Bloch sphere. The state vector can be reconstructed from the $2j$ (2-dimensional) spin vectors of the $2j$ points by a symmetrized tensor product.
Given a state vector in a $2j+1$ dimensional Hilbert space (Please see Liu, Fu and Wang, section 2.1)
$$|psirangle = sum_{m=-j}^{j} C_m |j, mrangle, $$
The locations of the corresponding points (the Majorana stars) on the Bloch sphere are given by the roots of the equation:
$$sum_{k=0}^{2j} frac{(-1)^k C_{j-k}}{(2j-k)! k!} z^{2j-k}=0.$$
(The parametrization is by means of the stereographic projection coordinate $ z = tan theta e^{iphi}$ ($theta$, $phi$ are the spherical coordinates))
One application of this representation to quantum computation, is in the visualization of the trajectories giving rise to geometric phases, which serve as the gates in holonomic quantum computation. These trajectories are reflected as trajectories of the Majorana stars on the Bloch spheres and the geometric phases can be computed from the solid angles enclosed by these trajectories. Please see Liu and Fu's work on Abelian geometric phases. A treatment of some non-Abelian cases is given by Liu Roy and Stone.
Finally, let me remark that there are many geometric representations relevant to quantum computation, but they are multidimensional and may be not useful in general as visualization tools. Please see for example Bernatska and Holod treating coadjoint orbits which can serve as phase spaces of the finite dimensional Hilbert spaces used in quantum computation. The Grassmannian which parametrizes the ground state manifold of adiabatic quantum Hamiltonians is a particular example of these spaces.
Since a spin $j$ irreducible representation of $SU(2)$ has a dimension $2j+1$ ($j$ is half integer), any finite dimensional Hilbert space can be obtained as a representation space of $SU(2)$. Moreover, since all irreducible representations of $SU(2)$ are symmetric tensor products of the fundamental spinor representation, therefore every finite dimensional Hilbert space can be thought of as a symmetric tensor product of fundamental $SU(2)$ fundamental representation spaces.
This is the basis of the Majorana stellar representation construction. A state of a qudit living in a Hilbert space of dimension $2j+1$ can be represented by $2j$ points on the Bloch sphere. The state vector can be reconstructed from the $2j$ (2-dimensional) spin vectors of the $2j$ points by a symmetrized tensor product.
Given a state vector in a $2j+1$ dimensional Hilbert space (Please see Liu, Fu and Wang, section 2.1)
$$|psirangle = sum_{m=-j}^{j} C_m |j, mrangle, $$
The locations of the corresponding points (the Majorana stars) on the Bloch sphere are given by the roots of the equation:
$$sum_{k=0}^{2j} frac{(-1)^k C_{j-k}}{(2j-k)! k!} z^{2j-k}=0.$$
(The parametrization is by means of the stereographic projection coordinate $ z = tan theta e^{iphi}$ ($theta$, $phi$ are the spherical coordinates))
One application of this representation to quantum computation, is in the visualization of the trajectories giving rise to geometric phases, which serve as the gates in holonomic quantum computation. These trajectories are reflected as trajectories of the Majorana stars on the Bloch spheres and the geometric phases can be computed from the solid angles enclosed by these trajectories. Please see Liu and Fu's work on Abelian geometric phases. A treatment of some non-Abelian cases is given by Liu Roy and Stone.
Finally, let me remark that there are many geometric representations relevant to quantum computation, but they are multidimensional and may be not useful in general as visualization tools. Please see for example Bernatska and Holod treating coadjoint orbits which can serve as phase spaces of the finite dimensional Hilbert spaces used in quantum computation. The Grassmannian which parametrizes the ground state manifold of adiabatic quantum Hamiltonians is a particular example of these spaces.
edited yesterday
answered 2 days ago
David Bar Moshe
5595
5595
I know they are time consuming to find or make, but is there any chance you could illustrate this answer with such visualisations? Perhaps an example of a CNOT gate?
– Phil H
22 hours ago
In general, a unitary transformation of a state will move its constellation to new locations such that the coordinate of a star in the final state depends algebraically on all the coordinates of all stars in the initial state. However, in simple cases, we can perform the computation by a simple inspection. Please see for example Bengtsson and Życzkowski: researchgate.net/profile/Karol_Zyczkowski/publication/… page 103, figure 4.7,
– David Bar Moshe
16 hours ago
cont. where for example, the CNOT gate action on a state with three stars at the north pole shifts one of the stars to the south pole while keeping the other two stars in place.
– David Bar Moshe
16 hours ago
add a comment |
I know they are time consuming to find or make, but is there any chance you could illustrate this answer with such visualisations? Perhaps an example of a CNOT gate?
– Phil H
22 hours ago
In general, a unitary transformation of a state will move its constellation to new locations such that the coordinate of a star in the final state depends algebraically on all the coordinates of all stars in the initial state. However, in simple cases, we can perform the computation by a simple inspection. Please see for example Bengtsson and Życzkowski: researchgate.net/profile/Karol_Zyczkowski/publication/… page 103, figure 4.7,
– David Bar Moshe
16 hours ago
cont. where for example, the CNOT gate action on a state with three stars at the north pole shifts one of the stars to the south pole while keeping the other two stars in place.
– David Bar Moshe
16 hours ago
I know they are time consuming to find or make, but is there any chance you could illustrate this answer with such visualisations? Perhaps an example of a CNOT gate?
– Phil H
22 hours ago
I know they are time consuming to find or make, but is there any chance you could illustrate this answer with such visualisations? Perhaps an example of a CNOT gate?
– Phil H
22 hours ago
In general, a unitary transformation of a state will move its constellation to new locations such that the coordinate of a star in the final state depends algebraically on all the coordinates of all stars in the initial state. However, in simple cases, we can perform the computation by a simple inspection. Please see for example Bengtsson and Życzkowski: researchgate.net/profile/Karol_Zyczkowski/publication/… page 103, figure 4.7,
– David Bar Moshe
16 hours ago
In general, a unitary transformation of a state will move its constellation to new locations such that the coordinate of a star in the final state depends algebraically on all the coordinates of all stars in the initial state. However, in simple cases, we can perform the computation by a simple inspection. Please see for example Bengtsson and Życzkowski: researchgate.net/profile/Karol_Zyczkowski/publication/… page 103, figure 4.7,
– David Bar Moshe
16 hours ago
cont. where for example, the CNOT gate action on a state with three stars at the north pole shifts one of the stars to the south pole while keeping the other two stars in place.
– David Bar Moshe
16 hours ago
cont. where for example, the CNOT gate action on a state with three stars at the north pole shifts one of the stars to the south pole while keeping the other two stars in place.
– David Bar Moshe
16 hours ago
add a comment |
up vote
4
down vote
For more than 1-qubit visualization, we will need more complex visualizations than a Bloch sphere. The below answer from Physics Stack Exchange explains this concept quite authoritatively:
Bloch sphere for 2 and more qubits
In another article, the two qubit representation is described as a seven-dimensional sphere, S 7, which also allows for a Hopf fibration, with S 3 fibres and a S 4 base. The most striking result is that suitably oriented S 7 Hopf fibrations are entanglement sensitive.
Geometry of entangled states, Bloch spheres and Hopf fibrations
Having said that, a Bloch sphere based approach is quite useful even to model the behavior of qubits in a noisy environment. There has been analysis of the two-qubit system by use of the generalized Bloch vector to generate tractable analytic equations for the dynamics of the four-level Bloch vectors. This is based on the application of geometrical concepts from the well-known two-level Bloch sphere.
We can find that in the presence of correlated or anti-correlated noise, the rate of decoherence is very sensitive to the initial two-qubit state, as well as to the symmetry of the Hamiltonian. In the absence of symmetry in the Hamiltonian, correlations only weakly impact the decoherence rate:
Bloch-sphere approach to correlated noise in coupled qubits
There is another interesting research article on the representation of the two-qubit pure state parameterized by three unit 2-spheres and a phase factor.For separable states, two of the three unit spheres are the Bloch spheres of each qubit with coordinates (A,A) and (B,B). The third sphere parameterises the degree and phase of concurrence, an entanglement measure.
This sphere may be considered a ‘variable’ complex imaginary unit t where the stereographic projection maps the qubit-A Bloch sphere to a complex plane with this variable imaginary unit. This Bloch sphere model gives a consistent description of the two-qubit pure states for both separable and entangled states.
As per this hypothesis, the third sphere (entanglement sphere) parameterizes the nonlocal properties, entanglement and a nonlocal relative phase, while the local relative phases are parameterized by the azimuthal angles, A and B, of the two quasi-Bloch spheres.
Bloch sphere model for two
3
Would it be possible to expand a bit on these remarks? Rather than linking to these articles, it would be good to describe the relevant ideas in some detail to keep the answer self-contained. (Also, in your third answer in this post, the symbols are not rendering properly...)
– Niel de Beaudrap
2 days ago
Near "the azimuthal angles": What is it before "A" and "B"? Firefox shows it as "F066". Also near "qubit with coordinates", before A and B (four in total), two of them "F071"?
– Peter Mortensen
2 days ago
add a comment |
up vote
4
down vote
For more than 1-qubit visualization, we will need more complex visualizations than a Bloch sphere. The below answer from Physics Stack Exchange explains this concept quite authoritatively:
Bloch sphere for 2 and more qubits
In another article, the two qubit representation is described as a seven-dimensional sphere, S 7, which also allows for a Hopf fibration, with S 3 fibres and a S 4 base. The most striking result is that suitably oriented S 7 Hopf fibrations are entanglement sensitive.
Geometry of entangled states, Bloch spheres and Hopf fibrations
Having said that, a Bloch sphere based approach is quite useful even to model the behavior of qubits in a noisy environment. There has been analysis of the two-qubit system by use of the generalized Bloch vector to generate tractable analytic equations for the dynamics of the four-level Bloch vectors. This is based on the application of geometrical concepts from the well-known two-level Bloch sphere.
We can find that in the presence of correlated or anti-correlated noise, the rate of decoherence is very sensitive to the initial two-qubit state, as well as to the symmetry of the Hamiltonian. In the absence of symmetry in the Hamiltonian, correlations only weakly impact the decoherence rate:
Bloch-sphere approach to correlated noise in coupled qubits
There is another interesting research article on the representation of the two-qubit pure state parameterized by three unit 2-spheres and a phase factor.For separable states, two of the three unit spheres are the Bloch spheres of each qubit with coordinates (A,A) and (B,B). The third sphere parameterises the degree and phase of concurrence, an entanglement measure.
This sphere may be considered a ‘variable’ complex imaginary unit t where the stereographic projection maps the qubit-A Bloch sphere to a complex plane with this variable imaginary unit. This Bloch sphere model gives a consistent description of the two-qubit pure states for both separable and entangled states.
As per this hypothesis, the third sphere (entanglement sphere) parameterizes the nonlocal properties, entanglement and a nonlocal relative phase, while the local relative phases are parameterized by the azimuthal angles, A and B, of the two quasi-Bloch spheres.
Bloch sphere model for two
3
Would it be possible to expand a bit on these remarks? Rather than linking to these articles, it would be good to describe the relevant ideas in some detail to keep the answer self-contained. (Also, in your third answer in this post, the symbols are not rendering properly...)
– Niel de Beaudrap
2 days ago
Near "the azimuthal angles": What is it before "A" and "B"? Firefox shows it as "F066". Also near "qubit with coordinates", before A and B (four in total), two of them "F071"?
– Peter Mortensen
2 days ago
add a comment |
up vote
4
down vote
up vote
4
down vote
For more than 1-qubit visualization, we will need more complex visualizations than a Bloch sphere. The below answer from Physics Stack Exchange explains this concept quite authoritatively:
Bloch sphere for 2 and more qubits
In another article, the two qubit representation is described as a seven-dimensional sphere, S 7, which also allows for a Hopf fibration, with S 3 fibres and a S 4 base. The most striking result is that suitably oriented S 7 Hopf fibrations are entanglement sensitive.
Geometry of entangled states, Bloch spheres and Hopf fibrations
Having said that, a Bloch sphere based approach is quite useful even to model the behavior of qubits in a noisy environment. There has been analysis of the two-qubit system by use of the generalized Bloch vector to generate tractable analytic equations for the dynamics of the four-level Bloch vectors. This is based on the application of geometrical concepts from the well-known two-level Bloch sphere.
We can find that in the presence of correlated or anti-correlated noise, the rate of decoherence is very sensitive to the initial two-qubit state, as well as to the symmetry of the Hamiltonian. In the absence of symmetry in the Hamiltonian, correlations only weakly impact the decoherence rate:
Bloch-sphere approach to correlated noise in coupled qubits
There is another interesting research article on the representation of the two-qubit pure state parameterized by three unit 2-spheres and a phase factor.For separable states, two of the three unit spheres are the Bloch spheres of each qubit with coordinates (A,A) and (B,B). The third sphere parameterises the degree and phase of concurrence, an entanglement measure.
This sphere may be considered a ‘variable’ complex imaginary unit t where the stereographic projection maps the qubit-A Bloch sphere to a complex plane with this variable imaginary unit. This Bloch sphere model gives a consistent description of the two-qubit pure states for both separable and entangled states.
As per this hypothesis, the third sphere (entanglement sphere) parameterizes the nonlocal properties, entanglement and a nonlocal relative phase, while the local relative phases are parameterized by the azimuthal angles, A and B, of the two quasi-Bloch spheres.
Bloch sphere model for two
For more than 1-qubit visualization, we will need more complex visualizations than a Bloch sphere. The below answer from Physics Stack Exchange explains this concept quite authoritatively:
Bloch sphere for 2 and more qubits
In another article, the two qubit representation is described as a seven-dimensional sphere, S 7, which also allows for a Hopf fibration, with S 3 fibres and a S 4 base. The most striking result is that suitably oriented S 7 Hopf fibrations are entanglement sensitive.
Geometry of entangled states, Bloch spheres and Hopf fibrations
Having said that, a Bloch sphere based approach is quite useful even to model the behavior of qubits in a noisy environment. There has been analysis of the two-qubit system by use of the generalized Bloch vector to generate tractable analytic equations for the dynamics of the four-level Bloch vectors. This is based on the application of geometrical concepts from the well-known two-level Bloch sphere.
We can find that in the presence of correlated or anti-correlated noise, the rate of decoherence is very sensitive to the initial two-qubit state, as well as to the symmetry of the Hamiltonian. In the absence of symmetry in the Hamiltonian, correlations only weakly impact the decoherence rate:
Bloch-sphere approach to correlated noise in coupled qubits
There is another interesting research article on the representation of the two-qubit pure state parameterized by three unit 2-spheres and a phase factor.For separable states, two of the three unit spheres are the Bloch spheres of each qubit with coordinates (A,A) and (B,B). The third sphere parameterises the degree and phase of concurrence, an entanglement measure.
This sphere may be considered a ‘variable’ complex imaginary unit t where the stereographic projection maps the qubit-A Bloch sphere to a complex plane with this variable imaginary unit. This Bloch sphere model gives a consistent description of the two-qubit pure states for both separable and entangled states.
As per this hypothesis, the third sphere (entanglement sphere) parameterizes the nonlocal properties, entanglement and a nonlocal relative phase, while the local relative phases are parameterized by the azimuthal angles, A and B, of the two quasi-Bloch spheres.
Bloch sphere model for two
edited yesterday
Peter Mortensen
1053
1053
answered 2 days ago
Gokul B. Alex
1093
1093
3
Would it be possible to expand a bit on these remarks? Rather than linking to these articles, it would be good to describe the relevant ideas in some detail to keep the answer self-contained. (Also, in your third answer in this post, the symbols are not rendering properly...)
– Niel de Beaudrap
2 days ago
Near "the azimuthal angles": What is it before "A" and "B"? Firefox shows it as "F066". Also near "qubit with coordinates", before A and B (four in total), two of them "F071"?
– Peter Mortensen
2 days ago
add a comment |
3
Would it be possible to expand a bit on these remarks? Rather than linking to these articles, it would be good to describe the relevant ideas in some detail to keep the answer self-contained. (Also, in your third answer in this post, the symbols are not rendering properly...)
– Niel de Beaudrap
2 days ago
Near "the azimuthal angles": What is it before "A" and "B"? Firefox shows it as "F066". Also near "qubit with coordinates", before A and B (four in total), two of them "F071"?
– Peter Mortensen
2 days ago
3
3
Would it be possible to expand a bit on these remarks? Rather than linking to these articles, it would be good to describe the relevant ideas in some detail to keep the answer self-contained. (Also, in your third answer in this post, the symbols are not rendering properly...)
– Niel de Beaudrap
2 days ago
Would it be possible to expand a bit on these remarks? Rather than linking to these articles, it would be good to describe the relevant ideas in some detail to keep the answer self-contained. (Also, in your third answer in this post, the symbols are not rendering properly...)
– Niel de Beaudrap
2 days ago
Near "the azimuthal angles": What is it before "A" and "B"? Firefox shows it as "F066". Also near "qubit with coordinates", before A and B (four in total), two of them "F071"?
– Peter Mortensen
2 days ago
Near "the azimuthal angles": What is it before "A" and "B"? Firefox shows it as "F066". Also near "qubit with coordinates", before A and B (four in total), two of them "F071"?
– Peter Mortensen
2 days ago
add a comment |
up vote
3
down vote
We have some multiqubit visualizations within Q-CTRL's Black Opal package.
These are all fully interactive and are designed to help build intuition about correlations in interacting two-qubit systems.
The two Bloch spheres represent the relevant separable states of two qubits. The tetrahedra in the middle visually capture correlations between certain projections of the two qubits. When there is no entanglement, the Bloch vectors live entirely on the surfaces of the respective spheres. However, a fully entangled state lives exclusively in the space of correlations in this representation. The extrema of these spaces will always be maximally entangled states like Bell states, but maximally entangled states can also reside within multiple tetrahedra simultaneously.
New contributor
1
Would you be able to describe these representations? It would be nice if you could expand this into a self-contained answer.
– Niel de Beaudrap
2 days ago
edited to add further material.
– Michael Biercuk
2 days ago
Thanks @MichaelBiercuk, and good to see you here.
– James Wootton
2 days ago
add a comment |
up vote
3
down vote
We have some multiqubit visualizations within Q-CTRL's Black Opal package.
These are all fully interactive and are designed to help build intuition about correlations in interacting two-qubit systems.
The two Bloch spheres represent the relevant separable states of two qubits. The tetrahedra in the middle visually capture correlations between certain projections of the two qubits. When there is no entanglement, the Bloch vectors live entirely on the surfaces of the respective spheres. However, a fully entangled state lives exclusively in the space of correlations in this representation. The extrema of these spaces will always be maximally entangled states like Bell states, but maximally entangled states can also reside within multiple tetrahedra simultaneously.
New contributor
1
Would you be able to describe these representations? It would be nice if you could expand this into a self-contained answer.
– Niel de Beaudrap
2 days ago
edited to add further material.
– Michael Biercuk
2 days ago
Thanks @MichaelBiercuk, and good to see you here.
– James Wootton
2 days ago
add a comment |
up vote
3
down vote
up vote
3
down vote
We have some multiqubit visualizations within Q-CTRL's Black Opal package.
These are all fully interactive and are designed to help build intuition about correlations in interacting two-qubit systems.
The two Bloch spheres represent the relevant separable states of two qubits. The tetrahedra in the middle visually capture correlations between certain projections of the two qubits. When there is no entanglement, the Bloch vectors live entirely on the surfaces of the respective spheres. However, a fully entangled state lives exclusively in the space of correlations in this representation. The extrema of these spaces will always be maximally entangled states like Bell states, but maximally entangled states can also reside within multiple tetrahedra simultaneously.
New contributor
We have some multiqubit visualizations within Q-CTRL's Black Opal package.
These are all fully interactive and are designed to help build intuition about correlations in interacting two-qubit systems.
The two Bloch spheres represent the relevant separable states of two qubits. The tetrahedra in the middle visually capture correlations between certain projections of the two qubits. When there is no entanglement, the Bloch vectors live entirely on the surfaces of the respective spheres. However, a fully entangled state lives exclusively in the space of correlations in this representation. The extrema of these spaces will always be maximally entangled states like Bell states, but maximally entangled states can also reside within multiple tetrahedra simultaneously.
New contributor
edited 2 days ago
Blue♦
5,60011249
5,60011249
New contributor
answered 2 days ago
Michael Biercuk
412
412
New contributor
New contributor
1
Would you be able to describe these representations? It would be nice if you could expand this into a self-contained answer.
– Niel de Beaudrap
2 days ago
edited to add further material.
– Michael Biercuk
2 days ago
Thanks @MichaelBiercuk, and good to see you here.
– James Wootton
2 days ago
add a comment |
1
Would you be able to describe these representations? It would be nice if you could expand this into a self-contained answer.
– Niel de Beaudrap
2 days ago
edited to add further material.
– Michael Biercuk
2 days ago
Thanks @MichaelBiercuk, and good to see you here.
– James Wootton
2 days ago
1
1
Would you be able to describe these representations? It would be nice if you could expand this into a self-contained answer.
– Niel de Beaudrap
2 days ago
Would you be able to describe these representations? It would be nice if you could expand this into a self-contained answer.
– Niel de Beaudrap
2 days ago
edited to add further material.
– Michael Biercuk
2 days ago
edited to add further material.
– Michael Biercuk
2 days ago
Thanks @MichaelBiercuk, and good to see you here.
– James Wootton
2 days ago
Thanks @MichaelBiercuk, and good to see you here.
– James Wootton
2 days ago
add a comment |
up vote
2
down vote
A paper has been published on the subject, called "Bloch sphere model for two-qubit pure states"
https://arxiv.org/abs/1403.8069
4
Hi Adrien! Welcome to Quantum Computing SE. We discourage link-only answers on this site. Please add a paragraph to summarize the paper. Thank you.
– Blue♦
2 days ago
add a comment |
up vote
2
down vote
A paper has been published on the subject, called "Bloch sphere model for two-qubit pure states"
https://arxiv.org/abs/1403.8069
4
Hi Adrien! Welcome to Quantum Computing SE. We discourage link-only answers on this site. Please add a paragraph to summarize the paper. Thank you.
– Blue♦
2 days ago
add a comment |
up vote
2
down vote
up vote
2
down vote
A paper has been published on the subject, called "Bloch sphere model for two-qubit pure states"
https://arxiv.org/abs/1403.8069
A paper has been published on the subject, called "Bloch sphere model for two-qubit pure states"
https://arxiv.org/abs/1403.8069
edited 2 days ago
Blue♦
5,60011249
5,60011249
answered 2 days ago
Adrien Nivaggioli
536
536
4
Hi Adrien! Welcome to Quantum Computing SE. We discourage link-only answers on this site. Please add a paragraph to summarize the paper. Thank you.
– Blue♦
2 days ago
add a comment |
4
Hi Adrien! Welcome to Quantum Computing SE. We discourage link-only answers on this site. Please add a paragraph to summarize the paper. Thank you.
– Blue♦
2 days ago
4
4
Hi Adrien! Welcome to Quantum Computing SE. We discourage link-only answers on this site. Please add a paragraph to summarize the paper. Thank you.
– Blue♦
2 days ago
Hi Adrien! Welcome to Quantum Computing SE. We discourage link-only answers on this site. Please add a paragraph to summarize the paper. Thank you.
– Blue♦
2 days ago
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fquantumcomputing.stackexchange.com%2fquestions%2f4699%2fcan-the-bloch-sphere-be-generalized-to-two-qubits%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
4
related on physics.SE: physics.stackexchange.com/q/41223/58382
– glS
2 days ago