qsharp-compiler icon indicating copy to clipboard operation
qsharp-compiler copied to clipboard

Q# compiler, command line tool, and Q# language server

Results 138 qsharp-compiler issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Describe what the unexpected behavior or issue is. Please file a single issue per bug instead of enumerating multiple items. **To Reproduce** Steps to reproduce the behavior:...

bug
needs triage

**Describe the bug** VSCode Extension "Microsoft Quantum Development Kit for Visual Studio Code" is giving me the error popup ``` The Q# Language Server has encountered an error. Diagnostics will...

bug
needs triage

Tried to run QDK Training walkthrough using .NET 7 but getting following error: `PS C:\OneDrive\Apps\Quantum\QuantumHello> dotnet run C:\Users\Jp\.nuget\packages\microsoft.quantum.sdk\0.27.244707\Sdk\Sdk.targets(68,5): error MSB3073: The command "dotnet "C:\Users\jp\.nuget\packages\microsoft.quantum. sdk\0.27.244707\DefaultItems\../tools/utils/Microsoft.Quantum.Sdk.BuildConfiguration.dll" -v Normal --output "obj/qsharp/config/qsc.config" --QscReferences...

enhancement
needs triage

![Capture](https://github.com/microsoft/qsharp-compiler/assets/84872955/1d257218-71c0-4fec-885f-b030edcc1650) system windows IDE : VS code

bug
needs triage

QIR generation makes use of some limited constant folding to enable features like loop unrolling and array access. However, exponentiation is not constant folded even when both parts of the...

enhancement
needs triage

The guides and sample code in examples/QIR/Simulation are for extending the old C++ QIR Runtime, which was removed as of https://github.com/microsoft/qsharp-runtime/pull/1087. These examples need to be rewritten for the new...

bug
needs triage

Hello, why FSharp.Core is using version 4, why not start using version 6? https://github.com/microsoft/qsharp-compiler/search?l=XML&q=fsharp.core

## Describe the enhancement request Currently hello world sample takes around 7 times longer for Q# project to compile than for C# project. ## To Reproduce Run the following PowerShell...

enhancement
performance

## Describe the enhancement request Currently building Q# Standard Library takes 55 seconds and building it together with tests takes 01:27. This might not seem like a long time for...

enhancement
performance