Skip to content

Commit

Permalink
Deployed 923fb8a with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Wietek committed Jan 31, 2025
1 parent ce3f284 commit 74aefe3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion documentation/io/file_h5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ <h2 id="constructors">Constructors</h2>
<tr>
<td style="text-align: left;">iomode</td>
<td style="text-align: left;">whether to read or write to file</td>
<td><code>w</code></td>
<td><code>r</code></td>
</tr>
</tbody>
</table>
Expand Down
6 changes: 3 additions & 3 deletions documentation/operators/operator_types/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,19 +367,19 @@ <h2 id="list-of-operator-types">List of operator types</h2>
<tbody>
<tr>
<td style="text-align: left;"><code>Hop</code></td>
<td style="text-align: left;">A hopping term for <span class="arithmatex">\(\uparrow\)</span> and <span class="arithmatex">\(\downarrow\)</span> spins of the form $$ \sum_{\sigma=\uparrow\downarrow} (c^\dagger_{i\sigma}c_{j\sigma} + \textrm{h.c.})$$</td>
<td style="text-align: left;">A hopping term for <span class="arithmatex">\(\uparrow\)</span> and <span class="arithmatex">\(\downarrow\)</span> spins of the form $$ \textcolor{red}{-}\sum_{\sigma=\uparrow\downarrow} (c^\dagger_{i\sigma}c_{j\sigma} + \textrm{h.c.})$$</td>
<td>2</td>
<td>tJ, Electron, tJDistributed</td>
</tr>
<tr>
<td style="text-align: left;"><code>Hopup</code></td>
<td style="text-align: left;">A hopping term for <span class="arithmatex">\(\uparrow\)</span> spins of the form $$ (c^\dagger_{i\uparrow}c_{j\uparrow} + \textrm{h.c.})$$</td>
<td style="text-align: left;">A hopping term for <span class="arithmatex">\(\uparrow\)</span> spins of the form $$ \textcolor{red}{-}(c^\dagger_{i\uparrow}c_{j\uparrow} + \textrm{h.c.})$$</td>
<td>2</td>
<td>tJ, Electron, tJDistributed</td>
</tr>
<tr>
<td style="text-align: left;"><code>Hopdn</code></td>
<td style="text-align: left;">A hopping term for <span class="arithmatex">\(\downarrow\)</span> spins of the form $$ (c^\dagger_{i\downarrow}c_{j\downarrow} + \textrm{h.c.})$$</td>
<td style="text-align: left;">A hopping term for <span class="arithmatex">\(\downarrow\)</span> spins of the form $$ \textcolor{red}{-}(c^\dagger_{i\downarrow}c_{j\downarrow} + \textrm{h.c.})$$</td>
<td>2</td>
<td>tJ, Electron, tJDistributed</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 74aefe3

Please sign in to comment.