Cassandra Granade
Cassandra Granade
**Describe the bug** When running a Q# code cell in a Q# notebook, operations and functions lifted from lambda expressions appear in user-facing output as part of the contents of...
**Describe the bug** If an operation `DoA` is called from another operation `DoB`, then redefining the signature of `DoA` in a subsequent cell can result in confusing error messages that...
Fixes #556.
**Describe the bug** Some portions of the IQ# kernel use `System.Net.WebRequest` to make HTTP requests to the Azure Quantum service, but this API has been deprecated and does not properly...
**Is your feature request related to a problem? Please describe.** Currently, testing CI runs `conda test` on the build agent host, but this can make it difficult to find and...
**Describe the bug** When using `qsharp.capture_diagnostics` as a context manager for running the `.toffoli_simulate` method, no diagnostics are captured. **To Reproduce** ```python In []: %%qsharp open Microsoft.Quantum.Diagnostics; operation DumpOneState() :...
**Describe the bug** When using VS Code to run a Python + Q# notebook, column headings are incorrect for DumpMachine / DumpRegister outputs (see screenshot below). **To Reproduce** Simulate any...
**Describe the bug** When compiling Q# code that uses the `w/` operator to replace a named item in a UDT that contains a callable, a C# / Roslyn error is...
**Is your feature request related to a problem? Please describe.** Currently, `qsharp.compile` writes Q# compilation errors to `stderr` and returns `None` on failure. **Describe the solution you'd like** Possibly capture...
**Describe the bug** The `%history` and `%version` magic commands provided by the Microsoft.Jupyter.Core library (as opposed to IQ# itself) do not appear in IQ#-specific outputs such as `%lsmagic`, code completion,...