Skip to content

Commit 99b3fd5

Browse files
committed
update docs
1 parent 7ba6382 commit 99b3fd5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_modules/parametricmatrixmodels/modules/expectationvaluesum.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ <h1>Source code for parametricmatrixmodels.modules.expectationvaluesum</h1><div
412412
<span class="sd"> .. math::</span>
413413

414414
<span class="sd"> z_k = \sum_{m=1}^l \left(</span>
415-
<span class="sd"> \sum_{i=1}^r \left( v_i^H D_{km} v_j^2 \right)</span>
415+
<span class="sd"> \sum_{i=1}^r \left( v_i^H D_{km} v_j \right)</span>
416416
<span class="sd"> - \frac{r}{2} ||D_{km}||^2_2 \right)</span>
417417

418418
<span class="sd"> where :math:`||\cdot||_2` is the operator 2-norm (largest singular value)</span>

generated/parametricmatrixmodels.modules.ExpectationValueSum.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ <h1>ExpectationValueSum<a class="headerlink" href="#expectationvaluesum" title="
547547
<p>for <span class="math notranslate nohighlight">\(k=1, \ldots, q\)</span>. This is equivalent to</p>
548548
<div class="math notranslate nohighlight">
549549
\[z_k = \sum_{m=1}^l \left(
550-
\sum_{i=1}^r \left( v_i^H D_{km} v_j^2 \right)
550+
\sum_{i=1}^r \left( v_i^H D_{km} v_j \right)
551551
- \frac{r}{2} ||D_{km}||^2_2 \right)\]</div>
552552
<p>where <span class="math notranslate nohighlight">\(||\cdot||_2\)</span> is the operator 2-norm (largest singular value)
553553
so for Hermitian <span class="math notranslate nohighlight">\(D\)</span>, <span class="math notranslate nohighlight">\(||D||_2\)</span> is the largest absolute

0 commit comments

Comments
 (0)