We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Function pade() has an argument called n_points, which used to be understood as the number of Matsubara points taken into account.
pade()
n_points
With the introduction of the negative Matsubara half-axis, the meaning of n_points has to be clarified and the code must be updated accordingly.
Do we now need a pair of parameters, something like start and end?
start
end
As I remember, a similar issue was once raised about the tail fitting procedure.
The text was updated successfully, but these errors were encountered:
mferrero
No branches or pull requests
Function
pade()
has an argument calledn_points
, which used to be understood as the number of Matsubara points taken into account.With the introduction of the negative Matsubara half-axis, the meaning of
n_points
has to be clarified and the code must be updated accordingly.Do we now need a pair of parameters, something like
start
andend
?As I remember, a similar issue was once raised about the tail fitting procedure.
The text was updated successfully, but these errors were encountered: