qsharp-compiler
qsharp-compiler copied to clipboard
Q# compiler, command line tool, and Q# language server
**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:...
**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...
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...
 system windows IDE : VS code
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...
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...
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...
## 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...