Ryan Shaffer
Ryan Shaffer
When compiling a Q# executable for submission to Azure Quantum, IQ# provides the execution target and runtime capability to the compiler so that target-specific compilation can be performed. However, the...
This is a draft PR that makes most public `IWorkspace` APIs async and removes the public `Initialization` task that consumers needed to await before using the workspace. The async APIs...
**Describe the issue** The parameters to `%config` are not handled using the common argument-parsing code that is used by most of the other IQ# magic commands. As a result, there...
**Describe the bug** When running the IQ# kernel in an environment with `pyzmq>=20.0.0`, we see frequent intermittent hangs where the kernel seems to stop responding. It seems there is an...
**Is your feature request related to a problem? Please describe.** As of https://github.com/microsoft/iqsharp/pull/262, IQ# supports adding references to `.csproj` project files that reference `Microsoft.Quantum.Sdk`. However, the implementation of this feature...
**Is your feature request related to a problem? Please describe.** Currently, the histogram displayed from `%azure.output` is simply a static HTML histogram. Recent improvements to DumpMachine visualizations (in the `feature/visualization-improvements`...
**Describe the bug** In a Q# notebook, after refreshing the browser (or opening the same notebook in another tab), syntax highlighting no longer works. **To Reproduce** Steps to reproduce the...
**Describe the bug** Each unit test does not de-allocate the memory that was allocated during the test. Because we have ~90 tests, running `dotnet test` eventually consumes over 6 GB...
**Is your feature request related to a problem? Please describe.** When loading provider packages during an `%azure.target` command, currently there is only a single line of output: ``` Loading package...
Allow configurable Microsoft.Quantum.Sdk version in language server automatically-generated .csproj
**Is your feature request related to a problem? Please describe.** In latest beta builds from `master`, the language server is creating a temporary project to compile and provide IntelliSense features...