We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a64f6 commit 65cf486Copy full SHA for 65cf486
projectq/cengines/__init__.py
@@ -33,3 +33,5 @@
33
from ._testengine import CompareEngine, DummyEngine
34
from ._twodmapper import GridMapper
35
from ._graphmapper import GraphMapper
36
+from ._gate_manager import (nearest_neighbours_cost_fun,
37
+ look_ahead_parallelism_cost_fun)
0 commit comments