Skip to content

Commit 4032f27

Browse files
committed
update
1 parent 9828eeb commit 4032f27

File tree

8 files changed

+222
-222
lines changed

8 files changed

+222
-222
lines changed

doc/pub/week6/html/week6-bs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1885,7 +1885,7 @@ <h2 id="the-code-for-the-one-qubit-case" class="anchor">The code for the one qub
18851885
<div class="inner_cell">
18861886
<div class="input_area">
18871887
<div class="highlight" style="background: #f8f8f8">
1888-
<pre style="line-height: 125%;"><span style="color: #008000; font-weight: bold">from</span> <span style="color: #0000FF; font-weight: bold">src.qc</span> <span style="color: #008000; font-weight: bold">import</span> <span style="color: #666666">*</span>
1888+
<pre style="line-height: 125%;"><span style="color: #008000; font-weight: bold">from</span> <span style="color: #0000FF; font-weight: bold">qc</span> <span style="color: #008000; font-weight: bold">import</span> <span style="color: #666666">*</span>
18891889

18901890
<span style="color: #008000; font-weight: bold">def</span> <span style="color: #0000FF">prepare_state</span>(theta, phi, target <span style="color: #666666">=</span> <span style="color: #008000; font-weight: bold">None</span>):
18911891
I <span style="color: #666666">=</span> np<span style="color: #666666">.</span>eye(<span style="color: #666666">2</span>)

doc/pub/week6/html/week6-reveal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1931,7 +1931,7 @@ <h2 id="the-code-for-the-one-qubit-case">The code for the one qubit case </h2>
19311931
<div class="inner_cell">
19321932
<div class="input_area">
19331933
<div class="highlight" style="background: #eeeedd">
1934-
<pre style="font-size: 80%; line-height: 125%;"><span style="color: #8B008B; font-weight: bold">from</span> <span style="color: #008b45; text-decoration: underline">src.qc</span> <span style="color: #8B008B; font-weight: bold">import</span> *
1934+
<pre style="font-size: 80%; line-height: 125%;"><span style="color: #8B008B; font-weight: bold">from</span> <span style="color: #008b45; text-decoration: underline">qc</span> <span style="color: #8B008B; font-weight: bold">import</span> *
19351935

19361936
<span style="color: #8B008B; font-weight: bold">def</span> <span style="color: #008b45">prepare_state</span>(theta, phi, target = <span style="color: #8B008B; font-weight: bold">None</span>):
19371937
I = np.eye(<span style="color: #B452CD">2</span>)

doc/pub/week6/html/week6-solarized.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1809,7 +1809,7 @@ <h2 id="the-code-for-the-one-qubit-case">The code for the one qubit case </h2>
18091809
<div class="inner_cell">
18101810
<div class="input_area">
18111811
<div class="highlight" style="background: #eeeedd">
1812-
<pre style="line-height: 125%;"><span style="color: #8B008B; font-weight: bold">from</span> <span style="color: #008b45; text-decoration: underline">src.qc</span> <span style="color: #8B008B; font-weight: bold">import</span> *
1812+
<pre style="line-height: 125%;"><span style="color: #8B008B; font-weight: bold">from</span> <span style="color: #008b45; text-decoration: underline">qc</span> <span style="color: #8B008B; font-weight: bold">import</span> *
18131813

18141814
<span style="color: #8B008B; font-weight: bold">def</span> <span style="color: #008b45">prepare_state</span>(theta, phi, target = <span style="color: #8B008B; font-weight: bold">None</span>):
18151815
I = np.eye(<span style="color: #B452CD">2</span>)

doc/pub/week6/html/week6.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1886,7 +1886,7 @@ <h2 id="the-code-for-the-one-qubit-case">The code for the one qubit case </h2>
18861886
<div class="inner_cell">
18871887
<div class="input_area">
18881888
<div class="highlight" style="background: #f8f8f8">
1889-
<pre style="line-height: 125%;"><span style="color: #008000; font-weight: bold">from</span> <span style="color: #0000FF; font-weight: bold">src.qc</span> <span style="color: #008000; font-weight: bold">import</span> <span style="color: #666666">*</span>
1889+
<pre style="line-height: 125%;"><span style="color: #008000; font-weight: bold">from</span> <span style="color: #0000FF; font-weight: bold">qc</span> <span style="color: #008000; font-weight: bold">import</span> <span style="color: #666666">*</span>
18901890

18911891
<span style="color: #008000; font-weight: bold">def</span> <span style="color: #0000FF">prepare_state</span>(theta, phi, target <span style="color: #666666">=</span> <span style="color: #008000; font-weight: bold">None</span>):
18921892
I <span style="color: #666666">=</span> np<span style="color: #666666">.</span>eye(<span style="color: #666666">2</span>)
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)