Ed Younis

Results 32 comments of Ed Younis

I use samba+cryfs to do something similar, idk about the usb situation. I figure if the usb is mounted on the host, you can just create a volume there. Maybe...

This is very interesting! For a general-use case API, there are a lot of dynamics that would need to be captured (I think). For example, most quantum algorithms require many...

Thanks for the bug report! This is because Qfactor does not currently support state prep yet. When you use `VariableUnitaryGate`s the instantiation pipeline will select Qfactor by default as the...

@alonkukl Thanks for responding so quickly! This issue arose during a meeting, and I know the details. I will be looking into this shortly.

@mwalidcharrwi Are you importing or using `atexit` directly in your code at all? I know you might not want to share your code publically, but can you put it in...

From the [python docs](https://docs.python.org/3/reference/datamodel.html): > [\_\_del\_\_()](https://docs.python.org/3/reference/datamodel.html#object.__del__) can be executed during interpreter shutdown. As a consequence, the global variables it needs to access (including other modules) may already have been deleted...

Yeah there's definitely still an issue here, the `__del__` finalizer can be problematic.

@mwalidcharrwi Can you check if the commit 1004c05 fixed this issue? I am unable to reproduce locally. You may want to checkout the runtime-upgrades branch in #237 PR to test....

Awesome suggestion! In 1.2, we will update the instantiation pipeline a bit, and this should definitely go in there. In the meantime, if this is important or timely for you,...

We can always easily add a global phase or correct it at the end. Don't worry about doing it during compilation.