Victory Omole

Results 21 issues of Victory Omole

`What is the difference between Cirq and Qiskit, Q# e.t.c?` is one i've been asked a lot. I can't remember others so post them on this comment section.

kind/docs
triage/accepted
area/faq

Are there plans to have directories except `openfermion` under it in the future?

Trying to run a circuit that contains an identity operation on the simulator: ```python import cirq import qsimcirq circuit = cirq.Circuit(cirq.I(cirq.LineQubit(0))) qsim_simulator = qsimcirq.QSimSimulator() print("Running simulation for the following circuit:")...

area/qsimcirq
area/health
priority/p1

Passing [--disallow-untyped-defs](https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-disallow-untyped-defs) will make mypy more useful than it is now. What this task entails is adding types to functions that mypy flags with this setting.

kind/health
triage/accepted
area/mypy
good for learning

**Describe the feature you'd like** This call takes about ~18 seconds on our local machines with our accounts ![191565600-ccb2dc87-6f06-4e46-8186-22206460c06d](https://user-images.githubusercontent.com/8405160/191614787-493fd9bc-ae00-4c00-8eb6-dbe6e155d3f5.png) **How would this feature be used? Please describe.** Performance improvements are...

I'm having trouble loading qgame. This is my output: `COMPILE-FILE-ERROR while compiling # [Condition of type UIOP/LISP-BUILD:COMPILE-FILE-ERROR]`

**Description of the issue** Repetitively checking the syndromes of a prepared state before using it to measure stabilizers is an [important primitive for fault tolerance](https://courses.cs.washington.edu/courses/cse599d/06wi/lecturenotes19.pdf). True fault tolerance requires that...

good first issue
kind/bug-report
triage/accepted
area/classical/control
area/classical/measurements
area/simulation

**Is your design idea/issue related to a use case or problem? Please describe.** A new release is cut every 6 months but there is no official process **Describe your design...

triage/accepted
area/releases
kind/design-issue

### What is happening? Right now Supermarq generates a Supermarq circuit for the [transverse ising field model](https://github.com/Infleqtion/client-superstaq/blob/5d4bcd115d2cf8effd2bbc25f0fd26ed0059b35b/supermarq-benchmarks/supermarq/benchmarks/hamiltonian_simulation.py#L14). Adding for 2D would allow us to benchmark [utility experiments](https://www.nature.com/articles/s41586-023-06096-3) and prepare for...

enhancement
supermarq
area/feature-request

### What is happening? External PRs don't have access to the Superstaq API keys so the notebook checks will fail. ### How can we reproduce the issue? Fork `client-superstaq` and...

bug
area/checks
intern-project