From 61a2a8aaf7a4c02f75ac85e42841285aba7ef5a1 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Fri, 4 Apr 2025 16:31:11 -0300 Subject: Adopted new scaling of Γ₀ to keep z and y moderate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- get_energy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'get_energy.cpp') diff --git a/get_energy.cpp b/get_energy.cpp index b6e835f..6e14d9b 100644 --- a/get_energy.cpp +++ b/get_energy.cpp @@ -75,7 +75,7 @@ int main(int argc, char* argv[]) { std::vector Ct = fft.fourier(C); std::vector Rt = fft.fourier(R); - Real z = estimateZ(fft, C, Ct, R, Rt, p, s, λ, y); + Real z = estimateZ(fft, C, Ct, R, Rt, p, s, λ, τ₀, y); std::cout << y << " " << e << " " << Ct[0].real() << " " << z << std::endl; } -- cgit v1.2.3-70-g09d2