StateSystem
- class StateSystem(system)[source]
Bases:
Mapping[StateVector,StateVector]A system of input and output states.
Attributes
The vector dimension for this state.
The number of qudits in the state.
The number of orthogonal states for each qudit.
Methods
get(k[,d])Return true if this unitary can only act on qubits.
Return true if this unitary can only act on qutrits.
Check if V is a system of pure states.
items()keys()values()