Skip to content

Quantum Algorithm Nodes

Theo Reignier edited this page Sep 1, 2021 · 16 revisions

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.

Grover's Algorithm

Node appearance

This node applies Grover's algorithm to find specified bit string value in the search space.

Input

Node input

Output

Node output

Shor's Algorithm

Node appearance

This node applies Shor's factoring algorithm to find the prime factors for input integer N in polynomial time.

Input

Node input

Output

Node output