python-quaec
python-quaec copied to clipboard
q.Pauli.from_clifford() doesn't check input adequately
Example:
>>> q.Pauli.from_clifford(q.hadamard(2,1))
i^0 II
The cause seems to be an indentation mistake.