Skip to content

Commit fe7a844

Browse files
committed
In hamlib, need to import expectation and observables in analyze
this is required since imports move to run()
1 parent 5533766 commit fe7a844

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hamlib/hamlib_simulation_benchmark.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ def analyze_and_print_result(
126126
"""
127127

128128
from _common import metrics
129+
from hamlib._common import evolution_exact
130+
from hamlib._common import observables
129131

130132
counts = result.get_counts(qc)
131133

0 commit comments

Comments
 (0)