skushnir123

Results 9 issues of skushnir123

Creating a class representing the Kitaev Phase Estimation algorithm, initially introduced by Kitaev in https://arxiv.org/abs/quant-ph/9511026. This tackles the first priority in this issue: https://github.com/quantumlib/Cirq/issues/6154

size: M
area/cirq-ft

I am finding it difficult to make use of ArrayType and StructType in PyQIR. It is not possible to directly instantiate these classes and it also seems impossible to subclass...

bug

Simple bloq to implement a one-hot encoding. This will be used in a subroutine of QROM Inverse (PR forthcoming)

bloqs/arithmetic

I came across this issue when calling supports_decompose_bloq on an instance of a PhaseGradientUnitary Bloq and it returned false even though a decomposition is specified. It seems this is a...

bug

Part of https://github.com/quantumlib/Qualtran/issues/622

This is an issue to track progress on the Qualtran to QIR Compiler. The primary motivation for converting Qualtran circuits to QIR is to: Enhance Interoperability: QIR-compatible Qualtran circuits can...

roadmap

### Feature Description It was recently brought up that QIR can be used as an input to Microsoft Azure's resource estimation tools. It seems like the current implementation of qbraid-qir...

application