mirror of
https://github.com/vale981/two_qubit_model
synced 2025-03-04 17:21:43 -05:00
remove forgotten print
This commit is contained in:
parent
10d87c4bb5
commit
d5b3aa5fc1
1 changed files with 0 additions and 1 deletions
|
@ -422,7 +422,6 @@ class OttoEngine(QubitModelMutliBath):
|
|||
self.total_energy_from_power(data, **kwargs), σ_factor, data, **kwargs
|
||||
)
|
||||
Δ_energies = energies.slice(slice(1, None)) - energies.slice(slice(0, -1))
|
||||
print(Δ_energies)
|
||||
|
||||
return Δ_energies.mean
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue