Package | Description |
---|---|
org.mathIT.quantum |
Provides classes to simulate quantum computation,
such as a quantum register and a quantum gate
|
Class and Description |
---|
NoWireException
This exception class is thrown if an empty quantum circuit, i.e.,
a quantum circuit with no wires, is tried to be processed.
|
QuantumGate
This class encodes an elementary quantum gate.
|
Register
This class represents the states of a quantum register.
|