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_integrator.cpp
Age
Commit message (
Expand
)
Author
12 days
Made τ₀ = 0 possible
Jaron Kent-Dobias
12 days
Rescale τₘₐₓ with τ₀ to make approximations more consistent accross...
Jaron Kent-Dobias
12 days
Save half the data to the disk
Jaron Kent-Dobias
13 days
Adopted new scaling of Γ₀ to keep z and y moderate
Jaron Kent-Dobias
14 days
Increase γ slower
Jaron Kent-Dobias
2025-04-03
Increase the rate of γ increase
Jaron Kent-Dobias
2025-04-03
Don't change γ every iteration
Jaron Kent-Dobias
2025-04-03
Automaticlly adjust γ
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
Changed what is printed
Jaron Kent-Dobias
2025-04-03
Write and read from binary files
Jaron Kent-Dobias
2025-04-03
Save every correlation function.
Jaron Kent-Dobias
2025-04-03
Added mixed support
Jaron Kent-Dobias
2025-04-02
Fixed large bug, small optimizations
Jaron Kent-Dobias
2025-04-02
Some changes
Jaron Kent-Dobias
2025-04-02
Adjust damping with failures
Jaron Kent-Dobias
2025-04-02
More small tweaks
Jaron Kent-Dobias
2025-04-02
Fixed bug
Jaron Kent-Dobias
2025-04-02
Move Δy when there is a failure
Jaron Kent-Dobias
2025-04-02
More work on the integrator.
Jaron Kent-Dobias
2025-04-02
Added p flag and calculating energy
Jaron Kent-Dobias
2025-04-02
Got fourier integrator working
Jaron Kent-Dobias
2025-04-02
Started on new iteration scheme
Jaron Kent-Dobias