Cassandra Granade
Cassandra Granade
**Describe the bug** When using the `?` command to look up documentation on a Q# callable in the current workspace, only the header is shown. **To Reproduce** Steps to reproduce...
**Is your feature request related to a problem? Please describe.** Historically, if a local Q# workspace encountered compilation errors when the IQ# kernel is first starting, those errors would be...
**Is your feature request related to a problem? Please describe.** It would be helpful to have a `%printcode` magic command that prints and possibly syntax highlights the source code to...
**Describe the bug** If the operation name provided to `%simulate` is missing or invalid, a null reference exception is presented to the user, rather than an error message that informs...
**Describe the bug** When redefining one of multiple operations in a previous cell, all other operations in the same cell must also be redefined; if that is accidentally not done,...
**Describe the bug** Currently, array-valued inputs aren't supported by `%simulate`, but if you attempt to use an unsupported input anyway, a confusing error message results.  **To Reproduce** Steps to...
It would be nice to be able to more easily use [miette](https://docs.rs/miette/) to format diagnostics generated by pest errors. Currently, since `pest::error::Error::message` is private, this cannot easily be done by...
This PR refactors `AlazarTech_ATS.acquire` to await a new `AlazarTech_ATS.async_acquire` that runs all ATS API calls in a background thread. This enables running other QCoDeS tasks during an ATS acquisition. Developed...
### Bug Description Running `import qutip` eagerly imports `scipy.fft` via `qutip.correlation`, causing all native dependencies of `scipy.fft`'s fftpack-based implementation to load. In particular when using SciPy 1.8.1 on Linux, fftpack...
As discussed in #1673, this PR is an initial draft of what instrument support could look like to get feedback and discussion going on the API and functionality. As such,...