Skip to content

Commit

Permalink
Minor correction
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfeco committed Nov 11, 2024
1 parent 5a1e61c commit e8f3a7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tnbs/BTC_03_QPE/my_benchmark_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def summarize_results(**kwargs):
benchmark_file = kwargs.get("benchmark_file", None)
index_columns = [0, 1, 2, 3, 4]
pdf = pd.read_csv(benchmark_file, header=[0, 1], index_col=index_columns)
print(pdf)
pdf.reset_index(inplace=True)
n_qbits = list(set(pdf["n_qbits"]))
angle_methods = list(set(pdf["angle_method"]))
Expand Down

0 comments on commit e8f3a7b

Please sign in to comment.