Skip to content

Commit

Permalink
removes unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nquesada committed Aug 13, 2021
1 parent 00c801e commit b4381dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion thewalrus/quantum/means_and_variances.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ def click_cumulant(mu, cov, modes, hbar=2):
"""

modes = list(modes) # turns modes from array to list if passed in as array
num_modes = len(mu) // 2
kappa = 0
for pi in partition(modes):
size = len(pi)
Expand Down

0 comments on commit b4381dc

Please sign in to comment.