DihedralUtils.load_tables

DihedralUtils.load_tables(num_qubits)[source]

Return the CNOT dihedral group tables.

Parameters

num_qubits (int) – number of qubits for the CNOTDihedral object.

Returns

A table of all the CNOTDihedral objects.

Return type

dict

Raises

ValueError – number of qubits bigger than 2 is not supported.