Skip to content

Commit

Permalink
Remove configuration in DF chemistry sample (#2045)
Browse files Browse the repository at this point in the history
This configuration was added in #1700, but it has a wrong error budget
that is not compatible with the other configuration and the sample. I
removed it again for clarity.
  • Loading branch information
msoeken authored Dec 3, 2024
1 parent cc791d4 commit 7c15bce
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions samples/estimation/df-chemistry/chemistry.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,11 +493,7 @@ def ndarray2d_to_string(arr):
"errorBudget": 0.01,
"qubitParams": {"name": "qubit_maj_ns_e6"},
"qecScheme": {"name": "floquet_code"},
},
{
"qubitParams": {"name": "qubit_gate_us_e3"},
"estimateType": "frontier",
},
}
]
else:
params = []
Expand Down

0 comments on commit 7c15bce

Please sign in to comment.