diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-19 17:11:39 -0300 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2025-04-19 17:11:39 -0300 |
commit | ebbd988e3a9e7f55722afd0aa9c35985fb365d7b (patch) | |
tree | 0404d41384bd8a04c6490ca1d59c7a0783cad5f1 /log-fourier_integrator.cpp | |
parent | 0d6f6739000b69a53c61438fec3be41323313120 (diff) | |
download | code-ebbd988e3a9e7f55722afd0aa9c35985fb365d7b.tar.gz code-ebbd988e3a9e7f55722afd0aa9c35985fb365d7b.tar.bz2 code-ebbd988e3a9e7f55722afd0aa9c35985fb365d7b.zip |
Start μ larger
Diffstat (limited to 'log-fourier_integrator.cpp')
-rw-r--r-- | log-fourier_integrator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/log-fourier_integrator.cpp b/log-fourier_integrator.cpp index d6d23b3..cf26fea 100644 --- a/log-fourier_integrator.cpp +++ b/log-fourier_integrator.cpp @@ -193,6 +193,7 @@ int main(int argc, char* argv[]) { std::cerr << β << " " << μ << " " << Ĉₜ[0].real() << " " << E << " " << γ << std::endl; β += Δβ; + μ += Δβ; } for (unsigned i = 0; i < N; i++) { |