iitis / PyQBench

Apache License 2.0
4 stars 3 forks source link

Native Rigetti implementation of V0 and V1 #6

Closed dexter2206 closed 2 years ago

dexter2206 commented 2 years ago

This PR introduces the native implementation of V0 and V1, i.e. an implementation comprising only gates that can be physically realizable on Rigetti QPUs (see here and here).

Incidentally, since It turns out that we cannot alter the global phase of single-qubit operations, this PR removes global_phase_circuit and corresponding flags from other circuits that used it.