Skip to content

Commit 206015a

Browse files
committed
update
1 parent 3a75f1e commit 206015a

File tree

7 files changed

+829
-565
lines changed

7 files changed

+829
-565
lines changed

doc/pub/week5/html/week5-bs.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ <h2 id="binary-example" class="anchor">Binary example </h2>
615615

616616
<p>If we now use the above binary example, we have (using that \( p_1=p \) and \( p_2=1-p \))</p>
617617
$$
618-
S = -\sum_{i=1}^{2}p_i \log_2{p_i}=-p\log_2{p}-(1-p)\log_2{1-p}.
618+
S = -\sum_{i=1}^{2}p_i \log_2{p_i}=-p\log_2{p}-(1-p)\log_2{(1-p)}.
619619
$$
620620

621621
<p>For \( p=0 \) we have \( S=0 \) and for \( p=1 \) we get \( S=0 \). Thus, for the two
@@ -1004,14 +1004,14 @@ <h2 id="further-parts-of-proof" class="anchor">Further parts of proof </h2>
10041004
we can always rewrite the matrix \( \boldsymbol{C} \) in terms of a singular-value
10051005
decomposition with unitary/orthogonal matrices \( \boldsymbol{U} \) and \( \boldsymbol{V} \)
10061006
of dimension \( d\times d \) and a matrix \( \boldsymbol{\Sigma} \) which contains the
1007-
(diagonal) singular values \( \sigma_0\leq \sigma_1 \leq \dots 0 \) as
1007+
(diagonal) singular values \( 0\leq \sigma_0\leq \sigma_1 \leq \dots \sigma_{d-1} \) as
10081008
</p>
10091009

10101010
$$
10111011
\boldsymbol{C}=\boldsymbol{U}\boldsymbol{\Sigma}\boldsymbol{V}^{\dagger}.
10121012
$$
10131013

1014-
1014+
<p>Note that the singular values can organized either as a descending series or as an ascending series.</p>
10151015
<!-- !split -->
10161016
<h2 id="svd-parts-in-proof" class="anchor">SVD parts in proof </h2>
10171017

@@ -1047,13 +1047,16 @@ <h2 id="different-dimensionalities" class="anchor">Different dimensionalities </
10471047
<p>It is straight forward to prove this relation in case systems \( A \) and
10481048
\( B \) have different dimensionalities. Once we know the Schmidt
10491049
decomposition of a state, we can immmediately say whether it is
1050-
entangled or not. If a state \( \psi \) has is entangled, then its Schmidt
1050+
entangled or not. If a state \( \psi \) is entangled, then its Schmidt
10511051
decomposition has more than one term. Stated differently, the state is
1052-
entangled if the so-called Schmidt rank is is greater than one. There
1052+
entangled if the so-called Schmidt rank is greater than one.
1053+
</p>
1054+
1055+
<p>There
10531056
is another important property of the Schmidt decomposition which is
10541057
related to the properties of the density matrices and their trace
1055-
operations and the entropies. In order to introduce these concepts let
1056-
us look at the two-qubit Hamiltonian described here.
1058+
operations and the entropies. These concepts can be studied for example
1059+
by studying the two-qubit Hamiltonian described above.
10571060
</p>
10581061

10591062
<!-- !split -->

doc/pub/week5/html/week5-reveal.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ <h2 id="binary-example">Binary example </h2>
635635
<p>If we now use the above binary example, we have (using that \( p_1=p \) and \( p_2=1-p \))</p>
636636
<p>&nbsp;<br>
637637
$$
638-
S = -\sum_{i=1}^{2}p_i \log_2{p_i}=-p\log_2{p}-(1-p)\log_2{1-p}.
638+
S = -\sum_{i=1}^{2}p_i \log_2{p_i}=-p\log_2{p}-(1-p)\log_2{(1-p)}.
639639
$$
640640
<p>&nbsp;<br>
641641

@@ -1089,14 +1089,16 @@ <h2 id="further-parts-of-proof">Further parts of proof </h2>
10891089
we can always rewrite the matrix \( \boldsymbol{C} \) in terms of a singular-value
10901090
decomposition with unitary/orthogonal matrices \( \boldsymbol{U} \) and \( \boldsymbol{V} \)
10911091
of dimension \( d\times d \) and a matrix \( \boldsymbol{\Sigma} \) which contains the
1092-
(diagonal) singular values \( \sigma_0\leq \sigma_1 \leq \dots 0 \) as
1092+
(diagonal) singular values \( 0\leq \sigma_0\leq \sigma_1 \leq \dots \sigma_{d-1} \) as
10931093
</p>
10941094

10951095
<p>&nbsp;<br>
10961096
$$
10971097
\boldsymbol{C}=\boldsymbol{U}\boldsymbol{\Sigma}\boldsymbol{V}^{\dagger}.
10981098
$$
10991099
<p>&nbsp;<br>
1100+
1101+
<p>Note that the singular values can organized either as a descending series or as an ascending series.</p>
11001102
</section>
11011103

11021104
<section>
@@ -1142,13 +1144,16 @@ <h2 id="different-dimensionalities">Different dimensionalities </h2>
11421144
<p>It is straight forward to prove this relation in case systems \( A \) and
11431145
\( B \) have different dimensionalities. Once we know the Schmidt
11441146
decomposition of a state, we can immmediately say whether it is
1145-
entangled or not. If a state \( \psi \) has is entangled, then its Schmidt
1147+
entangled or not. If a state \( \psi \) is entangled, then its Schmidt
11461148
decomposition has more than one term. Stated differently, the state is
1147-
entangled if the so-called Schmidt rank is is greater than one. There
1149+
entangled if the so-called Schmidt rank is greater than one.
1150+
</p>
1151+
1152+
<p>There
11481153
is another important property of the Schmidt decomposition which is
11491154
related to the properties of the density matrices and their trace
1150-
operations and the entropies. In order to introduce these concepts let
1151-
us look at the two-qubit Hamiltonian described here.
1155+
operations and the entropies. These concepts can be studied for example
1156+
by studying the two-qubit Hamiltonian described above.
11521157
</p>
11531158
</section>
11541159

doc/pub/week5/html/week5-solarized.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ <h2 id="binary-example">Binary example </h2>
565565

566566
<p>If we now use the above binary example, we have (using that \( p_1=p \) and \( p_2=1-p \))</p>
567567
$$
568-
S = -\sum_{i=1}^{2}p_i \log_2{p_i}=-p\log_2{p}-(1-p)\log_2{1-p}.
568+
S = -\sum_{i=1}^{2}p_i \log_2{p_i}=-p\log_2{p}-(1-p)\log_2{(1-p)}.
569569
$$
570570

571571
<p>For \( p=0 \) we have \( S=0 \) and for \( p=1 \) we get \( S=0 \). Thus, for the two
@@ -954,14 +954,14 @@ <h2 id="further-parts-of-proof">Further parts of proof </h2>
954954
we can always rewrite the matrix \( \boldsymbol{C} \) in terms of a singular-value
955955
decomposition with unitary/orthogonal matrices \( \boldsymbol{U} \) and \( \boldsymbol{V} \)
956956
of dimension \( d\times d \) and a matrix \( \boldsymbol{\Sigma} \) which contains the
957-
(diagonal) singular values \( \sigma_0\leq \sigma_1 \leq \dots 0 \) as
957+
(diagonal) singular values \( 0\leq \sigma_0\leq \sigma_1 \leq \dots \sigma_{d-1} \) as
958958
</p>
959959

960960
$$
961961
\boldsymbol{C}=\boldsymbol{U}\boldsymbol{\Sigma}\boldsymbol{V}^{\dagger}.
962962
$$
963963

964-
964+
<p>Note that the singular values can organized either as a descending series or as an ascending series.</p>
965965
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
966966
<h2 id="svd-parts-in-proof">SVD parts in proof </h2>
967967

@@ -997,13 +997,16 @@ <h2 id="different-dimensionalities">Different dimensionalities </h2>
997997
<p>It is straight forward to prove this relation in case systems \( A \) and
998998
\( B \) have different dimensionalities. Once we know the Schmidt
999999
decomposition of a state, we can immmediately say whether it is
1000-
entangled or not. If a state \( \psi \) has is entangled, then its Schmidt
1000+
entangled or not. If a state \( \psi \) is entangled, then its Schmidt
10011001
decomposition has more than one term. Stated differently, the state is
1002-
entangled if the so-called Schmidt rank is is greater than one. There
1002+
entangled if the so-called Schmidt rank is greater than one.
1003+
</p>
1004+
1005+
<p>There
10031006
is another important property of the Schmidt decomposition which is
10041007
related to the properties of the density matrices and their trace
1005-
operations and the entropies. In order to introduce these concepts let
1006-
us look at the two-qubit Hamiltonian described here.
1008+
operations and the entropies. These concepts can be studied for example
1009+
by studying the two-qubit Hamiltonian described above.
10071010
</p>
10081011

10091012
<!-- !split --><br><br><br><br><br><br><br><br><br><br>

doc/pub/week5/html/week5.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ <h2 id="binary-example">Binary example </h2>
642642

643643
<p>If we now use the above binary example, we have (using that \( p_1=p \) and \( p_2=1-p \))</p>
644644
$$
645-
S = -\sum_{i=1}^{2}p_i \log_2{p_i}=-p\log_2{p}-(1-p)\log_2{1-p}.
645+
S = -\sum_{i=1}^{2}p_i \log_2{p_i}=-p\log_2{p}-(1-p)\log_2{(1-p)}.
646646
$$
647647

648648
<p>For \( p=0 \) we have \( S=0 \) and for \( p=1 \) we get \( S=0 \). Thus, for the two
@@ -1031,14 +1031,14 @@ <h2 id="further-parts-of-proof">Further parts of proof </h2>
10311031
we can always rewrite the matrix \( \boldsymbol{C} \) in terms of a singular-value
10321032
decomposition with unitary/orthogonal matrices \( \boldsymbol{U} \) and \( \boldsymbol{V} \)
10331033
of dimension \( d\times d \) and a matrix \( \boldsymbol{\Sigma} \) which contains the
1034-
(diagonal) singular values \( \sigma_0\leq \sigma_1 \leq \dots 0 \) as
1034+
(diagonal) singular values \( 0\leq \sigma_0\leq \sigma_1 \leq \dots \sigma_{d-1} \) as
10351035
</p>
10361036

10371037
$$
10381038
\boldsymbol{C}=\boldsymbol{U}\boldsymbol{\Sigma}\boldsymbol{V}^{\dagger}.
10391039
$$
10401040

1041-
1041+
<p>Note that the singular values can organized either as a descending series or as an ascending series.</p>
10421042
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
10431043
<h2 id="svd-parts-in-proof">SVD parts in proof </h2>
10441044

@@ -1074,13 +1074,16 @@ <h2 id="different-dimensionalities">Different dimensionalities </h2>
10741074
<p>It is straight forward to prove this relation in case systems \( A \) and
10751075
\( B \) have different dimensionalities. Once we know the Schmidt
10761076
decomposition of a state, we can immmediately say whether it is
1077-
entangled or not. If a state \( \psi \) has is entangled, then its Schmidt
1077+
entangled or not. If a state \( \psi \) is entangled, then its Schmidt
10781078
decomposition has more than one term. Stated differently, the state is
1079-
entangled if the so-called Schmidt rank is is greater than one. There
1079+
entangled if the so-called Schmidt rank is greater than one.
1080+
</p>
1081+
1082+
<p>There
10801083
is another important property of the Schmidt decomposition which is
10811084
related to the properties of the density matrices and their trace
1082-
operations and the entropies. In order to introduce these concepts let
1083-
us look at the two-qubit Hamiltonian described here.
1085+
operations and the entropies. These concepts can be studied for example
1086+
by studying the two-qubit Hamiltonian described above.
10841087
</p>
10851088

10861089
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)