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

**Describe the bug** When simulating an operation **To Reproduce** Steps to reproduce the behavior: 1. Write an operation in a python notebook using VS code 2. Write a for loop...

bug

Bumps [notebook](http://jupyter.org) from 6.4.10 to 6.4.12. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=notebook&package-manager=pip&previous-version=6.4.10&new-version=6.4.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
python

Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex Commits 000ac18 Build 2.24.4 f2006b6 Bump version...

dependencies
javascript

## Describe the bug When a QSharp operation, declared inside a `%%qsharp` cell in a python jupyter notebook, is run through a simulator from python and throws an exception the...

Kind-Enhancement
Area-Kernel

## Describe the bug When I try and run a function that uses `DoubleAsInt()` I get the error `Cannot create an instance of Microsoft.Quantum.Convert.DoubleAsInt because it is an abstract class.`...

bug
needs triage

This updates Python to 3.9 for building and testing the QDK's qsharp packages. Among these changes we also: * Consolidate all PyPI requirements for building/testing the packages into `src/Python/requirements.txt`. *...

**Describe the bug** When trying to rename a function that is defined in a cell and used in another cell, the compiler will present errors in both cells saying that...

**Describe the bug** A clear and concise description of what the bug is. Hi, this is in the context of me adding `qsharp-chemistry` to conda-forge: https://github.com/conda-forge/staged-recipes/pull/18563 For building, I use...

Kind-Bug
Area-Python
tracking

In AzureClient.cs, we define and use function `IsQuantumExecutionTarget` to determine if a target is quantum-executable. Instead we should use the API provided by the Service defined here: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/quantum/Microsoft.Azure.Management.Quantum/src/Generated/QuantumManagementClient.cs#L82

Area-Kernel
Kind-Maintenance