Skip to content

Commit

Permalink
changes to documentation
Browse files Browse the repository at this point in the history
Co-authored-by: soranjh <40344468+soranjh@users.noreply.github.com>
  • Loading branch information
willjmax and soranjh authored Sep 16, 2024
1 parent 432ba76 commit e9b8fbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pennylane/fermi/fermionic.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,9 @@ def shift_operator(self, initial_position, final_position):
.. math::
\begin{align*}
\left\{ a_i, a_j \right\} &= 0\\\\
\left\{ a^{\dagger}_i, a^{\dagger}_j \right\} &= 0\\\\
\left\{ a_i, a^{\dagger}_j \right\} &= \delta_{ij}\\\\
\left\{ a_i, a_j \right\} &= 0,\\\\
\left\{ a^{\dagger}_i, a^{\dagger}_j \right\} &= 0,\\\\
\left\{ a_i, a^{\dagger}_j \right\} &= \delta_{ij},\\\\
\end{align*}
Expand Down

0 comments on commit e9b8fbb

Please sign in to comment.