FIX: correct scaling for coupling strength

This commit is contained in:
Valentin Boettcher 2024-08-23 17:52:08 -04:00
parent 7a64746820
commit 5ea6684b1c

View file

@ -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.ε = (