César Zaragoza Cortés
César Zaragoza Cortés
Changes needed to the SDK to support QIR submitters.
This change implements the infrastructure needed to handle multiple versions of the Bond schemas that represent the syntax tree.
This change extends known QIR submitters.
Using the `--help` option when running a Q# standalone executable results on the following text for a program with a single entry-point operation that receives Int, Pauli and Bool arguments:...
Once the feature request to support the `generateazurepayload` command for all targets is implemented, the `--dry-run` option of the `submit` command should be removed since the `generateazurepayload` command would effectively...
This [PR](https://github.com/microsoft/qsharp-runtime/pull/812) introduces a new top-level command for Q# standalone executables. However, the `generateazurepayload` command is not supported for targets that are not QIR-based. The standalone executable driver should be...
This change adds samples specific for QCI.
This change introduces two output schemas for QIR, ordered and labeled.
This change implements support for binary operations and binary assign operations in partial evaluation.
The work to generate QIR that is compliant with the Adaptive Profile specification can be divided into a few major categories. # Runtime Capabilities Analysis (RCA) RCA is the process...