Adrian Lehmann
Adrian Lehmann
**Is your feature request related to a problem? Please describe.** When returning qubits allocated within an operation, the compiler does not flag any issues, however the qubit will try to...
Implementation of #601
# Proposal title Windowed Unitary application ## Conceptual overview Addition of a function to apply unitary operations windowed. Windowed operations occur in many quantum algorithms and operations. This proposal proposes...
# Proposal title ## Conceptual overview We propose to add a function for a table lookup routine, as the current idiomatic implementation requires deep knowledge of the API or will...
## Describe the bug When a QSharp operation, declared inside a `%%qsharp` cell in a python jupyter notebook, is run through a simulator from python and throws an exception the...
**Describe the bug** When trying to rename a function that is defined in a cell and used in another cell, the compiler will present errors in both cells saying that...
Adds sample on numerical integration with QAE. Shows the algorithm, an optimization and how it reduces resource requirements, and a comparison of running on the local simulator and hardware. Sample...
Adds AQ version of Grover's Search Sudoku Solver sample. Contains the algorithm, full-state vs sparse simulator, resource estimation and running on hardware. Current PR only includes Quantinuum version; once feedback...
Adds entanglement swapping sample that guides users through the basic workflow of AQ and shows debugging features of Q# and Qiskit.
**Describe the bug** Trace Simulator throws an exception on a controlled operation **To Reproduce** Create an iqsharp python notebook with the following cells: ```python import os os.environ["IQSHARP_LOG_LEVEL"] = "Debug" ```...