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
currently use param.f90 to control parameters.
param.f90
This is ok, as the understanding of fortran required is pretty limited. But maybe something like a TOML/YML/INI file would be better.
downside is a lot of the parameters become run-time variables, which could degrade performance. needs investigating.
The text was updated successfully, but these errors were encountered:
prerequisite of permanent virtual particles completed #12
Sorry, something went wrong.
No branches or pull requests
currently use
param.f90
to control parameters.This is ok, as the understanding of fortran required is pretty limited. But maybe something like a TOML/YML/INI file would be better.
downside is a lot of the parameters become run-time variables, which could degrade performance. needs investigating.
The text was updated successfully, but these errors were encountered: