Skip to content

Commit

Permalink
Remove extra return op from _grad_next_fermionic.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Nov 18, 2021
1 parent 2220832 commit ff1078f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions qutip/nonmarkov/bofin_solvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,9 +634,6 @@ def _grad_next_fermionic(self, he_n, k):
)
return op


return op

def _rhs(self, L):
""" Make the RHS for the HEOM. """
ops = _GatherHEOMRHS(self.ados.idx, block=L.shape[0], nhe=self._n_ados)
Expand Down

0 comments on commit ff1078f

Please sign in to comment.