Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
rochisha0 committed Jul 12, 2024
1 parent 0f15387 commit f029e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qutip/core/qobj.py
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ def expm(self, dtype) -> Qobj:
dims=self._dims,
isherm=self._isherm,
copy=False)
return Qobj(_data.expm(self._data, dtype=dtype),
return Qobj(_data.expm(self._data, dtype=self.dtype),
dims=self._dims,
isherm=self._isherm,
copy=False)
Expand Down

0 comments on commit f029e55

Please sign in to comment.