|
Function:
Defines the Bitoracle. It xors the target bit if f(x) = 1, where f is the specified function.
Parameters:
from | First qubit of the range. |
to | Last qubit of the range. Has to be larger or equal to from. Otherwise, no operation is executed. |
target | Target bit, that has to be xored, if f(x) = 1. |
function |
Specifies the values for which the oracle returns 1. Entering -1 indicates, that this value-field is not used.
Only six values can be specified in the window. However, the implementation handles every possible oracle
and can be used as suboperation of other gates. |
Remarks:
The Operation is executed by clicking the Execute-button.
|