Skip to content

Commit

Permalink
Fixing bug in typing
Browse files Browse the repository at this point in the history
  • Loading branch information
pediejo committed Oct 10, 2024
1 parent 7ff6760 commit 643caeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def generate_minimal_code_distance_resources(
optimization: str,
n_t_gates_per_rotation: int,
total_qec_failure_tolerance: float,
magic_state_factory: Union(MagicStateFactoryInfo, None),
magic_state_factory: Union[MagicStateFactoryInfo, None],
hw_model: BasicArchitectureModel,
min_d: int = 3,
max_d: int = 200,
Expand Down

0 comments on commit 643caeb

Please sign in to comment.