diff --git a/hardness-app.tex b/hardness-app.tex index cf9eba7..0d090dc 100644 --- a/hardness-app.tex +++ b/hardness-app.tex @@ -618,10 +618,10 @@ level 2/.style={sibling distance=0.7cm}, \State \gate.\prt $\gets \abs{\gate.\val}$ \ElsIf{\gate.\type $= \circmult$} \State \gate.\prt $\gets \gate_\linput.\prt \times \gate_\rinput.\prt$ - \Else \Comment{\gate.\type $= \circplus$} + \Else %\Comment{\gate.\type $= \circplus$} \State \gate.\prt $\gets \gate_\linput.\prt + \gate_\rinput.\prt$ \State \gate.\lwght $\gets \frac{\gate_\linput.\prt}{\gate.\prt}$ - \State \circuit.\rwght $\gets \frac{\gate_\rinput.\prt}{\gate.\prt}$ + \State \gate.\rwght $\gets \frac{\gate_\rinput.\prt}{\gate.\prt}$ \EndIf \State \vari{sum} $\gets \gate.\prt$ \EndFor