Package | Description |
---|---|
org.mathIT.quantum |
Provides classes to simulate quantum computation,
such as a quantum register and a quantum gate
|
Modifier and Type | Method and Description |
---|---|
Register |
Register.evaluateFunction(Register yRegister,
FunctionParser function,
int z)
Applies the function evaluation of a parsed function f(z) to the
y-register.
|
Register |
Circuit.getXRegister()
Returns the x-register of this quantum circuit.
|
Register |
Circuit.getYRegister()
Returns the y-register of this quantum circuit.
|
Modifier and Type | Method and Description |
---|---|
Register |
Register.evaluateFunction(Register yRegister,
FunctionParser function,
int z)
Applies the function evaluation of a parsed function f(z) to the
y-register.
|