Victory Omole
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.
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:")...
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.
**Describe the feature you'd like** This call takes about ~18 seconds on our local machines with our accounts  **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...
**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...
### 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...
### 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...