Skip to content

Commit 1c86761

Browse files
committed
correcting typos
1 parent 9c171e7 commit 1c86761

File tree

8 files changed

+111
-119
lines changed

8 files changed

+111
-119
lines changed

doc/pub/week16/html/week16-bs.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -913,9 +913,7 @@ <h2 id="summary-of-steps-in-pennylane-implementation" class="anchor">Summary of
913913

914914
<ol>
915915
<li> Define a quantum device (qml.device) with enough wires for visibles+hidden.</li>
916-
</ol>
917-
<p>0 Construct a parametric quantum circuit (ansatz) that depends on trainable parameters (e.g. angles in rotations and entangling gates).</p>
918-
<ol>
916+
<li> Construct a parametric quantum circuit (ansatz) that depends on trainable parameters (e.g. angles in rotations and entangling gates).</li>
919917
<li> If modeling an RQBM, one might clamp visible qubits (preparing them according to training data) and apply gates only to hidden qubits.</li>
920918
<li> Measure relevant observables: one can return probabilities (probs) or expectation values (expval) of Pauli operators, depending on the chosen loss function.</li>
921919
<li> Define a cost function, such as the negative log-likelihood or a distance between output and target distribution.</li>

doc/pub/week16/html/week16-reveal.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -991,10 +991,7 @@ <h2 id="summary-of-steps-in-pennylane-implementation">Summary of steps in PennyL
991991

992992
<ol>
993993
<p><li> Define a quantum device (qml.device) with enough wires for visibles+hidden.</li>
994-
</ol>
995-
<p>
996-
<p>0 Construct a parametric quantum circuit (ansatz) that depends on trainable parameters (e.g. angles in rotations and entangling gates).</p>
997-
<ol>
994+
<p><li> Construct a parametric quantum circuit (ansatz) that depends on trainable parameters (e.g. angles in rotations and entangling gates).</li>
998995
<p><li> If modeling an RQBM, one might clamp visible qubits (preparing them according to training data) and apply gates only to hidden qubits.</li>
999996
<p><li> Measure relevant observables: one can return probabilities (probs) or expectation values (expval) of Pauli operators, depending on the chosen loss function.</li>
1000997
<p><li> Define a cost function, such as the negative log-likelihood or a distance between output and target distribution.</li>

doc/pub/week16/html/week16-solarized.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -879,9 +879,7 @@ <h2 id="summary-of-steps-in-pennylane-implementation">Summary of steps in PennyL
879879

880880
<ol>
881881
<li> Define a quantum device (qml.device) with enough wires for visibles+hidden.</li>
882-
</ol>
883-
<p>0 Construct a parametric quantum circuit (ansatz) that depends on trainable parameters (e.g. angles in rotations and entangling gates).</p>
884-
<ol>
882+
<li> Construct a parametric quantum circuit (ansatz) that depends on trainable parameters (e.g. angles in rotations and entangling gates).</li>
885883
<li> If modeling an RQBM, one might clamp visible qubits (preparing them according to training data) and apply gates only to hidden qubits.</li>
886884
<li> Measure relevant observables: one can return probabilities (probs) or expectation values (expval) of Pauli operators, depending on the chosen loss function.</li>
887885
<li> Define a cost function, such as the negative log-likelihood or a distance between output and target distribution.</li>

doc/pub/week16/html/week16.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -956,9 +956,7 @@ <h2 id="summary-of-steps-in-pennylane-implementation">Summary of steps in PennyL
956956

957957
<ol>
958958
<li> Define a quantum device (qml.device) with enough wires for visibles+hidden.</li>
959-
</ol>
960-
<p>0 Construct a parametric quantum circuit (ansatz) that depends on trainable parameters (e.g. angles in rotations and entangling gates).</p>
961-
<ol>
959+
<li> Construct a parametric quantum circuit (ansatz) that depends on trainable parameters (e.g. angles in rotations and entangling gates).</li>
962960
<li> If modeling an RQBM, one might clamp visible qubits (preparing them according to training data) and apply gates only to hidden qubits.</li>
963961
<li> Measure relevant observables: one can return probabilities (probs) or expectation values (expval) of Pauli operators, depending on the chosen loss function.</li>
964962
<li> Define a cost function, such as the negative log-likelihood or a distance between output and target distribution.</li>
1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)