Ryan Shaffer
Ryan Shaffer
After some investigation, I find that I can reproduce this on both Windows and Linux. The `qsharp` Python package starts the IQ# kernel process and registers an `atexit` handler to...
Wanted to add here, from discussion in #285, that it would also be desirable to support arbitrary project references (e.g. C# projects), not only projects based on `Microsoft.Quantum.Sdk`. For example,...
Hi @GregDMeyer! 👋 Thanks for reporting this. Indeed this appears to be a problem. IQ# uses `Newtonsoft.Json` to parse JSON-serialized arguments from Python, and that library appears to have a...
@theRoughCode releases of [Jupyter Core](https://github.com/microsoft/jupyter-core) are handled manually on an as-needed basis; there's no regular release cadence for that package. Let me know if you'd like more details on that,...
Makes sense! I think if this doesn't affect anything immediately then there's no need to do it right now. We can just leave this issue open as a reminder to...
As we discussed offline with @yitchen-tim, we should modify this PR to create a new AutoQASM-specific decorator like `@aq.hybrid_job` which implements this functionality. This will eliminate any impact to the...
@DanBlackwell There is now a proposed PR #258 to fix this issue. If you have any feedback on that, it would be very welcome.
Thanks @DanBlackwell! This is very helpful feedback and I agree with your assessment.
@EuGig, thank you for your contribution in #258! I have merged this PR into a feature branch, and we will be close this issue for now (to ensure that you...
Note that this issue is related to https://github.com/amazon-braket/amazon-braket-sdk-python/pull/1002, which is not yet merged to main.