Skip to content

Commit

Permalink
fix: Import qasm executor from defining module
Browse files Browse the repository at this point in the history
In C API
  • Loading branch information
alecandido committed Sep 14, 2024
1 parent 305e02c commit 3c01e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capi/src/wrapper.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is part of
from cqibolab import ffi

from qibolab import execute_qasm as py_execute_qasm
from qibolab.backends import execute_qasm as py_execute_qasm


@ffi.def_extern()
Expand Down

0 comments on commit 3c01e98

Please sign in to comment.