You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/user-guide.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,10 @@ MPOs are fundamentally a lists of rank-4 tensors such that the right bond dimens
79
79
In the T-TEDOPA framework (see [Theoretical Background](@ref) for more details) finite temperature simulations are done with an effective pure state description of the system and the environment where the coupling coefficients (or the SD) is temperature-dependent.
80
80
81
81
The corresponding chain coefficients for an Ohmic or a user provided spectral density (that can thus in pratice be either at zero or finite temperature) are computed with the [`chaincoeffs_finiteT`](@ref).
82
-
This method is based on the `ORTHOPOL` routines[^Gautschi]
82
+
This method is based on the `ORTHOPOL` routines[^Gautschi].
83
+
84
+
!!! warning
85
+
We became aware that for finite-temperature sub-Ohmic spectral densities the computed chain coefficients are erroneous. We are working to fix this issue.
0 commit comments