Skip to content

Commit

Permalink
fixing pep8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
khnikhil committed Jun 1, 2023
1 parent 13ef3f9 commit f0c0919
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions qutip/core/operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,8 @@ def fdestroy(n_sites, site, dtype=None):
.. math::
a_j = \\sigma_z^{\\otimes j} \\otimes
(\\frac{\\sigma_x + i \\sigma_y}{2})
a_j = \\sigma_z^{\\otimes j} \\otimes
(\\frac{\\sigma_x + i \\sigma_y}{2})
\\otimes I^{\\otimes N-j-1}
Parameters
Expand Down Expand Up @@ -521,8 +521,8 @@ def fcreate(n_sites, site, dtype=None):
.. math::
a_j = \\sigma_z^{\\otimes j}
\\otimes (frac{sigma_x - i sigma_y}{2})
a_j = \\sigma_z^{\\otimes j}
\\otimes (frac{sigma_x - i sigma_y}{2})
\\otimes I^{\\otimes N-j-1}
Expand Down Expand Up @@ -562,8 +562,8 @@ def _f_op(n_sites, site, action, dtype=None):
.. math::
a_j = \\sigma_z^{\\otimes j}
\\otimes (frac{sigma_x - i sigma_y}{2})
a_j = \\sigma_z^{\\otimes j}
\\otimes (frac{sigma_x \\pm i sigma_y}{2})
\\otimes I^{\\otimes N-j-1}
Parameters
Expand Down

0 comments on commit f0c0919

Please sign in to comment.