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

Runtime components for Q#

Results 125 qsharp-runtime issues
Sort by recently updated
recently updated
newest added

Currently the documentation for these gates does not mention that theta is expressed in radians. Added this to each operation's summary.

- Update the version of Azure.Storage.Blobs to pull in a security patch - Update Azure.Core to prevent a version conflict with the Azure.Storage.Blobs upgrade

This PR applies the fix from #1036 to the open systems simulator as well.

## Describe the bug When I run bootstrap.ps1 in Powershell to build the emulator, I get an error like this: ![image-20220802093405246](https://img-blog.csdnimg.cn/e6d9842757a0448aac77e03da82b9919.png#pic_center) Here are the errors in Build NativeSparseSimulator: ![image-nativeerror](https://img-blog.csdnimg.cn/45ac1fa8b0a0489491c570087fdbf1f2.png#pic_center) Finally,...

bug

[This line](https://github.com/microsoft/qsharp-runtime/blob/352aba026cb5f81a5b0f2ad720aee5c969547551/src/Qir/Runtime/lib/QIR/arrays.cpp#L124) does not guarantee the proper alignment of the buffer pointed to by the `QirArray::buffer`. The C++ standard allows the allocation to be 1-byte aligned, 2-byte aligned, etc., which...

bug
area: QIR

**Please describe what you would like the feature to accomplish.** I'd like to dump a QuBit from the simulator in the form of Bloch sphere coordinates **Describe the solution you'd...

enhancement
area: target machines

Bumps [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) from 12.10.0 to 12.13.0. Commits dd17f33 July Release Prep - Confidential Ledger (#29675) b62fd9f [AzureMonitorExporter] Split Integration.Tests project (#29703) ad4d05e fix test construction (#29700) 4586797 Fix null errors...

dependencies

This adds a `ResultArrayAsInt` implementation that is compatible with QIR hardware compilation to the target packages. This will allow it to act as an override for the libraries definition while...