Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-johnson committed May 19, 2023
1 parent 268eb7d commit 1de3baf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def reconstruct_expectation_values(
quasi_dists[i][j][k][1], cog, outcome
)

for k, subobservable in enumerate(subsystem_observables[label]):
for k, subobservable in enumerate(subobservables_by_subsystem[label]):
current_expvals[k] *= np.mean(
[subsystem_expvals[m][n] for m, n in so.lookup[subobservable]]
)
Expand Down

0 comments on commit 1de3baf

Please sign in to comment.