Skip to content

Commit

Permalink
changes proposed monday
Browse files Browse the repository at this point in the history
  • Loading branch information
gsuarezr committed Nov 29, 2023
1 parent ac174ca commit f899877
Show file tree
Hide file tree
Showing 3 changed files with 699 additions and 682 deletions.
13 changes: 8 additions & 5 deletions qutip/solver/heom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"HSolverDL",
"HierarchyADOs",
"HierarchyADOsState",
"FitSpectral",
"FitCorr",
"SpectralFitter",
"CorrelationFitter",
"OhmicBath",
]

Expand All @@ -46,9 +46,6 @@
FermionicBath,
LorentzianBath,
LorentzianPadeBath,
FitSpectral,
FitCorr,
OhmicBath,
)

from .bofin_solvers import (
Expand All @@ -59,3 +56,9 @@
HierarchyADOs,
HierarchyADOsState,
)

from .bonfin_fit import (
CorrelationFitter,
SpectralFitter,
OhmicBath,
)
Loading

0 comments on commit f899877

Please sign in to comment.