rigetti / forest-benchmarking

A library for quantum characterization, verification, validation (QCVV), and benchmarking using pyQuil.
Apache License 2.0
53 stars 22 forks source link

Add exhaustive subgraph quantum volume measurement. #201

Open kylegulshen opened 5 years ago

kylegulshen commented 5 years ago

Description

There was an offline request for a more optimized measurement of quantum volume that measures each subgraph of a particular lattice. I have added a method that performs this measurement and reports the probability and lower bound for the list of induced subgraphs, which can be attained by a separate helper function.

Checklist