summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
32 hoursIgnore new binaryJaron Kent-Dobias
32 hoursFixed MakefileJaron Kent-Dobias
32 hoursRefactorJaron Kent-Dobias
33 hoursFixed bug and got integrator workingJaron Kent-Dobias
35 hoursGot the log-fourier method working, but integrator is not working correctlyJaron Kent-Dobias
3 daysStarted implementing log-Fourier method, not working right now.Jaron Kent-Dobias
11 daysRewrote the original integrator to use a new approach.Jaron Kent-Dobias
11 daysStarted making chages to the original integratorJaron Kent-Dobias
2025-04-05Made τ₀ = 0 possibleJaron Kent-Dobias
2025-04-05Switched to fftw allocators to ensure correct alignment for SIMD instructionsJaron Kent-Dobias
2025-04-05Enable multithreaded FFTW with openmpJaron Kent-Dobias
2025-04-05Ignore fftw wisdom.Jaron Kent-Dobias
2025-04-05Rescale τₘₐₓ with τ₀ to make approximations more consistent accross...Jaron Kent-Dobias
2025-04-05Save and read fftw wisdom to speed initializationJaron Kent-Dobias
2025-04-05Save half the data to the diskJaron Kent-Dobias
2025-04-05Slightly better memory efficiencyJaron Kent-Dobias
2025-04-04Adopted new scaling of Γ₀ to keep z and y moderateJaron Kent-Dobias
2025-04-03Explicitly included tupleJaron Kent-Dobias
2025-04-03Increase γ slowerJaron Kent-Dobias
2025-04-03Increase the rate of γ increaseJaron Kent-Dobias
2025-04-03Don't change γ every iterationJaron Kent-Dobias
2025-04-03Automaticlly adjust γJaron Kent-Dobias
2025-04-03Remove allocation from loop to speed up energy colculationJaron Kent-Dobias
2025-04-03Removed some more duplicate code.Jaron Kent-Dobias
2025-04-03Added gitignoreJaron Kent-Dobias
2025-04-03Split functions into library to deduplicate codeJaron Kent-Dobias
2025-04-03Don't process empty filesJaron Kent-Dobias
2025-04-03Changed what is printedJaron Kent-Dobias
2025-04-03Changed output of get_energy from cerr to coutJaron Kent-Dobias
2025-04-03Added FFTW estimate flage to get_energy for speedJaron Kent-Dobias
2025-04-03Added 0 component of FFT to get_energyJaron Kent-Dobias
2025-04-03Added file for calculating energy later.Jaron Kent-Dobias
2025-04-03Write and read from binary filesJaron Kent-Dobias
2025-04-03Save every correlation function.Jaron Kent-Dobias
2025-04-03Added mixed supportJaron Kent-Dobias
2025-04-02Fixed large bug, small optimizationsJaron Kent-Dobias
2025-04-02Some changesJaron Kent-Dobias
2025-04-02Adjust damping with failuresJaron Kent-Dobias
2025-04-02More small tweaksJaron Kent-Dobias
2025-04-02Fixed bugJaron Kent-Dobias
2025-04-02Move Δy when there is a failureJaron Kent-Dobias
2025-04-02More work on the integrator.Jaron Kent-Dobias
2025-04-02Added p flag and calculating energyJaron Kent-Dobias
2025-04-02Got fourier integrator workingJaron Kent-Dobias
2025-04-02Started on new iteration schemeJaron Kent-Dobias
2025-04-01Changed constant for zJaron Kent-Dobias
2025-04-01Began trying to find a convergent iteration for determining zJaron Kent-Dobias
2025-04-01Incorporated interative scheme for treating the active case.Jaron Kent-Dobias
2025-03-30Cleaned up the code a bit and rescaled time for the persistant case.Jaron Kent-Dobias
2025-03-29Starting implementing persistence, but there is a serious problem with the th...Jaron Kent-Dobias