index
:
code
master
Code for simulating random walks
Jaron Kent-Dobias
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
get_energy.cpp
Age
Commit message (
Expand
)
Author
3 days
Make sure β doesn't drift
Jaron Kent-Dobias
2025-04-22
Higher precision in the energy output
Jaron Kent-Dobias
2025-04-05
Rescale τₘₐₓ with τ₀ to make approximations more consistent accross...
Jaron Kent-Dobias
2025-04-05
Save and read fftw wisdom to speed initialization
Jaron Kent-Dobias
2025-04-05
Save half the data to the disk
Jaron Kent-Dobias
2025-04-04
Adopted new scaling of Γ₀ to keep z and y moderate
Jaron Kent-Dobias
2025-04-03
Remove allocation from loop to speed up energy colculation
Jaron Kent-Dobias
2025-04-03
Removed some more duplicate code.
Jaron Kent-Dobias
2025-04-03
Split functions into library to deduplicate code
Jaron Kent-Dobias
2025-04-03
Don't process empty files
Jaron Kent-Dobias
2025-04-03
Changed output of get_energy from cerr to cout
Jaron Kent-Dobias
2025-04-03
Added FFTW estimate flage to get_energy for speed
Jaron Kent-Dobias
2025-04-03
Added 0 component of FFT to get_energy
Jaron Kent-Dobias
2025-04-03
Added file for calculating energy later.
Jaron Kent-Dobias