Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfeco committed Aug 1, 2024
1 parent 2b4bbb6 commit 6d9e708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/qpu/model_noise.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def create_qpu(hw_cfg):

# Second: Use Patter Manager: Rewrite Toffolis
from qat.synthopline.compiler import EXPANSION_COLLECTION
FROM qat.pbo import PatternManager
from qat.pbo import PatternManager
expansion_plugin = PatternManager(collections=[EXPANSION_COLLECTION])

my_plugin = kak_plugin | expansion_plugin
Expand Down

0 comments on commit 6d9e708

Please sign in to comment.