Skip to content

Commit

Permalink
fix: Allowed physical error rate is set
Browse files Browse the repository at this point in the history
  • Loading branch information
AthenaCaesura committed Apr 18, 2024
1 parent f31ade4 commit b1b8b69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from .magic_state_factory import MagicStateFactory

_ALLOWED_PHYSICAL_ERROR_RATES = 1e-5
_ALLOWED_PHYSICAL_ERROR_RATES = {1e-5}

_ERROR_RATE_FACTORY_MAPPING = {
1e-5: (
Expand Down

0 comments on commit b1b8b69

Please sign in to comment.