Markus Buchberger
Markus Buchberger
I found the same bug. and still the probability exceeds 1!!!
Hi @giangiac we have this fix in our fork and it is working fine. you really should give it a try.... BR Markus
I used the name 'iqs' myself as a sub-namespace in my project's namespace structure. This can be fixed by using the ::iqs::QubitRegister to access the new top-level namespace 'iqs'.
It is enough to use ::iqs::QubitRegister in my code. Just as a hint for others, if they run into a similar problem.