Skip to content

Commit

Permalink
Populating total circuit failure rate in openfermion accounting
Browse files Browse the repository at this point in the history
  • Loading branch information
pediejo committed Dec 18, 2024
1 parent 2cbae1e commit b315bb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/benchq/resource_estimators/openfermion_estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ def openfermion_estimator(
resource_info = OpenFermionResourceInfo(
n_physical_qubits=best_cost.physical_qubit_count,
total_time_in_seconds=best_cost.duration,
total_circuit_failure_rate=best_cost.algorithm_failure_probability,
optimization="Space",
n_abstract_logical_qubits=best_params.max_allocated_logical_qubits,
decoder_info=decoder_info,
Expand Down

0 comments on commit b315bb5

Please sign in to comment.