index
:
code
master
Code for simulating random walks
Jaron Kent-Dobias
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fourier.cpp
Age
Commit message (
Collapse
)
Author
43 hours
Fixed energy
Jaron Kent-Dobias
43 hours
Use Simpson integrator for the regular fourier case too
Jaron Kent-Dobias
3 days
Refactor
Jaron Kent-Dobias
3 days
Fixed bug and got integrator working
Jaron Kent-Dobias
3 days
Got the log-fourier method working, but integrator is not working correctly
Jaron Kent-Dobias
4 days
Started implementing log-Fourier method, not working right now.
Jaron Kent-Dobias
12 days
Rewrote the original integrator to use a new approach.
Jaron Kent-Dobias
2025-04-05
Switched to fftw allocators to ensure correct alignment for SIMD instructions
Jaron Kent-Dobias
2025-04-05
Enable multithreaded FFTW with openmp
Jaron Kent-Dobias
2025-04-05
Save and read fftw wisdom to speed initialization
Jaron Kent-Dobias
2025-04-05
Slightly better memory efficiency
Jaron Kent-Dobias
2025-04-04
Adopted new scaling of Γ₀ to keep z and y moderate
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