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
When interpolating a constant Green's function (eg.. $G(i\omega_n) = U$) on a DLR mesh, the resulting error is larger than the representation accuracy given to the DLR mesh constructor.
This issue also occurs for DLR Green's functions which have frequency structure, but with a high-frequency offset.
Steps to Reproduce
The following minimal example will reproduce the problem
Wentzell
changed the title
Interpolating on a constant DLR Gf gives large error
In DLR Documentation, be more clear about which functions are representable.
Jun 12, 2024
Description
When interpolating a constant Green's function (eg..$G(i\omega_n) = U$ ) on a DLR mesh, the resulting error is larger than the representation accuracy given to the DLR mesh constructor.
This issue also occurs for DLR Green's functions which have frequency structure, but with a high-frequency offset.
Steps to Reproduce
The following minimal example will reproduce the problem
The resulting plot is
Expected behavior: The error$G(i\omega_n) - U$ to be smaller than the value of
dlreps
.Actual behavior: The error$G(i\omega_n) - U$ is larger than
dlreps
.The text was updated successfully, but these errors were encountered: