BBN-Q / QGL

Quantum Gate Language (QGL) is a domain specific language embedded in python for specifying quantum gate sequences.
Apache License 2.0
29 stars 12 forks source link

Compiled diatomic cliffords #214

Open gribeill opened 5 years ago

gribeill commented 5 years ago

The diatomic Clifford code defaults to compiled = True, which has the unexpected behavior of not all of the gates being of the form Z(a) X90 Z(b) X90 Z(c).

Should we change the default behavior? I would vote yes.

dieris commented 5 years ago

Sure, it makes sense to be in the standard form ZX90ZX90Z unless otherwise specified