You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
Environment information
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
Gives error:
ModuleNotFoundError: No module named 'mqt.qecc.circuit_synthesis'
The text was updated successfully, but these errors were encountered: