-
Notifications
You must be signed in to change notification settings - Fork 2
Quantum Algorithm Nodes
Node-RED Quantum includes a 'quantum algorithm' library of nodes that can be used to leverage the power of quantum computing in classical programs.
The nodes do not require any specific quantum knowledge to be used, except for some initial knowledge on the algorithm itself to have a better understanding of its use.
Those nodes encapsulate all the quantum-related operations so that users just have to input the right data in order to receive the quantum algorithm output.
This node applies Grover's algorithm to find specified bit string value in the search space.
This node applies Shor's factoring algorithm to find the prime factors for input integer N in polynomial time.
For more information about Node-RED Quantum, please refer to the official documentation pages: