cirq.single_qubit_matrix_to_gates

Implements a single-qubit operation with few gates.

mat The 2x2 unitary matrix of the operation to implement.
tolerance A limit on the amount of error introduced by the construction.

A list of gates that, when applied in order, perform the desired operation.