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
Simulations with wave_wf = FORKTD give identical results even though second parameter of run is different.
for example: set wf_dyn FORKTD set TD_dt 0.001 atomictime run 1 1 or run 1 10 would give identical results
in both cases if I grep for etotal it will show only one etotal_int tag per run.
The text was updated successfully, but these errors were encountered:
That's right, nite_ doesn't seem to be used at all in https://github.com/LLNL/qball/blob/master/src/qball/EhrenSampleStepper.cc , so the value has no effect.
nite_
Sorry, something went wrong.
No branches or pull requests
Simulations with wave_wf = FORKTD give identical results even though second parameter of run is different.
for example:
set wf_dyn FORKTD
set TD_dt 0.001 atomictime
run 1 1
or
run 1 10
would give identical results
in both cases if I grep for etotal it will show only one etotal_int tag per run.
The text was updated successfully, but these errors were encountered: