Skip to content

Commit

Permalink
set routing_method = "none"
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Oct 1, 2024
1 parent 4c168b0 commit e8d64f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gem_suite/experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def parameters(self) -> np.ndarray:
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 e8d64f6

Please sign in to comment.