use the correct operators when calculating bcf scale

This commit is contained in:
Valentin Boettcher 2022-11-28 17:46:24 -05:00
parent 1d272ddcfc
commit 9b4d77ddfb
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

@ -583,7 +583,7 @@ class QubitModelMutliBath(Model):
return [
bcf_scale(δ, L, self.t.max(), s, ω)
for δ, L, s, ω in zip(self.δ, self.L, self.s, self.ω_c)
for δ, L, s, ω in zip(self.δ, self.coupling_operators, self.s, self.ω_c)
]
def bcf(