Lukas Burgholzer
Lukas Burgholzer
> (Does adding the `__all__` affect this?) At least in my tests removing/adding `__all__` did not influence the warning from above. I do feel that the warning really only exists...
> I discuss some different ways of dealing with binary files in editable installs in the py-build-cmake documentation: https://tttapa.github.io/py-build-cmake/Editable-install.html Thanks for pointing this out! All of these options seem to...
Sorry, should have been more specific. It's CLion from jetbrains. Before the change: After the change: Just tried in PyCharm as well. There, everything works properly without the `__all__` attribute....
Just thought about this a bit more. A further possible argument for adding this is static type checking. Without the `__all__` attribute, the add function is considered an implicit reexport....
@wjakob any updates/news from your end regarding 👆🏼 ?
Hey @wjakob, I just added the `__doc__` and `__version__` attributes here as well to bring this on par with what @henryiii pointed out above from pybind11. Could we get this...
Maybe i can add to this discussion from an external point of view. I was not quite sure whether to post this here or at the corresponding issue, so feel...
> Have there been recent updates about this PR or circuit equivalence in general? Please excuse the shameless plug here: If you are interested in an easy-to-use and scalable equivalence...
Hey 👋🏻 Thanks for opening this issue! Could you maybe elaborate a little more what kind of problem you are experiencing? Maybe in addition: what do you expect the `memory`...
Thanks for the explanation! In fact, we do not currently implement the feature that you can get the sequence of measurement results. If I am not mistaken, that shouldn't be...