Cassandra Granade
Cassandra Granade
This PR adds a new gateset tomography sample, complementing the existing process tomography and randomized benchmarking samples. In particular, this sample uses the pyGSTi package to infer noise models on...
This PR applies feedback from #321.
**Describe the bug** Some of the samples are inconsistent with respect to Q# coding style and terminology, such that consolidating on these would help to reduce user confusion and make...
As per @anpaz-msft's comments in #202, it would be good to further consolidate the C# code for the GetGateCount sample. In particular, there's still some duplicated code sections near where...
Currently, most samples only have a C# host program. It would be nice if more or even most samples demonstrated how to use Python to call into Q#. ## Samples...
**Describe the bug** When creating a new Q# project on a host with .NET 6 but not .NET Core 3.1 installed, the following error is observed:  **To Reproduce** Steps...
This draft PR adds new functionality to the docgen step to check for common documentation errors and to expose them to the user. Each linting rule can be turned off,...
**Describe the bug** When using a virtual workspace in VS Code (e.g.: via the remote repository link at https://open.vscode.dev/Microsoft/quantum), the Quantum Development Kit extension attempts to start the language server,...