iqsharp icon indicating copy to clipboard operation
iqsharp copied to clipboard

Microsoft's IQ# Server.

Results 114 iqsharp issues
Sort by recently updated
recently updated
newest added

The output for the full state simulator should be formatted in the same way as running the job on a local simulator. Specifically, all messages encountered during the program should...

Kind-Enhancement
Area-Kernel
Area-Azure

**Describe the bug** The underlying IQ# kernel spun up behind the scenes of the IPython kernel are not always cleaned up when the IPython kernel is restarted or shutdown. **To...

Kind-Bug
Area-Python

The section is available [here](https://github.com/microsoft/iqsharp#data-collection) and [here](https://github.com/microsoft/iqsharp/blob/main/PRIVACY.md#data-collection). Consider de-duplicating.

good first issue

It was suggested in this [ToDo in QirMagic.cs](https://github.com/microsoft/iqsharp/blob/sccarda/implement-qsharp-submitter/src/Kernel/Magic/QirMagic.cs#L51) that the entry point generator should be moved out of the Azure Client project.

Kind-Maintenance

All other Azure targets have a `.mock` target associated with them, such as `honeywell.mock`. There is not a corresponding `.mock` target for the `microsoft.simulator` target. Creating one would allow us...

Kind-Maintenance

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

**Is your feature request related to a problem? Please describe.** It can be a bit of a hassle to visualize small circuits and having to click manually to expand all...

Kind-Enhancement
Area-Kernel

**Is your feature request related to a problem? Please describe.** Currently, running %simulate for diagnostics or %trace for visualization requires on an operation that acts on a qubit register creating...

Kind-Enhancement
Area-Kernel

**Is your feature request related to a problem? Please describe.** Currently, the built-in help command invoked with `?` only returns the Operation or Function name and docstring but not the...

Kind-Enhancement
Area-Kernel

**Is your feature request related to a problem? Please describe.** The updates for IPython 7.14 introduced deprecation warnings to import objects from IPython.core.display. This is because many of the objects...

Area-Python
Kind-Maintenance