CliffordUtils.pickle_clifford_table¶
- CliffordUtils.pickle_clifford_table(picklefile='cliffords2.pickle', num_qubits=2)[source]¶
Create pickled versions of the 1 or 2 qubit Clifford group tables.
- Parameters
picklefile (str) – pickle file name.
num_qubits (int) – number of qubits of the Clifford object.
- Raises
ValueError – number of qubits bigger than 2 is not supported.