Skip to content

Commit

Permalink
Update tStates for Azure QRE error budget (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdg221 authored May 29, 2024
1 parent adb12c5 commit 9c6db38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/benchq/resource_estimators/azure_estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def azure_estimator(
] = algorithm.error_budget.transpilation_failure_tolerance
remaining_error = algorithm.error_budget.hardware_failure_tolerance
azure_error_budget["logical"] = remaining_error / 2
azure_error_budget["tstates"] = remaining_error / 2
azure_error_budget["tStates"] = remaining_error / 2
if use_full_circuit:
circuit = algorithm.program.full_circuit
return _estimate_resources_for_circuit(hw_model, circuit, azure_error_budget)
Expand Down

0 comments on commit 9c6db38

Please sign in to comment.