Cassandra Granade
Cassandra Granade
This draft PR attempts to reduce the startup time for the VS Code extension in two ways: - Defer start of language server until after the `activate` method - Use...
**Is your feature request related to a problem? Please describe.** When writing documentation comments, sections like `/// # Summary` and `/// # Description` occur nearly universally, leading to a lot...
**Describe the bug** Sometimes when there is a transient failure in restoring NuGet packages, if a VS Code user also has the C# extension installed, spurious red squiggles will occur...
This draft PR starts work on parsing and serialization logic for a new version of the Broombridge spec, primarily including the ability to specify what symmetries are used to expand...
# Library support for multidimensional arrays ## Abstract and conceptual overview Q# currently provides the array type `'T[]` for any type `'T`. By using arrays of arrays (i.e.: `'T[][]`), Q#...
# Improvements to representations of numeric-valued quantum registers ## Abstract and conceptual overview The computational basis states for registers of qubits are each labelled by strings of classical bit; for...
**Is your feature request related to a problem? Please describe.** Adding concrete examples to API documentation comments can help clarify how Q# functions and operations are to be used. For...
**Is your feature request related to a problem? Please describe.** It would be helpful in targeting some variational applications to have state preparation operations for common variational ansatz such as...
**Is your feature request related to a problem? Please describe.** It would be nice to have functions that allow for generating and iterating over permutations and combinations of arrays, similarly...