sandialabs / pyGSTi

A python implementation of Gate Set Tomography
http://www.pygsti.info
Apache License 2.0
136 stars 55 forks source link

Direct Randomized Benchmarking with Universal Gate Sets #312

Open coreyostrove opened 1 year ago

coreyostrove commented 1 year ago

The existing implementation of direct randomized benchmarking in pyGSTi has limitations regarding the need for the gate set to be able to be compiled into clifford operations. This feature is aimed at increasing the flexibility of pyGSTi's DRB implementation to more easily handle the construction of experiment designs for arbitrary universal gate sets. Development of this capability is currently underway on the branch drb-of-universal-gatesets.

coreyostrove commented 6 days ago

Commenting here to try to put fresh eyes on this proposal again. There have been a few instances recently over the past couple of months where I've wanted to build experiments for running DRB against native non-clifford gate sets and was unable to with out current implementation. This is mostly just a data point in favor of this being something we could and would make use of in practice if available.