Skip to content

Commit

Permalink
set routing_method = "none" and don't set optimization_level
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Sep 30, 2024
1 parent d4f9310 commit b836c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gem_suite/experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def parameters(self) -> np.ndarray:
@classmethod
def _default_transpile_options(cls) -> Options:
options = super()._default_transpile_options()
options.optimization_level = 1
options.routing_method = "none"
return options

@classmethod
Expand Down

0 comments on commit b836c84

Please sign in to comment.