mirror of
https://github.com/vale981/two_qubit_model
synced 2025-03-04 17:21:43 -05:00
use the correct operators when calculating bcf scale
This commit is contained in:
parent
1d272ddcfc
commit
9b4d77ddfb
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue