Cassandra Granade

Results 106 issues of 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...

Kind-Bug
Area-Kernel
tracking

**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...

Kind-Bug
Area-Kernel

**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...

Kind-Bug
Kind-Enhancement
Area-Kernel
Area-Azure

**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...

Kind-Enhancement
Area-Install
Area-Build

**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() :...

Kind-Bug
Area-Python

**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...

Kind-Bug
Area-Kernel
Area-Python

**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...

Kind-Bug
Area-Kernel

**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...

Kind-Enhancement
Area-Python

**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,...

Kind-Bug
Area-Kernel