Skip to content

Commit

Permalink
add imports for profile (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf authored Oct 22, 2024
1 parent 690c7b3 commit c03f8ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytket/qir/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

# _metadata.py is copied to the folder after installation.
from ._metadata import __extension_name__, __extension_version__
from .conversion import QIRFormat, pytket_to_qir
from .conversion import QIRFormat, QIRProfile, pytket_to_qir
2 changes: 1 addition & 1 deletion pytket/qir/conversion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
"""Backends for processing pytket circuits with Quantinuum devices
"""

from .api import QIRFormat, pytket_to_qir
from .api import QIRFormat, QIRProfile, pytket_to_qir

0 comments on commit c03f8ee

Please sign in to comment.