Skip to content

Commit c567daa

Browse files
committed
Add missing public function to cengines
1 parent c91f74d commit c567daa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projectq/cengines/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@
3333
from ._testengine import CompareEngine, DummyEngine
3434
from ._twodmapper import GridMapper
3535
from ._graphmapper import GraphMapper
36+
from ._gate_manager import (nearest_neighbours_cost_fun,
37+
look_ahead_parallelism_cost_fun)

0 commit comments

Comments
 (0)