Meaning of Bloch representationCan the Bloch sphere be generalized to two qubits?What's the difference...
How to solve constants out of the internal energy equation?
How to have a sharp product image?
Is there a way to get a compiler for the original B programming language?
Was there a Viking Exchange as well as a Columbian one?
Error message with tabularx
Why was Germany not as successful as other Europeans in establishing overseas colonies?
Can I spend a night at Vancouver then take a flight to my college in Toronto as an international student?
What does KSP mean?
How do I reattach a shelf to the wall when it ripped out of the wall?
How can Republicans who favour free markets, consistently express anger when they don't like the outcome of that choice?
Apply MapThread to all but one variable
what is the sudo password for a --disabled-password user
What is the most expensive material in the world that could be used to create Pun-Pun's lute?
A Strange Latex Symbol
Seemingly unused edef prior to an ifx mysteriously affects the outcome of the ifx. Why?
What is Niska's accent?
Why does processed meat contain preservatives, while canned fish needs not?
How exactly does Hawking radiation decrease the mass of black holes?
How can the Zone of Truth spell be defeated without the caster knowing?
Can SQL Server create collisions in system generated constraint names?
Pulling the rope with one hand is as heavy as with two hands?
A Note on N!
Size of electromagnet needed to replicate Earth's magnetic field
How did Captain America manage to do this?
Meaning of Bloch representation
Can the Bloch sphere be generalized to two qubits?What's the difference between a pure and mixed quantum state?Why do Bloch sphere wavefunctions have half angles?Density matrices for pure states and mixed statesWhy is an entangled qubit shown at the origin of a Bloch sphere?Homeomorphism or stereographic projection corresponding to the set of mixed states within the Bloch spherePurity of mixed states as a function of radial distance from origin of Bloch ballCompute average value of two-qubit systemWhy do Bloch sphere wavefunctions have half angles?Why is an entangled qubit shown at the origin of a Bloch sphere?Is there a place online where I can catch up with all the notational syntax associated with quantum computing?What is the meaning of the state $|1rangle-|1rangle$?What's a vector in the format of the Bloch Sphere?What utility is provided by the Bloch sphere visualization?Purity of mixed states as a function of radial distance from origin of Bloch ballNotation for two qubit composite product stateWhat does it mean to express a gate in Dirac notation?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
$begingroup$
What is the meaning of writing a state $|psirangle$ in its Bloch representation. Would I be correct in saying it's just writing out its Bloch vector?
notation bloch-sphere
$endgroup$
add a comment |
$begingroup$
What is the meaning of writing a state $|psirangle$ in its Bloch representation. Would I be correct in saying it's just writing out its Bloch vector?
notation bloch-sphere
$endgroup$
1
$begingroup$
The short answer is "yes." Read Sanchayan's answer for a complete understanding :)
$endgroup$
– Will
3 mins ago
add a comment |
$begingroup$
What is the meaning of writing a state $|psirangle$ in its Bloch representation. Would I be correct in saying it's just writing out its Bloch vector?
notation bloch-sphere
$endgroup$
What is the meaning of writing a state $|psirangle$ in its Bloch representation. Would I be correct in saying it's just writing out its Bloch vector?
notation bloch-sphere
notation bloch-sphere
edited 38 mins ago
Sanchayan Dutta♦
6,75841556
6,75841556
asked 1 hour ago
can'tcauchycan'tcauchy
2015
2015
1
$begingroup$
The short answer is "yes." Read Sanchayan's answer for a complete understanding :)
$endgroup$
– Will
3 mins ago
add a comment |
1
$begingroup$
The short answer is "yes." Read Sanchayan's answer for a complete understanding :)
$endgroup$
– Will
3 mins ago
1
1
$begingroup$
The short answer is "yes." Read Sanchayan's answer for a complete understanding :)
$endgroup$
– Will
3 mins ago
$begingroup$
The short answer is "yes." Read Sanchayan's answer for a complete understanding :)
$endgroup$
– Will
3 mins ago
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
The Bloch sphere formalism is used for geometrically representing pure and mixed states of two-dimensional quantum systems a.k.a qubits. Any pure state $|Psirangle$ of a qubit can be written in the form:
$$|Psirangle = cosfrac{theta}{2}|0rangle + e^{iphi}sinfrac{theta}{2}|1rangle$$ where $0leq thetaleq pi$ and $0leq phileq 2pi$. This $|Psirangle$ can be represented on the Bloch sphere as:
The Bloch vector $vec{a}in Bbb R^3$ is basically $(sintheta cosphi, sinthetasinphi, cos theta) = (a_1,a_2,a_3)$.
To represent mixed states you need to consider the corresponding density operator $rho$. the set of states of a single qubit can be described in terms of $2times 2$ density matrices and as ${I,X,Y,Z}$ forms a basis for the vector space of $2times 2$ Hermitian matrices, you can write the density operator as $$rho = a_0I+a_1X+a_2Y+a_3Z = frac{1}{2}begin{pmatrix}1+a_3 & a_1-ia_2 \ a_1+ia_2 & 1-a_3end{pmatrix}.$$ As density matrices always have trace $1$, and here $mathrm{tr}(rho)=2a_0$, so $a_0$ is necessarily $frac{1}{2}$. So from here you can find out the Bloch coordinates of the any mixed state i.e. $(a_1,a_2,a_3)$ after performing the Pauli decompostion of the density matrix. If you're wondering what ensures that $|vec{a}|leq 1$, it's the positive semidefiniteness! The two eigenvalues of $rho$ are $frac{1}{2}(1+|vec{a}|)$ and $frac{1}{2}(1-|vec{a}|)$. Thus, to ensure that the second eigenvalue is non-negative, $|vec{a}|leq 1$. The three properties of density matrices which you should drill into your brain are: self-adjointness, positive-semidefiniteness and unit trace.
Once you determine the values $a_1,a_2$ and $a_3$ from the density operator, you can easily find the location of the qubit state $(sintheta cosphi, sinthetasinphi, cos theta)$ inside the Bloch sphere. Let me emphasize on this point: pure states lie on the Bloch sphere (i.e. $|vec{a}|=1$) whereas mixed states lie inside the Bloch sphere (i.e. $|vec{a}|<1$); prove this as an exercise. If you're mathematically inclined, you'll also love to think about the Bloch sphere in terms of stereographic projections; it's excellently summarized in this Physics SE answer. I'll attach the image from there, which is originally from this blogpost (the article is in French, sorry :).
Here are a few "further readings" for you:
- Density matrices for pure states and mixed states
- Why do Bloch sphere wavefunctions have half angles?
Homeomorphism or stereographic projection corresponding to the set of mixed states within the Bloch sphere
Purity of mixed states as a function of radial distance from origin of Bloch ball
Can the Bloch sphere be generalized to two qubits?
Why is an entangled qubit shown at the origin of a Bloch sphere?
Essentially, go through the bloch-sphere tag; you'll find several interesting questions and answers, which should clarify most of your beginner confusions about the Bloch sphere formalism.
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "694"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2f5993%2fmeaning-of-bloch-representation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The Bloch sphere formalism is used for geometrically representing pure and mixed states of two-dimensional quantum systems a.k.a qubits. Any pure state $|Psirangle$ of a qubit can be written in the form:
$$|Psirangle = cosfrac{theta}{2}|0rangle + e^{iphi}sinfrac{theta}{2}|1rangle$$ where $0leq thetaleq pi$ and $0leq phileq 2pi$. This $|Psirangle$ can be represented on the Bloch sphere as:
The Bloch vector $vec{a}in Bbb R^3$ is basically $(sintheta cosphi, sinthetasinphi, cos theta) = (a_1,a_2,a_3)$.
To represent mixed states you need to consider the corresponding density operator $rho$. the set of states of a single qubit can be described in terms of $2times 2$ density matrices and as ${I,X,Y,Z}$ forms a basis for the vector space of $2times 2$ Hermitian matrices, you can write the density operator as $$rho = a_0I+a_1X+a_2Y+a_3Z = frac{1}{2}begin{pmatrix}1+a_3 & a_1-ia_2 \ a_1+ia_2 & 1-a_3end{pmatrix}.$$ As density matrices always have trace $1$, and here $mathrm{tr}(rho)=2a_0$, so $a_0$ is necessarily $frac{1}{2}$. So from here you can find out the Bloch coordinates of the any mixed state i.e. $(a_1,a_2,a_3)$ after performing the Pauli decompostion of the density matrix. If you're wondering what ensures that $|vec{a}|leq 1$, it's the positive semidefiniteness! The two eigenvalues of $rho$ are $frac{1}{2}(1+|vec{a}|)$ and $frac{1}{2}(1-|vec{a}|)$. Thus, to ensure that the second eigenvalue is non-negative, $|vec{a}|leq 1$. The three properties of density matrices which you should drill into your brain are: self-adjointness, positive-semidefiniteness and unit trace.
Once you determine the values $a_1,a_2$ and $a_3$ from the density operator, you can easily find the location of the qubit state $(sintheta cosphi, sinthetasinphi, cos theta)$ inside the Bloch sphere. Let me emphasize on this point: pure states lie on the Bloch sphere (i.e. $|vec{a}|=1$) whereas mixed states lie inside the Bloch sphere (i.e. $|vec{a}|<1$); prove this as an exercise. If you're mathematically inclined, you'll also love to think about the Bloch sphere in terms of stereographic projections; it's excellently summarized in this Physics SE answer. I'll attach the image from there, which is originally from this blogpost (the article is in French, sorry :).
Here are a few "further readings" for you:
- Density matrices for pure states and mixed states
- Why do Bloch sphere wavefunctions have half angles?
Homeomorphism or stereographic projection corresponding to the set of mixed states within the Bloch sphere
Purity of mixed states as a function of radial distance from origin of Bloch ball
Can the Bloch sphere be generalized to two qubits?
Why is an entangled qubit shown at the origin of a Bloch sphere?
Essentially, go through the bloch-sphere tag; you'll find several interesting questions and answers, which should clarify most of your beginner confusions about the Bloch sphere formalism.
$endgroup$
add a comment |
$begingroup$
The Bloch sphere formalism is used for geometrically representing pure and mixed states of two-dimensional quantum systems a.k.a qubits. Any pure state $|Psirangle$ of a qubit can be written in the form:
$$|Psirangle = cosfrac{theta}{2}|0rangle + e^{iphi}sinfrac{theta}{2}|1rangle$$ where $0leq thetaleq pi$ and $0leq phileq 2pi$. This $|Psirangle$ can be represented on the Bloch sphere as:
The Bloch vector $vec{a}in Bbb R^3$ is basically $(sintheta cosphi, sinthetasinphi, cos theta) = (a_1,a_2,a_3)$.
To represent mixed states you need to consider the corresponding density operator $rho$. the set of states of a single qubit can be described in terms of $2times 2$ density matrices and as ${I,X,Y,Z}$ forms a basis for the vector space of $2times 2$ Hermitian matrices, you can write the density operator as $$rho = a_0I+a_1X+a_2Y+a_3Z = frac{1}{2}begin{pmatrix}1+a_3 & a_1-ia_2 \ a_1+ia_2 & 1-a_3end{pmatrix}.$$ As density matrices always have trace $1$, and here $mathrm{tr}(rho)=2a_0$, so $a_0$ is necessarily $frac{1}{2}$. So from here you can find out the Bloch coordinates of the any mixed state i.e. $(a_1,a_2,a_3)$ after performing the Pauli decompostion of the density matrix. If you're wondering what ensures that $|vec{a}|leq 1$, it's the positive semidefiniteness! The two eigenvalues of $rho$ are $frac{1}{2}(1+|vec{a}|)$ and $frac{1}{2}(1-|vec{a}|)$. Thus, to ensure that the second eigenvalue is non-negative, $|vec{a}|leq 1$. The three properties of density matrices which you should drill into your brain are: self-adjointness, positive-semidefiniteness and unit trace.
Once you determine the values $a_1,a_2$ and $a_3$ from the density operator, you can easily find the location of the qubit state $(sintheta cosphi, sinthetasinphi, cos theta)$ inside the Bloch sphere. Let me emphasize on this point: pure states lie on the Bloch sphere (i.e. $|vec{a}|=1$) whereas mixed states lie inside the Bloch sphere (i.e. $|vec{a}|<1$); prove this as an exercise. If you're mathematically inclined, you'll also love to think about the Bloch sphere in terms of stereographic projections; it's excellently summarized in this Physics SE answer. I'll attach the image from there, which is originally from this blogpost (the article is in French, sorry :).
Here are a few "further readings" for you:
- Density matrices for pure states and mixed states
- Why do Bloch sphere wavefunctions have half angles?
Homeomorphism or stereographic projection corresponding to the set of mixed states within the Bloch sphere
Purity of mixed states as a function of radial distance from origin of Bloch ball
Can the Bloch sphere be generalized to two qubits?
Why is an entangled qubit shown at the origin of a Bloch sphere?
Essentially, go through the bloch-sphere tag; you'll find several interesting questions and answers, which should clarify most of your beginner confusions about the Bloch sphere formalism.
$endgroup$
add a comment |
$begingroup$
The Bloch sphere formalism is used for geometrically representing pure and mixed states of two-dimensional quantum systems a.k.a qubits. Any pure state $|Psirangle$ of a qubit can be written in the form:
$$|Psirangle = cosfrac{theta}{2}|0rangle + e^{iphi}sinfrac{theta}{2}|1rangle$$ where $0leq thetaleq pi$ and $0leq phileq 2pi$. This $|Psirangle$ can be represented on the Bloch sphere as:
The Bloch vector $vec{a}in Bbb R^3$ is basically $(sintheta cosphi, sinthetasinphi, cos theta) = (a_1,a_2,a_3)$.
To represent mixed states you need to consider the corresponding density operator $rho$. the set of states of a single qubit can be described in terms of $2times 2$ density matrices and as ${I,X,Y,Z}$ forms a basis for the vector space of $2times 2$ Hermitian matrices, you can write the density operator as $$rho = a_0I+a_1X+a_2Y+a_3Z = frac{1}{2}begin{pmatrix}1+a_3 & a_1-ia_2 \ a_1+ia_2 & 1-a_3end{pmatrix}.$$ As density matrices always have trace $1$, and here $mathrm{tr}(rho)=2a_0$, so $a_0$ is necessarily $frac{1}{2}$. So from here you can find out the Bloch coordinates of the any mixed state i.e. $(a_1,a_2,a_3)$ after performing the Pauli decompostion of the density matrix. If you're wondering what ensures that $|vec{a}|leq 1$, it's the positive semidefiniteness! The two eigenvalues of $rho$ are $frac{1}{2}(1+|vec{a}|)$ and $frac{1}{2}(1-|vec{a}|)$. Thus, to ensure that the second eigenvalue is non-negative, $|vec{a}|leq 1$. The three properties of density matrices which you should drill into your brain are: self-adjointness, positive-semidefiniteness and unit trace.
Once you determine the values $a_1,a_2$ and $a_3$ from the density operator, you can easily find the location of the qubit state $(sintheta cosphi, sinthetasinphi, cos theta)$ inside the Bloch sphere. Let me emphasize on this point: pure states lie on the Bloch sphere (i.e. $|vec{a}|=1$) whereas mixed states lie inside the Bloch sphere (i.e. $|vec{a}|<1$); prove this as an exercise. If you're mathematically inclined, you'll also love to think about the Bloch sphere in terms of stereographic projections; it's excellently summarized in this Physics SE answer. I'll attach the image from there, which is originally from this blogpost (the article is in French, sorry :).
Here are a few "further readings" for you:
- Density matrices for pure states and mixed states
- Why do Bloch sphere wavefunctions have half angles?
Homeomorphism or stereographic projection corresponding to the set of mixed states within the Bloch sphere
Purity of mixed states as a function of radial distance from origin of Bloch ball
Can the Bloch sphere be generalized to two qubits?
Why is an entangled qubit shown at the origin of a Bloch sphere?
Essentially, go through the bloch-sphere tag; you'll find several interesting questions and answers, which should clarify most of your beginner confusions about the Bloch sphere formalism.
$endgroup$
The Bloch sphere formalism is used for geometrically representing pure and mixed states of two-dimensional quantum systems a.k.a qubits. Any pure state $|Psirangle$ of a qubit can be written in the form:
$$|Psirangle = cosfrac{theta}{2}|0rangle + e^{iphi}sinfrac{theta}{2}|1rangle$$ where $0leq thetaleq pi$ and $0leq phileq 2pi$. This $|Psirangle$ can be represented on the Bloch sphere as:
The Bloch vector $vec{a}in Bbb R^3$ is basically $(sintheta cosphi, sinthetasinphi, cos theta) = (a_1,a_2,a_3)$.
To represent mixed states you need to consider the corresponding density operator $rho$. the set of states of a single qubit can be described in terms of $2times 2$ density matrices and as ${I,X,Y,Z}$ forms a basis for the vector space of $2times 2$ Hermitian matrices, you can write the density operator as $$rho = a_0I+a_1X+a_2Y+a_3Z = frac{1}{2}begin{pmatrix}1+a_3 & a_1-ia_2 \ a_1+ia_2 & 1-a_3end{pmatrix}.$$ As density matrices always have trace $1$, and here $mathrm{tr}(rho)=2a_0$, so $a_0$ is necessarily $frac{1}{2}$. So from here you can find out the Bloch coordinates of the any mixed state i.e. $(a_1,a_2,a_3)$ after performing the Pauli decompostion of the density matrix. If you're wondering what ensures that $|vec{a}|leq 1$, it's the positive semidefiniteness! The two eigenvalues of $rho$ are $frac{1}{2}(1+|vec{a}|)$ and $frac{1}{2}(1-|vec{a}|)$. Thus, to ensure that the second eigenvalue is non-negative, $|vec{a}|leq 1$. The three properties of density matrices which you should drill into your brain are: self-adjointness, positive-semidefiniteness and unit trace.
Once you determine the values $a_1,a_2$ and $a_3$ from the density operator, you can easily find the location of the qubit state $(sintheta cosphi, sinthetasinphi, cos theta)$ inside the Bloch sphere. Let me emphasize on this point: pure states lie on the Bloch sphere (i.e. $|vec{a}|=1$) whereas mixed states lie inside the Bloch sphere (i.e. $|vec{a}|<1$); prove this as an exercise. If you're mathematically inclined, you'll also love to think about the Bloch sphere in terms of stereographic projections; it's excellently summarized in this Physics SE answer. I'll attach the image from there, which is originally from this blogpost (the article is in French, sorry :).
Here are a few "further readings" for you:
- Density matrices for pure states and mixed states
- Why do Bloch sphere wavefunctions have half angles?
Homeomorphism or stereographic projection corresponding to the set of mixed states within the Bloch sphere
Purity of mixed states as a function of radial distance from origin of Bloch ball
Can the Bloch sphere be generalized to two qubits?
Why is an entangled qubit shown at the origin of a Bloch sphere?
Essentially, go through the bloch-sphere tag; you'll find several interesting questions and answers, which should clarify most of your beginner confusions about the Bloch sphere formalism.
edited 30 mins ago
answered 44 mins ago
Sanchayan Dutta♦Sanchayan Dutta
6,75841556
6,75841556
add a comment |
add a comment |
Thanks for contributing an answer to Quantum Computing Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
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%2f5993%2fmeaning-of-bloch-representation%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
1
$begingroup$
The short answer is "yes." Read Sanchayan's answer for a complete understanding :)
$endgroup$
– Will
3 mins ago