-
**Describe the bug**
@[example] macro within `` tag is rendered outside of `` section, showing up even if the `` section is collapsed.
**To Reproduce**
Multi-Qubit Measurements kata, exercise M…
-
**Is your feature request related to a problem? Please describe.**
Currently the code samples in the /samples/language folder don't produce any output; they evaluate some expressions, but the results…
-
A list of concerns to be manually validated as we stabilize project support.
Note: Show Q# Output Window and check for errors/warnings as you do perform the steps.
- Debugger:
- Debug with…
-
The change in https://github.com/microsoft/qsharp/pull/1202 adds an `AND` internal helper for use with decomposition of multi-controlled operations that is more efficient than `PhaseCCX` and is very s…
-
The current decompositions treat `R` with `PauliI` as identity, which can create confusion when comparing to mathematical behavior where Ri is expected to introduce a global phase. Instead, we should …
-
There are multiple katas in the Quantum Katas project that cannot be used with the modern QDK, and are straightforward to migrate to the [new katas experience](https://quantum.microsoft.com/en-us/expe…
-
I spent hours debugging this thinking it was changes I made before realizing this is now broken on the site too :-/ , but if you go to the playground and immediately go to the 'Single-qubit gates' or…
-
**Describe the bug**
If @[exercise] macro in `solution.md` file doesn't have new line after it, parser doesn't recognize it as a macro and treats it as text. This leads to katas build failure with …
-
**Is your feature request related to a problem? Please describe.**
[DrawRandomBool](https://learn.microsoft.com/en-us/qsharp/api/qsharp/microsoft.quantum.random.drawrandombool) is no longer available…
-
When target it set to Base profile, we run the return type check on _all_ cells:
In Python:
```python
import qsharp
qsharp.init(target_profile=qsharp.TargetProfile.Base)
qsharp.eval("123")
`…