Closed pablolh closed 1 month ago
Those properties tag gate semantics with how they are obtained.
For instance a BlochSphereRotation(q, axis=(1, 0, 0), angle=pi) can be
BlochSphereRotation(q, axis=(1, 0, 0), angle=pi)
x q
rx q, pi
Those properties tag gate semantics with how they are obtained.
For instance a
BlochSphereRotation(q, axis=(1, 0, 0), angle=pi)
can bex q
, modulo irrelevant global phase difference (generator = x, arguments = (q,))rx q, pi
(generator = rx, arguments = (q, pi)