Qubit Hilbert Spaces

Qubits

States, gates, and various other methods accept a list of qubits labels upon which the given State or Gate acts. A Qubit label can be any hashable and sortable python object (most immutable types), but typically an integer or string. e.g. [0, 1, 2], or [‘a’, ‘b’, ‘c’].