diff --git a/qutip/solver/heom/bofin_baths.py b/qutip/solver/heom/bofin_baths.py index a14e2a259a..885c97c512 100644 --- a/qutip/solver/heom/bofin_baths.py +++ b/qutip/solver/heom/bofin_baths.py @@ -447,11 +447,9 @@ def __new__( matsubara_approx = env.approx_by_matsubara( Nk=Nk, combine=combine, tag=tag ) - # TODO terminator stuff return BosonicBath.from_environment(matsubara_approx, Q) -# TODO fermionic environments class FermionicBath(Bath): """