index
:
code
master
Code for simulating random walks
Jaron Kent-Dobias
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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-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
Explicitly included tuple
Jaron Kent-Dobias
2025-04-03
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
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
Added gitignore
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 what is printed
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
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
2025-04-01
Changed constant for z
Jaron Kent-Dobias
2025-04-01
Began trying to find a convergent iteration for determining z
Jaron Kent-Dobias
2025-04-01
Incorporated interative scheme for treating the active case.
Jaron Kent-Dobias
2025-03-30
Cleaned up the code a bit and rescaled time for the persistant case.
Jaron Kent-Dobias
2025-03-29
Starting implementing persistence, but there is a serious problem with the th...
Jaron Kent-Dobias
2025-03-29
Fixed several bugs.
Jaron Kent-Dobias
2025-03-29
Started writing code for integrating mean-field equations
Jaron Kent-Dobias
2025-03-26
Fixed bug in process script
Jaron Kent-Dobias
2025-03-26
Changed correlations processing to make it easier
Jaron Kent-Dobias
2025-03-26
Changed correlations code to incorporate individual run IDs.
Jaron Kent-Dobias
2025-03-26
Added timestamp to filename.
Jaron Kent-Dobias
2025-03-23
Added correlations to Makefile
Jaron Kent-Dobias
2025-03-23
Write to file instead of std out
Jaron Kent-Dobias
2025-03-23
Wrote code to compute correlation functions.
Jaron Kent-Dobias
2025-03-20
Changed filename written to use log of timestep
Jaron Kent-Dobias
2025-03-20
Changed data collection mechanism to write binary files of a selection of con...
Jaron Kent-Dobias
2025-03-20
Added Makefile and code to generate eigenvalues from actual matrix
Jaron Kent-Dobias
2024-12-26
Added a different step size for the waiting period
Jaron Kent-Dobias
[next]