Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed factor of 6 from time_per_circuit_in_seconds #160

Conversation

KaterinaGratsea
Copy link
Contributor

Description

Summary:
The issue involves removing the factor of 6 from BenchQ to correct inconsistencies in the runtime calculation.

Context:
The factor of six needs to be removed to align the equations with the updated terminology. For details, see here.

Implemented solution:
Removed factor of 6 from time_per_circuit_in_seconds in graph_estimator.py in line 469

    time_per_circuit_in_seconds = (
        6 * num_cycles * hw_model.surface_code_cycle_time_in_seconds
    )

@max-radin
Copy link
Contributor

Addressed in #161.

@max-radin max-radin closed this Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants