-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
- QNET version: 1.4.3
- Python version: 3.9.6
- Operating System: Windows 10
Description
I like to mention that I am new to QNET and Python. I am trying to use Pauli matrices in my project. In order to do that I tried to import Pauli matrices from the "qnet.algebra.library.pauli_matrices" as mentioned in the QNET API documentation but throws "Module not found error".
What I Did
from qnet. algebra.library import pauli_matrices
ModuleNotFoundError Traceback (most recent call last)
~\AppData\Local\Temp/ipykernel_20216/2406033966.py in <module>
----> 1 from qnet.algebra.library import pauli_matrices
ModuleNotFoundError: No module named 'qnet.algebra.library'
Metadata
Metadata
Assignees
Labels
No labels