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 am new to QuTip and I am blown away by your amazing library and relevant examples. I am using QuTip 5.0 and I ran into problems with Lecture 2A, no module named 'qutip_qip' is found. Have phasegate changed location to a new module?
For QuTiP 5 you need to install qutip-qip with, for example, pip install qutip-qip. After that you should be able to import gates from either qutip.qip as before or directly from qutip_qip.
Activity
hodgestar commentedon Jan 4, 2024
For QuTiP 5 you need to install
qutip-qip
with, for example,pip install qutip-qip
. After that you should be able to import gates from eitherqutip.qip
as before or directly fromqutip_qip
.