From 98c59f9ab9f2df6a8637536899cdd50b243e4d6d Mon Sep 17 00:00:00 2001 From: Katerina Gratsea <45763333+KaterinaGratsea@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:13:56 +0300 Subject: [PATCH] Remove factor of 6 (#161) --- src/benchq/resource_estimators/graph_estimator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/benchq/resource_estimators/graph_estimator.py b/src/benchq/resource_estimators/graph_estimator.py index 402fcff3..b153fcff 100644 --- a/src/benchq/resource_estimators/graph_estimator.py +++ b/src/benchq/resource_estimators/graph_estimator.py @@ -467,7 +467,7 @@ def estimate_resources_from_compiled_implementation( # get time to get a single shot time_per_circuit_in_seconds = ( - 6 * num_cycles * hw_model.surface_code_cycle_time_in_seconds + num_cycles * hw_model.surface_code_cycle_time_in_seconds ) total_time_in_seconds = (