You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quantum volume never really fit into Cirq, with the library code getting shuffled around (eventually landing in contrib) and the driver scripts landing in examples/advanced. It is the only advanced example. This also limits our ability to extend qvol and try various improvements or different metrics. It would be a good study to include in ReCirq
move things over
use data collection idioms for driver script
document qvol with a notebook
profit
The text was updated successfully, but these errors were encountered:
I'm planning on creating an experiments sub-folder like qaoa even though the readout_scan folder doesn't do this and I think I'll only have one experiment for now, WDYT?
I've got some code that queries the Quantum Engine API for the device statistics and attempts to find the best qubits to run the algorithm on based on connectivity and error rates. Does that belong in this new repository, maybe under the qvol (or whatever) directory? It's... sort of application specific, although I could imagine generalizing it and putting it into Cirq proper as well. EDIT: I'm now thinking this could go into a precomputation task.
Actually, it might make sense to put this in a folder called benchmarks/ in anticipation of future expansion
There should be an end-to-end notebook demonstrating a complete experiment which serves as an integration tests. The "library functionality" should have unit tests, as normal
Yes please
It might make sense to have it as application-specific code now but be cognizant of how it can be generalized to help everyone
Quantum volume never really fit into Cirq, with the library code getting shuffled around (eventually landing in
contrib
) and the driver scripts landing inexamples/advanced
. It is the only advanced example. This also limits our ability to extend qvol and try various improvements or different metrics. It would be a good study to include in ReCirqThe text was updated successfully, but these errors were encountered: