-
We need to create an exported target for qcor. More importantly though, we need to create helper functions to handle the inclusion of qsharp and qasm3 files into a compiled target.
-
1. from https://github.com/microsoft/qsharp-runtime/pull/479/files#r564862295
```c++
#include
```
> Typically the C++ files do not include the C standard headers _directly_ (`#include `) but inst…
-
- It might be worth including more samples in `samples.mjs`, so that they get featured on [samples website](https://quantum.microsoft.com/en-us/tools/quantum-coding) for greater discovery. Seems this…
-
**Describe the bug**
Both @dgwvfxn and I noticed that when running a Jupyter notebook that is using the `qsharp` Python package, and after running a quantum algorithm in the notebook, in some situati…
guenp updated
3 years ago
-
From microsoft/qsharp-language#149:
> **Is your feature request related to a problem? Please describe.** When writing a polymorphic function in Q#, the type variables are fully general. They are op…
-
**Please describe what you would like the feature to accomplish.**
Currently, the open systems simulator supports discrete intrinsic operations such as `H`, `S`, or `T`, but does not yet support in…
-
**Describe the bug**
In Python+Q# notebooks (both local and hosted on Azure Quantum), error message points to the line number off-by-one due to `%%qsharp` magic command taking up the first line. (Sam…
-
The full-state simulator can be passed a PRNG seed when constructed, to make experiments exactly reproducible. [https://docs.microsoft.com/en-us/quantum/machines/full-state-simulator?view=qsharp-previ…
-
We need a way to uniquely represent tcirc components (e.g. single/multi qubit gates, readout, etc).
Among other use cases, this is essential for properly decoding the a tcirc readout string.
S…
-
In fixing #1880, I noticed that many of our notebooks (e.g. `estimation-hardcoded-circuit`, `estimation-random-circuit` and others) don't render resource estimation details using the widget, but just …