Andres Paz
Andres Paz
This is the notebook I used to introduce students to Q#. It goes a lot deeper on the language and its features.
**Describe the bug** Recently, we tried to make a performance optimization on iqsharp to call the codegen asynchronously as we might have multiple block of files (one per snippet) that...
**Describe the bug** I'm trying to run build.ps1 and found a couple of blockers: 1. It requires to have Chocolatey installed. * Even worse, it then requires to run the...
After working on #864, I was able to compile and analyze the [database-search sample project](https://github.com/microsoft/Quantum/tree/main/samples/algorithms/database-search) using the QIR Tracer runtime on a Mac laptop. Since QIR's Tracer is still not...
Recently I was able to compile and run the [database-search sample project](https://github.com/microsoft/Quantum/tree/main/samples/algorithms/database-search) using the QIR runtime on a Mac laptop. These are the notes of the steps I followed. #...
Currently, the AzureSettings in the EntryPoint has a custom `TokenCredential` class (the [AADTokenCredential](https://github.com/microsoft/qsharp-runtime/blob/4a5678a9ab7f213f8d2c4f2e6a09c34800d34426/src/Simulation/EntryPointDriver/Azure/AzureSettings.cs#L24) that can be used if the user already has a acquired a Token. It's not a big...
## Describe the bug Running `.\bootstrap.ps1` on a clean repo from a VS 2019 command prompt, ends with the following error: ``` ##[info]Build QIR Runtime On Windows build QIR Runtime...
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** Our build scripts are randomly timing out when running tests for our conda package. For example: https://dev.azure.com/ms-quantum-public/Microsoft%20Quantum%20(public)/_build/results?buildId=35502&view=results Normally these self-fix after trying to run the failed jobs...
We know iqsharp has problems with newer versions of pyzmq, however the version is not locked for conda which presumably is causing the timeouts we see on our e2e builds.