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
beta
@sakurairihito
We (I and R. Sakurai) found this bit annoying:
using SparseIR lambda_ = 100.0 beta = 10.0 wmax = lambda_/beta basis = FiniteTempBasis(fermion, beta, wmax, 1e-7) println(beta(basis))
Many Julia users seem to prefer to using using. We should rename the accessor something like getbeta? The same applies to wmax...
using
getbeta
wmax
The text was updated successfully, but these errors were encountered:
I agree! I'll fix this later today.
Sorry, something went wrong.
Sorry I forgot to push. 13dcc2a
No branches or pull requests
@sakurairihito
We (I and R. Sakurai) found this bit annoying:
Many Julia users seem to prefer to using
using
.We should rename the accessor something like
getbeta
?The same applies to
wmax
...The text was updated successfully, but these errors were encountered: