Package | Description |
---|---|
org.mathIT.quantum.stabilizer |
Provides classes to simulate quantum stabilizer states.
|
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 |
GraphRegister.getRegister()
Returns the quantum register (in state vecor representation)
represented by this graph 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.
|