Tanuj Khattar

Results 89 issues of Tanuj Khattar

**Please describe what you would like the feature to accomplish.** Q# is probably one of the most promising tools for resource estimation of FT algorithms. However, from an initial assessment,...

enhancement

The feature request is to add a classical simulator which can simulate X / CNOT and multi-controlled X gates, similar to `ToffoliSimulator` in Q# See https://docs.microsoft.com/en-us/azure/quantum/machines/toffoli-simulator cc @mpharrigan to add...

kind/feature-request
triage/accepted
area/simulation

**Is your feature request related to a use case or problem? Please describe.** `cirq.CircuitOperation` is useful to wrap circuits in an operation and thus build nested circuits. However, when printing...

kind/feature-request
triage/accepted
area/visualization
area/subcircuits

Post 1.0, cirq-contrib is expected to follow versioning policy similar to other vendor packages outside of cirq-core. We also ideally don't want cirq-core to depend on anything present in cirq-core/contrib....

area/contrib
needs agreed design
kind/design-issue

**Is your feature request related to a use case or problem? Please describe.** One of the promising gatesets for fault tolerant regime is the Clifford + T gateset, where executing...

good part time project
kind/feature-request
triage/accepted
area/gate-compilation
complexity/medium
priority/p2
area/decomposition

**How to reproduce the issue** ```python In [1]: import cirq ...: a, b = cirq.LineQubit.range(2) ...: Xa, Zb = cirq.X(a), cirq.Z(b) ...: print(Xa * Zb * Zb * Zb) #...

kind/bug-report
triage/accepted
area/paulis

**Is your feature request related to a use case or problem? Please describe.** `cirq.PauliString` drops identity gates by default and only stores non-identity terms. Therefore, a pauli sum hamiltonian $H$...

kind/feature-request
triage/accepted
area/paulis
status/awaiting-response

https://github.com/quantumlib/Cirq/pull/5480 added support for confusion maps to measurement gates. The feature request is to extend this support to `cirq.PauliMeasurementGate` as well. P2 - we should do it in the next...

good first issue
kind/feature-request
triage/accepted
area/paulis
area/measurements

**Is your feature request related to a use case or problem? Please describe.** A general single qubit parameterized gate compiler was proposed as a compilation building block in #3239. This...

kind/feature-request
triage/needs-feasibility
triage/stale
area/gate-compilation

**Is your feature request related to a use case or problem? Please describe.** [PR3822](https://github.com/quantumlib/Cirq/pull/3822) adds performance benchmarks for ASV to solve #1124 . Create a setup on GCP to run...

kind/task
triage/accepted
area/performance
area/ecosystem