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
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'
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: