Manvi-Agrawal
Manvi-Agrawal
### Issue context While working on some notebooks like `QFT workbook` with jupyter locally, it generates cell ids to all type of cells(code, markdown, etc). This is on not a...
### Background - In #539 , we excluded tasks in CHSHGame workbook because some tasks required implementing two code cells at once before running the test, so the first of...
In [PR 539 : Updating notebooks validation script to exclude individual tasks](https://github.com/microsoft/QuantumKatas/pull/539), we excluded tasks in CHSHGame and MagicSquareGame because some tasks required implementing two code cells at once before...
This PR contains changes for testing the functionality of magics for the changes done in [PR#620](https://github.com/microsoft/QuantumKatas/pull/620) The approach used in this **Prototype kata** is as per the following [suggestion](https://github.com/microsoft/QuantumKatas/pull/620#issuecomment-849106560) The...
Fixes https://github.com/microsoft/QuantumKatas/issues/580 **Design document Important sections** - [Features Planned](https://docs.google.com/document/d/1APDB3G9mmfx7aJEe8zd7gm9XUv9JK4nCEzB7O3wbBwI/edit#heading=h.a3rudj7z507x) - Changes to [`KataMagic`](https://docs.google.com/document/d/1APDB3G9mmfx7aJEe8zd7gm9XUv9JK4nCEzB7O3wbBwI/edit#heading=h.pwnykvnfiwqh) and [`CheckKataMagic`](https://docs.google.com/document/d/1APDB3G9mmfx7aJEe8zd7gm9XUv9JK4nCEzB7O3wbBwI/edit#heading=h.twwkdrtcquqf) - [Refractoring Magics](https://docs.google.com/document/d/1APDB3G9mmfx7aJEe8zd7gm9XUv9JK4nCEzB7O3wbBwI/edit#heading=h.bof0pq2jz1kq) - [Testing changes locally](https://docs.google.com/document/d/1APDB3G9mmfx7aJEe8zd7gm9XUv9JK4nCEzB7O3wbBwI/edit#heading=h.uihaq4qqsknb) **Complete document:** [doc-link](https://docs.google.com/document/d/1APDB3G9mmfx7aJEe8zd7gm9XUv9JK4nCEzB7O3wbBwI/edit?usp=sharing)
Hi @tcNickolas, sharing a [short document](https://docs.google.com/document/d/1qOzedI1VMSBob1MTfo6YVyx4IWGsBvsgJxO84DLIBQo/edit?usp=drivesdk) for validating only katas that are changed by contributor(s). Would love to know your opinion regarding this idea. I would appreciate any feedback regarding...
**Is your feature request related to a problem? Please describe.** Its a bit cumbersome to copy-paste code from Sample for modern QDK project with Python as described [here](https://learn.microsoft.com/en-us/azure/quantum/user-guide/how-to-work-with-qsharp-projects?tabs=tabid-qsharp%2Ctabid-python-run#steps-for-creating-a-q-project). **Describe the...
**Is your feature request related to a problem? Please describe.** I would appreciate a WIP list(Work in Progress) of katas that get tested in CI and local but not get...
Bit of nitpick: The qsharp language header might be a bit confusing to someone new to the Q#. `%%qsharp` can only be used with jupyter notebook(python kernel with Q#) installed,...
**Describe the feature you'd like** Currently a gate cannot be called with an empty list of target qubits. It might be nice for this to be allowed, but to generate...