jet.state

Module containing the State class in addition to all State subclasses.

Functions

Qubit([data])

Constructs a qubit state using an optional state vector.

QubitRegister(size[, data])

Constructs a qubit register state with the given size and optional state vector.

Classes

State(name, num_wires)

State represents a quantum state.

Qudit(dim, data)

Qudit represents a qudit state.

QuditRegister(dim, size, data)

QuditRegister represents a qudit register state.

Class Inheritance Diagram

Inheritance diagram of jet.state.State, jet.state.Qudit, jet.state.QuditRegister