Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to import the 'mqt.qecc.circuit_synthesis' module #373

Open
qtm-chris opened this issue Feb 26, 2025 · 0 comments
Open

Not able to import the 'mqt.qecc.circuit_synthesis' module #373

qtm-chris opened this issue Feb 26, 2025 · 0 comments

Comments

@qtm-chris
Copy link

Environment information

  • mac OSX
  • version of mqt.qecc: 1.8.2

Description

Hi, I installed the pip version of the package, but got an error trying to import the circuit_synthesis module:
ModuleNotFoundError: No module named 'mqt.qecc.circuit_synthesis'
Is the pip version an old version of the package that is missing that part, or did something go wrong with my pip install?

Expected behavior

No response

How to Reproduce

from mqt.qecc.circuit_synthesis import (
    depth_optimal_encoding_circuit,
    gate_optimal_encoding_circuit,
    heuristic_encoding_circuit,
)

Gives error: ModuleNotFoundError: No module named 'mqt.qecc.circuit_synthesis'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

1 participant