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

On PR events: - inspect the files modified by the PR - collect the subdirectories containing those files - run pytest only on those subdirectories Most changes which only affect...

devops
cla: yes

Current version of Cirq does not support `PhasedFSimGate` which makes varying the phase of FSIM gates rather clunky (i.e. up to 4 Z-gates need to be inserted). Updating Cirq to...

otoc

It would be good to have two functions that can easily save and load any generic objects to and from a directory, in formats that are more robust compared to...

otoc

Currently the `run_batch` method still needs specification for a list of parameters even when the circuits are non-parameterized. Upgrading to Cirq 0.10 should solve this issue.

otoc

Following data (collection) idioms, there should be a task to generate this data into `~/cirq-results/` and then subsequent code can consume it from there. We should also upload a copy...

hfvqe

Cross-entropy benchmarking is a robust characterization tool which can not only provide the fidelity of pairs of qubits and classically-hard random circuits but can also be used to “fit” the...

xeb

Use utility functions like - https://github.com/quantumlib/Cirq/pull/3151 - https://github.com/quantumlib/Cirq/pull/2767 And more more of this functionality following https://github.com/quantumlib/Cirq/issues/2820

These are too expensive to run for every PR. Right now, I've saved executed versions of - qaoa/Tasks-Tutorial - qaoa/Precomputed-Analysis - qaoa/Landscape-Analysis which need to be tested manually. Some options:...