From 5ea6684b1c5f2bdc82d410420e38e2de65c1b704 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Fri, 23 Aug 2024 17:52:08 -0400 Subject: [PATCH] FIX: correct scaling for coupling strength --- src/rabifun/system.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/rabifun/system.py b/src/rabifun/system.py index 1ad34bb..ed2e156 100644 --- a/src/rabifun/system.py +++ b/src/rabifun/system.py @@ -142,7 +142,10 @@ class Params: class RuntimeParams: - """Secondary Parameters that are required to run the simulation.""" + """Secondary Parameters that are required to run the simulation. + + Here, every frequency is an *angular frequency.* + """ def __init__(self, params: Params): self.params = params @@ -191,7 +194,7 @@ class RuntimeParams: if norm > 0: self.g *= params.g_0 / norm - self.g *= 2 * np.pi + self.g *= params.Ω * 2 * np.pi self.Ωs = Ωs self.ε = (