You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/pub/week16/html/week16-bs.html
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -913,9 +913,7 @@ <h2 id="summary-of-steps-in-pennylane-implementation" class="anchor">Summary of
913
913
914
914
<ol>
915
915
<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>
919
917
<li> If modeling an RQBM, one might clamp visible qubits (preparing them according to training data) and apply gates only to hidden qubits.</li>
920
918
<li> Measure relevant observables: one can return probabilities (probs) or expectation values (expval) of Pauli operators, depending on the chosen loss function.</li>
921
919
<li> Define a cost function, such as the negative log-likelihood or a distance between output and target distribution.</li>
Copy file name to clipboardExpand all lines: doc/pub/week16/html/week16-reveal.html
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -991,10 +991,7 @@ <h2 id="summary-of-steps-in-pennylane-implementation">Summary of steps in PennyL
991
991
992
992
<ol>
993
993
<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>
998
995
<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>
999
996
<p><li> Measure relevant observables: one can return probabilities (probs) or expectation values (expval) of Pauli operators, depending on the chosen loss function.</li>
1000
997
<p><li> Define a cost function, such as the negative log-likelihood or a distance between output and target distribution.</li>
Copy file name to clipboardExpand all lines: doc/pub/week16/html/week16-solarized.html
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -879,9 +879,7 @@ <h2 id="summary-of-steps-in-pennylane-implementation">Summary of steps in PennyL
879
879
880
880
<ol>
881
881
<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>
885
883
<li> If modeling an RQBM, one might clamp visible qubits (preparing them according to training data) and apply gates only to hidden qubits.</li>
886
884
<li> Measure relevant observables: one can return probabilities (probs) or expectation values (expval) of Pauli operators, depending on the chosen loss function.</li>
887
885
<li> Define a cost function, such as the negative log-likelihood or a distance between output and target distribution.</li>
Copy file name to clipboardExpand all lines: doc/pub/week16/html/week16.html
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -956,9 +956,7 @@ <h2 id="summary-of-steps-in-pennylane-implementation">Summary of steps in PennyL
956
956
957
957
<ol>
958
958
<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>
962
960
<li> If modeling an RQBM, one might clamp visible qubits (preparing them according to training data) and apply gates only to hidden qubits.</li>
963
961
<li> Measure relevant observables: one can return probabilities (probs) or expectation values (expval) of Pauli operators, depending on the chosen loss function.</li>
964
962
<li> Define a cost function, such as the negative log-likelihood or a distance between output and target distribution.</li>
0 commit comments