ReCirq icon indicating copy to clipboard operation
ReCirq copied to clipboard

Research using Cirq!

Results 40 ReCirq issues
Sort by recently updated
recently updated
newest added

PR 6 of 6 on implementing and graphing Figures 2d through 3d of Observation of Time-Crystalline Eigenstate Order on a Quantum Processor (arxiv:2107.13571) This PR adds the index.md overview page...

time_crystals

it downloads datasets from https://datadryad.org/stash/dataset/doi:10.5061/dryad.crjdfn32v the download URLs are not super stable, but also datadryad.org website unavailability can cause the recirq test suites to flake out and fail It may...

fermi_hubbard
devops

Current tutorial + code doesn't leverage OpenFermion or QCS's new features . We should create a more full example with the folllowing: 1. Simulation using FQE. 2. Picking good qubits...

fermi_hubbard

In wake of #196 and the momentary breakages we had with untested code making it's way to quantumai.google, it probably makes sense to re-enable notebook tests in CI.

devops

Right now: requirements are "best effort" separated in a single requirements.txt file by arranging them under comment-headings for the various sub-packages We could use pip's support for extras-require, e.g. `pip...

devops

1. Put download functions in the same place (`documentation_utils.get_qaoa_data` and `documentation_utils.get_fermi_hubbard_data`). 2. Put download functions in respective modules (`qaoa.get_publication_data` and `recirq.get_publication_data`). _Originally posted by @rmlarose in https://github.com/quantumlib/ReCirq/pull/117#discussion_r545375559_ We should pick...

devops

I'd like to rename the `master` branch to `main`, see https://github.com/github/renaming

devops

This just adds a simple task and driver Script for now. More to come, such as precomputing the generated circuits and the optimal qubits to run on in other tasks....

qvol

Fixes #165. As documented there, individual file IDs are not permanent on Dryad. The strategy here is to determine these from the (permanent) DOI. Could be a cleaner way to...

devops
cla: yes

Similar to [TFQ](https://github.com/tensorflow/quantum/actions/workflows/cirq_compatibility.yaml), ReCirq could benefit from knowing about breaking changes earlier rather than later coming from Cirq.

devops
cirq