quantumsim / qsoverlay

An overlay for the quantumsim package developed by Brian Tarasinski (https://github.com/brianzi/quantumsim)
GNU General Public License v3.0
2 stars 4 forks source link

"ModuleNotFoundError: No module named 'quantumsim.circuit'" #12

Closed vasudhapinkfairy closed 5 years ago

vasudhapinkfairy commented 5 years ago

While importing qsoverlay after importing quantumsim, it shows the error ModuleNotFoundError: No module named 'quantumsim.circuit' I have installed quantumsim and qsoverlay in the same way that is given.

obriente commented 5 years ago

What branch of quantumsim are you using? This is currently under a lot of development so I think the advice on which branches to use might be wrong.

I suggest using the feature/full_iswap branch on both quantumsim and qsoverlay

vasudhapinkfairy commented 5 years ago

thanks !!

slavoutich commented 5 years ago

I had some problems with feature/full_iswap, but I assume PyPi version of quantumsim (which is stable/v0.2 branch) should also work.