Orion Martin
Orion Martin
There is a verbosity flag in the `qsim_options` argument to `QSimSimulator`, e.g. `QSimSimulator(qsim_options={'v': 1})`. However, the default value of this flag is zero. We may be able to increase the...
Hi @sorin-bolos, Running Jupyter notebooks using a Docker image should work - it's similar to the GCP setup process, but without a separate VM. 1. Install Docker. 2. From the...
Unfortunately, the Alphabet enterprise does not have its own self-hosted Github Actions runners, and current guidance prohibits the use of individually-configured self-hosted runners for public Github repositories. The recommended alternative...
Hi @aktech! Thanks for your recommendation, and for showing an interest in qsim. Unfortunately, we won't be able to make use of Cirun here as Google policy prevents us from...
As demonstrated in #383, GPU testing is now covered in Kokoro.
As I understand it, a core part of qsim behavior is fusing gates along the time-axis into independent chunks. Simulating step by step in a single execution would require modifying...
I think it would be possible to construct this with a combination of `CircuitOperation`s and existing qsim-core methods. A rough outline for what this would look like: 1. When creating...
Two updates on this: **Update 1** #499 adds `QSimSimulator.simulate_moment_expectation_values`, which outputs expectation values for selected observables after each moment or a user-specified set of moments. For experiments which only need...
Hi @JacobBeckey, Before digging too deeply into this, I'll note that we recommend our [Docker build instructions](https://github.com/quantumlib/qsim/blob/master/docs/docker.md) for running on MacOS. Since Docker builds run in a container, this would...
> {...} changed into the directory containing qsimcirq and then ran `pip install qsimcirq` and sadly got the same error as before. Any ideas? Try this again but with `pip...