Alec Edgington

Results 21 comments of Alec Edgington

@coreyjadams I guess my usage is different, in that my core C++ code knows nothing about python or pybind11. Whatever the actual cause of this crash, I believe my real...

Is there any good workaround for this? Among the unwanted consequences are: * adding the `-flto` flag, as already pointed out (`pybind11::lto`); * adding the `-Os` flag, overriding the `-O3`...

> Thanks for the suggestion. I can imagine use cases that require the QASM generation to be more flexible. Perhaps we can add a flag to disable checking whether the...

Ah I see, so the suggestion is to add gate definitions to the generated qasm. Yes that sounds like it would be useful!

Looks like the same issue as #512 .

This is a minimal github workflow script that reproduces the issue: ``` name: Build and test on: push: branches: - debug/qsharpwin env: IQSHARP_TELEMETRY_OPT_OUT: 1 jobs: windows: name: Build and test...

The error goes away if I update `pyzmq` with `pip install -U pyzmq` after installing `qsharp`. Unfortunately, this then falls foul of #376 and we get unpredictable hangs.

With the latest version of qsharp (0.22.186910), the error is different: ``` Preparing Q# environment... Exception ignored in: Traceback (most recent call last): File "C:\hostedtoolcache\windows\Python\3.8.10\x64\lib\site-packages\zmq\sugar\socket.py", line 67, in __del__ self.close()...

The recipe on the CCI needs updating for conan 2 compatibility (conan 2 was released this week). (This issue really belongs on https://github.com/conan-io/conan-center-index .)