SlideShare a Scribd company logo
1 of 12
Download to read offline
TELKOMNIKA Telecommunication, Computing, Electronics and Control
Vol. 18, No. 3, June 2020, pp. 1319~1330
ISSN: 1693-6930, accredited First Grade by Kemenristekdikti, Decree No: 21/E/KPT/2018
DOI: 10.12928/TELKOMNIKA.v18i3.14755  1319
Journal homepage: http://journal.uad.ac.id/index.php/TELKOMNIKA
Web-app realization of Shor’s quantum factoring algorithm
and Grover’s quantum search algorithm
Arya Wicaksana, Anthony, Adjie Wahyu Wicaksono
Department of Informatics, Universitas Multimedia Nusantara, Indonesia
Article Info ABSTRACT
Article history:
Received Sep 7, 2019
Revised Jan 21, 2020
Accepted Feb 25, 2020
Quantum algorithms are well-known for their quadratic if not exponential
speedup over their classical counterparts. The two widely-known quantum
algorithms are Shor’s quantum factoring algorithm and Grover’s quantum
search algorithm. Shor’s quantum factoring algorithm could perform integer
factorization in O(logN). Grover’s quantum search algorithm could solve
the unsorted search problem in O(√N). However, both algorithms are
introduced as theoretical concepts in the original papers due to the limitations
of quantum technology at that time. In this paper, an improved way is presented
to realize the two algorithms into a web application using state-of-the-art quantum
technology. The web-app is designed and built considering the uses of a quantum
simulator and libraries provided by ProjectQ and Rigetti Forest. The result shows
that both algorithms are realizable into web-applications.
Keywords:
Grover
Quantum application
Shor
Web-app
This is an open access article under the CC BY-SA license.
Corresponding Author:
Arya Wicaksana,
Department of Informatics,
Universitas Multimedia Nusantara,
Scientia Boulevard St., Gading Serpong, Tangerang-15810, Banten, Indonesia.
Email: arya.wicaksana@umn.ac.id
1. INTRODUCTION
Quantum computing could drive the progress of breakthroughs in science by leveraging quantum
mechanical phenomena to employ information [1-5]. In 1994, MIT’s Peter Shor shows that it’s possible to
factor a number into its primes on a quantum computer in polynomial time [6-9]. This is a problem that takes
classical computers “an exponentially long time” to solve for large numbers [10, 11]. In 1996, Lov Grover
introduces a fast quantum mechanical algorithm for unsorted database search. The quantum search algorithm
takes O(√N) for the unsorted database search problem [12] and allows quadratic speedup over its classical
counterpart by using amplitude amplification in quantum computing. The two quantum algorithms are
introduced as theoretical concepts in their original papers with no detailed implementation.
Today’s state-of-the-art quantum computing technologies [13] are delivered by Rigetti, IBM, ETH
Zurich, Microsoft, Intel, and Google. The software platforms respectively are Forest, Qiskit, ProjectQ, and
Quantum Development Kit. The Bristlecone is Google’s latest quantum computer with the most number of
qubits to-date (72 qubits) [13] along with Sycamore (53 qubits) [14, 15]. Rigetti Forest, on the other hand, is
a quantum virtual machine (QVM) that is available for public use to do quantum programming and
computational simulations on a classical computer [16]. ETH Zurich’s ProjectQ is a publicly accessible
Python library and framework that allows quantum computing using a classical computer [17]. These two
quantum virtual machine (Forest and ProjectQ) are suitable for realizing the Shor’s quantum factoring
algorithm and Grover’s quantum search algorithm into a web application due to their quantum library support
for each algorithm.
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 3, June 2020: 1319 - 1330
1320
A related study on the realization of a quantum algorithm into a web application could be found in
quantum computing playground (QCP) [18]. The QCP demonstrates the work of Shor’s quantum factoring
algorithm and Grover’s quantum search algorithm. It is a web-based WebGL Chrome experiment that is
created by a group of Google engineers in 2014 using QScript. However, the QCP’s web-app has a limitation
of using only one quantum register with size up to 22 qubits and no possible portability nor connectivity to
the gate level quantum hardware. It also does not support connectivity with the state-of-the-arts quantum
technologies.
Thus, this paper proposes an improved way of design and implementation for the two quantum
algorithms (Shor’s and Grover’s) into a web application. It is to address the lack of design and
implementation details up to this date for both quantum algorithms using state-of-the-arts quantum
technologies [19-22]. Web platform is chosen for the realization of the quantum algorithms to allow ease of
use and access. The quantum technologies that are used for the web-app realization are Rigetti Forest for
Grover’s quantum search algorithm and ETH Zurich ProjectQ for Shor’s quantum factoring algorithm.
The two quantum computing technologies are chosen due to their support and availability for general users:
documentation and examples. Both Forest and ProjectQ use Python as their programming language, hence
Flask micro web framework could be used for the web-app development since it is also written in Python.
The performance of the web-app realization in terms of the execution time is compared with the QCP’s result
under the same simulation scenario and parameters.
2. RESEARCH METHOD
The research methods used are literature reviews, design and implementation, and testing and
evaluation. The literature reviews include quantum bit, universal quantum gate, Shor’s quantum factoring
algorithm [23], Grover’s quantum search algorithm, Quantum Computing Playground, ETH Zurich ProjectQ
framework, and Rigetti Forest SDK. The design of the implementation of the quantum algorithm is described
using a flowchart. In this research, the quantum error correction and ancilla qubits are not taken into account.
The web-app realization of the Shor’s quantum factoring algorithm is done using the ETH Zurich
ProjectQ framework and Flask. Meanwhile for Grover’s quantum search algorithm is done using Rigetti
Forest SDK with pyQuil library and Flask. Two computers with different hardware specifications are used
for the implementation part. The testing is done using the white-box testing methodology and the
performance of the web-app is measured by the execution time and compared with the Quantum Computing
Playground under the same simulation scenario and parameters as presented in [24, 25].
2.1. Shor’s implementation design
Figure 1 shows Shor’s quantum factoring algorithm flowchart. First, the user is asked to input a
positive integer value i.e. N. The input is evaluated and returned with true if N modulo by 2 equals 0, and
returns false otherwise. The next process is the inspection process if N is prime or not. Same as the previous
process, this process will return true or false depending on the value of N entered. If the value of N can be
used up modulated by a number smaller than itself, this process will return a false value. Furthermore,
the value of the variable q is determined by finding a rank of 2 that is greater or equal to the value of N2
. This
process will add one to the power variable until a displacement of two is greater than the target. This process
flowchart can be seen in Figure 2 notated by off-page reference 1. After that, the value of the variable x is
determined randomly. The sub-quantum routine of Shor's quantum factoring algorithm will be run if x is
coprime with N and N is not prime nor even.
On-page reference C describes the initialization process of variables which will later be used in the
quantum computation process which is notated by the on-page reference D in Figure 2. The n value in this
process stores the bit size needed to represent integers up to the variable q minus one. Next, the quantum
register is initialized to size n, the bit size previously calculated. This quantum register will then be passed
through the Hadamard gate to enter the superposition state of all numbers from zero to q minus one. A qubit
will also be initialized as a ctrl_qubit variable. The measurement variables are created as n-sized arrays to
store the value of modular exponentiation at a later step.
The next process is modular exponentiation. This step is repeated for n number of times.
The current_x value is filled with the value from the calculation of pow (x, 1 << (n-1-k, N)) where k is
the iterator of the repetition of the process. Then, the ctrl_qubit variable is brought to a superposition state
before the control statement is executed. If the conditions in the Control statement are satisfied, the modular
multiplication calculation is continued. The modular multiplication process executes using the quantum
register a as the base, current_x as the multiplier, and N as the value that will perform the modulo operation
on the previous multiplication result. The last step in the quantum computation process is the measurement of
the value of ctrl_qubit. The measured value is put into the measurement array at the k-index, where k is
TELKOMNIKA Telecommun Comput El Control 
Web-app realization of Shor’s quantum factoring algorithm and Grover’s quantum… (Arya Wicaksana)
1321
the iterator of this process loop. The period of N could be found by adding up all values of the array
measurements and look for the best rational approximation from that value.
After the period of N, represented by the variable r is found, r’s value is checked whether or not it is
odd. If it is odd, the value is multiplied by 2. The two factors of N could be determined by calculating the
values of GCD ((x(r/2)
+1), N) and GCD ((x(r/2)
-1), N). Both values are stored in variables f1 and f2
respectively. If the product of f1 and f2 multiples do not produce N and is more than 1, the value of f1
becomes the product of f1 by f2 and f2 becomes the result of the division of N by f1. If the factor of N found,
the program will issue both values. If not, the program notifies that the calculation is failed. This failure is
part of the probabilistic nature of quantum superposition. The flowchart design for this last step is shown in
Figure 3.
Figure 1. Shor’s quantum factoring algorithm flowchart (part one)
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 3, June 2020: 1319 - 1330
1322
Figure 2. Shor’s quantum factoring algorithm flowchart (part two)
TELKOMNIKA Telecommun Comput El Control 
Web-app realization of Shor’s quantum factoring algorithm and Grover’s quantum… (Arya Wicaksana)
1323
Figure 3. Shor’s quantum factoring algorithm flowchart (part three)
2.2. Grover’s implementation design
Figure 4 shows Grover’s quantum search algorithm flowchart. First, the user enters input dataset and
target to be searched. The program will convert target to binary representation and stored in variable
dataTarget. Then, the program will search for max value in the dataset. The max value binary representation
will be stored in variable bit string. The number of quantum bits that will be used depends on the length of
the bit string. Quantum program is needed in Rigetti Forest SDK. The Oracle function and Diffusion matrix
are created and added to the quantum program as a new gate. The first step in Grover’s quantum search
algorithm is to apply Hadamard transform on every qubit to make every state have the same amplitude. The
next step is the amplitude amplification process, which is obtained by doing Oracle function and Matrix
Diffusion with
ᴨ
4
𝑁 loops. Oracle function will return 1 for the correct state and return 0 for the wrong state.
Diffusion matrix will inverse the amplitude around the amplitudes mean.
Figure 5 shows the continuation of Grover’s quantum search algorithm flowchart. The program will
reserved memory space with the size of the number of qubit. Then, every qubits will be measured with
measure function from pyQuil library. After that, the program will open a connection to the quantum virtual
machine and run the quantum program. The result will be compared with the value inside variable dataTarget
to check whether or not it is the same.
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 3, June 2020: 1319 - 1330
1324
Figure 4. Grover’s quantum search algorithm flowchart (part one)
TELKOMNIKA Telecommun Comput El Control 
Web-app realization of Shor’s quantum factoring algorithm and Grover’s quantum… (Arya Wicaksana)
1325
Figure 5. Grover’s quantum search algorithm flowchart (part two)
3. RESULTS AND ANALYSIS
In this section, five test scenarios are used for testing the web-app implementations for both
quantum algorithms respectively.
3.1. Shor’s web-app realization
Here the implementation code in Python using ETH Zurich’s ProjectQ framework is described.
Figure 6 (a) shows the initialization phase of ProjectQ’s quantum simulator. The quantum register n is
allocated by the engine and put into superposition by using the Hadamard gate. The modular exponentiation
process is implemented using function MultiplyByConstantModN as displayed in Figure 6 (b).
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 3, June 2020: 1319 - 1330
1326
(a) (b)
Figure 6. (a) Quantum computing initialization code, and (b) modular exponentiation code
The period finding is the important step of Shor’s quantum factoring algorithm. It is in fact the only
part of the algorithm that requires a quantum computer. The implementation of the period finding is given in
Figure 7. Figure 8 shows the final part of the algorithm which is finding the factors of the input. The web-app
realization in Figure 9 shows successful design and implementation of the Shor’s quantum factoring
algorithm. The given input is 33 which is not even nor prime. The factors are 3 and 11 which are correctly
obtained by the simulation given in Figure 9.
Figure 7. Period finding code
Figure 8. Factors finding code
Figure 9. Shor’s algorithm simulation for finding factors of 33
TELKOMNIKA Telecommun Comput El Control 
Web-app realization of Shor’s quantum factoring algorithm and Grover’s quantum… (Arya Wicaksana)
1327
In Figure 10, the web-app realization of the Shor’s quantum factoring algorithm is able to find
the factors of 91, which are 7 and 13. This exhibits the success of the implementation of the algorithm in
ProjectQ framework and also the development of the web-app for the implementation to be accessed and
used using web browser conveniently.
Figure 10. Shor’s algorithm simulation for finding factors of 91
3.2. Grover’s web-app realization
There are 3 steps in implementing the Grover’s quantum search algorithm. These steps are
initialization, amplitude amplification, and measure. Figure 11 shows the implementation code for
initialization in Rigetti Forest. This initialization aims to make qubits have the same amplitude for each state.
In this piece of code, initialization is obtained by applying the Hadamard gate to each qubit. Figure 12 shows
the amplitude amplification implementation using Rigetti Forest. The number of repetitions needed is
𝑛
4
√𝑁.
In this iteration process, the Oracle function and Diffusion matrix are applied.
Figure 11. Superposition initialization for all qubits
Figure 12. Amplitude amplification code
The Oracle function is not part of the Grover’s quantum search algorithm. Figure 13 shows a piece
of code that is developed originally in this research to create an Oracle function in the form of a
2-dimensional array. Diffusion matrix is part of Grover iteration and is implemented after Oracle functions.
Figure 14 shows a piece of code to make a Diffusion matrix in the form of a 2-dimensional array. Figure 15
is the implementation of the agorithm to measure the result state. This measurement drives the qubits to
collapse to one of its eigenstates. The measurement results are stored in the memory with size equal to the
number of the qubits used. Figure 16 shows the simulation result for finding 5 from dataset containing 9, 5, 0,
11, 6 and 2. It also displays the number of qubit used for the search and the amplitudes for each of all
possible states. Another simulation presented here is shown in Figure 17 where the dataset contains 1, 6, 2, 4,
and 3 and the target value is 2.
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 3, June 2020: 1319 - 1330
1328
Figure 13. Oracle function code
Figure 14. Diffusion matrix code Figure 15. Qubits measurement
Figure 16. Grover’s algorithm simulation for searching 5
Figure 17. Grover’s algorithm simulation for searching 2
TELKOMNIKA Telecommun Comput El Control 
Web-app realization of Shor’s quantum factoring algorithm and Grover’s quantum… (Arya Wicaksana)
1329
4. CONCLUSION
This work shows that today state-of-the-art quantum computing technologies allow the realization of
quantum algorithm is possible. Here the Shor’s quantum factoring algorithm and Grover’s quantum search
algorithm are chosen. The realization of the two quantum algorithms into a web application are using
different quantum computing technology. The Shor’s quantum factoring algorithm is realized using ETH
Zurich’s ProjectQ and the Grover’s quantum search algorithm is realized using Rigetti Forest. The two
quantum algorithms are successfully realized into a web application using the Flask framework. Simulations
for each algorithm and problem are also given in this paper. The simulations rely on quantum simulator with
only one time execution flow. The problem size that is able to be handled by the web-app follows
the limitation from the respective quantum simulator.
REFERENCES
[1] M. Nielsen and I. Chuang, “Quantum Computation and Quantum Information,” American Journal of Physics,
vol. 70, no. 5, pp. 558-559, 2002.
[2] M. Ying, “Quantum computation, quantum theory and AI,” Artificial Intelligence, vol. 174, no. 2, pp. 162-176,
February 2010.
[3] D. Busvine and P. Dave, "Google unveils quantum computer breakthrough; critics say wait a qubit," U.S., 2019.
[Online]. Available: https://www.reuters.com/article/us-alphabet-quantum/google-unveils-quantum-computer-
breakthrough-critics-say-wait-a-qubit-idUSKBN1X21QW.
[4] F. Arute et al., "Quantum supremacy using a programmable superconducting processor," Nature, vol. 574,
no. 7779, pp. 505-510, 2019.
[5] S. Kaplan, "Google scientists say they’ve achieved ‘quantum supremacy’ breakthrough over classical computers,"
Washingtonpost.com, 2019. [Online]. Available: https://www.washingtonpost.com/science/2019/10/23/google-
scientists-say-theyve-achieved-quantum-supremacy/.
[6] N. Barde, D. Thakur, P. Bardapurkar and S. Dalvi, "Consequences and Limitations of Conventional Computers and
their Solutions through Quantum Computers," Leonardo Electronic Journal of Practices and Technologies, vol. 10,
no. 19, pp. 161-171, July 2011.
[7] E. Martín-López, A. Laing, T. Lawson, R. Alvarez, X. Zhou and J. O'Brien, "Experimental realization of Shor's
quantum factoring algorithm using qubit recycling," Nature Photonics, vol. 6, no. 11, pp. 773-776, 2012.
[8] T. Monz et al., "Realization of a scalable Shor algorithm," Science, vol. 351, no. 6277, pp. 1068-1070, March 2016.
[9] A. Politi, J. Matthews and J. O'Brien, "Shor's Quantum Factoring Algorithm on a Photonic Chip," Science, vol. 325,
no. 5945, pp. 1221-1221, September 2009.
[10] S. J. Lomonaco, “Lecture on Shor’s Quantum Factoring Algorithm Version 1.1,” Arxiv, 2000. [Online]. Available:
https://arxiv.org/pdf/quant-ph/0010034.pdf.
[11] S. Nagaich, Y. C. Goswami, “Shor’s Algorithm for Quantum Numbers Using MATLAB Simulator,” 2015 Fifth
International Conference on Advanced Computing & Communication Technologies, Haryana, pp. 165-168, 2015.
[12] L. K. Grover, “From Schrodinger’s equation to the quantum search algorithm,” American Journal of Physics,
vol. 69, no. 7, pp. 769-777, July 2001.
[13] R. LaRose, “Overview and Comparison of Gate Level Quantum Software Platforms,” Quantum, vol. 3, no. 130,
March 2019.
[14] E. Gibney, "Hello quantum world! Google publishes landmark quantum supremacy claim," Nature, vol. 574,
no. 7779, pp. 461-462, 2019. Available: 10.1038/d41586-019-03213-z.
[15] S. Aaronson, "Opinion | Why Google’s Quantum Supremacy Milestone Matters," Nytimes.com, 2019. [Online].
Available: https://www.nytimes.com/2019/10/30/opinion/google-quantum-computer-sycamore.html.
[16] Rigetti Computing, “Installation and Getting Started,” 2019. [Online]. Available:
http://docs.rigetti.com/en/stable/start.html.
[17] D. Steiger and T. Häner, “ProjectQ,” 2019. [Online]. Available: http://projectq.ch/code-and-docs/.
[18] Quantum Computing Playground, “Help,” Quantum Computing Playground, 2014. [Online]. Available:
http://www.quantumplayground.net/#/about.
[19] “Quantum Computing: Progress and Prospects,” The National Academies Press, April 2019.
[20] C. Boyer, "Duetsch-Jozsa’s Algorithm in Quantum Computing | Topcoder," Topcoder, 2019. [Online]. Available:
https://www.topcoder.com/duetsch-jozsas-algorithm-in-quantum-computing/.
[21] D. Knuth, "Simon’s Algorithm in Quantum Computing | Topcoder," Topcoder, 2019. [Online]. Available:
https://www.topcoder.com/simons-algorithm-in-quantum-computing/. [Accessed: 20- Jan- 2020].
[22] M. Grossi, "Build and deploy Quantum-based web Applications using Qiskit & Python Flask on IBM Cloud,"
Medium, 2019. [Online]. Available: https://medium.com/build-and-deploy-quantum-based-web-applications/build-
and-deploy-quantum-based-web-applications-using-qiskit-python-flask-on-ibm-cloud-b0cb0a01e5f2.
[23] M. Hayward, “Quantum Computing and Shor’s Algorithm,” Imsa.edu, 2015. [Online]. Available:
https://pdfs.semanticscholar.org/8072/dc7247460849b18abbb463429a09cfb2e3e6.pdf.
[24] A. W. Wicaksono and A. Wicaksana, “Implementation of Shor’s Quantum Factoring Algorithm Using ProjectQ
Framework,” International Journal of Engineering and Advanced Technology (IJEAT), vol. 8, no. 6S3, pp. 52-56,
September 2019.
 ISSN: 1693-6930
TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 3, June 2020: 1319 - 1330
1330
[25] Anthony and A. Wicaksana, “Implementation of Grover’s Quantum Search Algorithm using Rigetti Forest,”
International Journal of Engineering and Advanced Technology (IJEAT), vol. 8, no. 6S3, pp. 110-114,
September 2019.
BIOGRAPHIES OF AUTHORS
Arya Wicaksana is graduated from Universiti Tunku Abdul Rahman in VLSI Engineering
(M.Eng.Sc.) and Universitas Multimedia Nusantara in Computer Science (S.Kom.).
Research interests and works are: quantum computing and computational intelligence.
Anthony received S. Kom., in Informatics from Universitas Multimedia Nusantara,
Indonesia. His research interests and works are quantum computing and software
engineering.
Adjie Wahyu Wicaksono received S. Kom., in Informatics from Universitas Multimedia
Nusantara, Indonesia. Currently working as full-stack web developer. His research interests
and works are quantum computing and software engineering.

More Related Content

What's hot

Research Summary: Scalable Algorithms for Nearest-Neighbor Joins on Big Traje...
Research Summary: Scalable Algorithms for Nearest-Neighbor Joins on Big Traje...Research Summary: Scalable Algorithms for Nearest-Neighbor Joins on Big Traje...
Research Summary: Scalable Algorithms for Nearest-Neighbor Joins on Big Traje...Alex Klibisz
 
Quantum Computing with Amazon Braket
Quantum Computing with Amazon BraketQuantum Computing with Amazon Braket
Quantum Computing with Amazon BraketChris Fregly
 
The second quantum revolution: the world beyond binary 0 and 1
The second quantum revolution: the world beyond binary 0 and 1The second quantum revolution: the world beyond binary 0 and 1
The second quantum revolution: the world beyond binary 0 and 1Bruno Fedrici, PhD
 
A Load-Balanced Parallelization of AKS Algorithm
A Load-Balanced Parallelization of AKS AlgorithmA Load-Balanced Parallelization of AKS Algorithm
A Load-Balanced Parallelization of AKS AlgorithmTELKOMNIKA JOURNAL
 
Quantum computing in machine learning
Quantum computing in machine learningQuantum computing in machine learning
Quantum computing in machine learningkhalidhassan105
 
Canopy kmeans
Canopy kmeansCanopy kmeans
Canopy kmeansnagwww
 
A modified reach ability tree approach to analysis of unbounded petrinets
A modified reach ability tree approach to analysis of unbounded petrinetsA modified reach ability tree approach to analysis of unbounded petrinets
A modified reach ability tree approach to analysis of unbounded petrinetsAnirudh Kadevari
 
Quantum Computing and Blockchain: Facts and Myths
Quantum Computing and Blockchain: Facts and Myths  Quantum Computing and Blockchain: Facts and Myths
Quantum Computing and Blockchain: Facts and Myths Ahmed Banafa
 
Criptografía cuántica - fundamentos, productos y empresas
Criptografía cuántica - fundamentos, productos y empresasCriptografía cuántica - fundamentos, productos y empresas
Criptografía cuántica - fundamentos, productos y empresasSoftware Guru
 
Shahzad quantum cryptography
Shahzad quantum cryptographyShahzad quantum cryptography
Shahzad quantum cryptographyShahzad Ahmad
 
Pcgrid presentation qos p2p grid
Pcgrid presentation   qos p2p gridPcgrid presentation   qos p2p grid
Pcgrid presentation qos p2p gridmarcuswac
 
A Comparison of Serial and Parallel Substring Matching Algorithms
A Comparison of Serial and Parallel Substring Matching AlgorithmsA Comparison of Serial and Parallel Substring Matching Algorithms
A Comparison of Serial and Parallel Substring Matching Algorithmszexin wan
 
Performance Assessment of Polyphase Sequences Using Cyclic Algorithm
Performance Assessment of Polyphase Sequences Using Cyclic AlgorithmPerformance Assessment of Polyphase Sequences Using Cyclic Algorithm
Performance Assessment of Polyphase Sequences Using Cyclic Algorithmrahulmonikasharma
 
Ikdd co ds2017presentation_v2
Ikdd co ds2017presentation_v2Ikdd co ds2017presentation_v2
Ikdd co ds2017presentation_v2Ram Mohan
 

What's hot (20)

Eryk_Kulikowski_a4
Eryk_Kulikowski_a4Eryk_Kulikowski_a4
Eryk_Kulikowski_a4
 
Research Summary: Scalable Algorithms for Nearest-Neighbor Joins on Big Traje...
Research Summary: Scalable Algorithms for Nearest-Neighbor Joins on Big Traje...Research Summary: Scalable Algorithms for Nearest-Neighbor Joins on Big Traje...
Research Summary: Scalable Algorithms for Nearest-Neighbor Joins on Big Traje...
 
Quantum Computing with Amazon Braket
Quantum Computing with Amazon BraketQuantum Computing with Amazon Braket
Quantum Computing with Amazon Braket
 
5. 8519 1-pb
5. 8519 1-pb5. 8519 1-pb
5. 8519 1-pb
 
Europy17_dibernardo
Europy17_dibernardoEuropy17_dibernardo
Europy17_dibernardo
 
The second quantum revolution: the world beyond binary 0 and 1
The second quantum revolution: the world beyond binary 0 and 1The second quantum revolution: the world beyond binary 0 and 1
The second quantum revolution: the world beyond binary 0 and 1
 
A Load-Balanced Parallelization of AKS Algorithm
A Load-Balanced Parallelization of AKS AlgorithmA Load-Balanced Parallelization of AKS Algorithm
A Load-Balanced Parallelization of AKS Algorithm
 
Canopy k-means using Hadoop
Canopy k-means using HadoopCanopy k-means using Hadoop
Canopy k-means using Hadoop
 
Quantum computing in machine learning
Quantum computing in machine learningQuantum computing in machine learning
Quantum computing in machine learning
 
Canopy kmeans
Canopy kmeansCanopy kmeans
Canopy kmeans
 
A modified reach ability tree approach to analysis of unbounded petrinets
A modified reach ability tree approach to analysis of unbounded petrinetsA modified reach ability tree approach to analysis of unbounded petrinets
A modified reach ability tree approach to analysis of unbounded petrinets
 
Quantum Computing and Blockchain: Facts and Myths
Quantum Computing and Blockchain: Facts and Myths  Quantum Computing and Blockchain: Facts and Myths
Quantum Computing and Blockchain: Facts and Myths
 
Criptografía cuántica - fundamentos, productos y empresas
Criptografía cuántica - fundamentos, productos y empresasCriptografía cuántica - fundamentos, productos y empresas
Criptografía cuántica - fundamentos, productos y empresas
 
Shahzad quantum cryptography
Shahzad quantum cryptographyShahzad quantum cryptography
Shahzad quantum cryptography
 
Pcgrid presentation qos p2p grid
Pcgrid presentation   qos p2p gridPcgrid presentation   qos p2p grid
Pcgrid presentation qos p2p grid
 
A Comparison of Serial and Parallel Substring Matching Algorithms
A Comparison of Serial and Parallel Substring Matching AlgorithmsA Comparison of Serial and Parallel Substring Matching Algorithms
A Comparison of Serial and Parallel Substring Matching Algorithms
 
Performance Assessment of Polyphase Sequences Using Cyclic Algorithm
Performance Assessment of Polyphase Sequences Using Cyclic AlgorithmPerformance Assessment of Polyphase Sequences Using Cyclic Algorithm
Performance Assessment of Polyphase Sequences Using Cyclic Algorithm
 
Ikdd co ds2017presentation_v2
Ikdd co ds2017presentation_v2Ikdd co ds2017presentation_v2
Ikdd co ds2017presentation_v2
 
Ijcet 06 08_003
Ijcet 06 08_003Ijcet 06 08_003
Ijcet 06 08_003
 
Quantum Fuzzy Logic
Quantum Fuzzy LogicQuantum Fuzzy Logic
Quantum Fuzzy Logic
 

Similar to Web-app realization of Shor’s quantum factoring algorithm and Grover’s quantum search algorithm

Quantum computation a review
Quantum computation a reviewQuantum computation a review
Quantum computation a reviewEditor Jacotech
 
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHMCOMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHMcsitconf
 
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHMCOMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHMcscpconf
 
Reconfigurable Design of Rectangular to Polar Converter using Linear Convergence
Reconfigurable Design of Rectangular to Polar Converter using Linear ConvergenceReconfigurable Design of Rectangular to Polar Converter using Linear Convergence
Reconfigurable Design of Rectangular to Polar Converter using Linear ConvergenceAnuragVijayAgrawal
 
Quantum Computing Applications in Power Systems
Quantum Computing Applications in Power SystemsQuantum Computing Applications in Power Systems
Quantum Computing Applications in Power SystemsPower System Operation
 
Quantum Information FINAL.pptx
Quantum Information FINAL.pptxQuantum Information FINAL.pptx
Quantum Information FINAL.pptxgitrahekno
 
THE RESEARCH OF QUANTUM PHASE ESTIMATION ALGORITHM
THE RESEARCH OF QUANTUM PHASE ESTIMATION ALGORITHMTHE RESEARCH OF QUANTUM PHASE ESTIMATION ALGORITHM
THE RESEARCH OF QUANTUM PHASE ESTIMATION ALGORITHMIJCSEA Journal
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Quantum Computation: An Overview
Quantum Computation: An OverviewQuantum Computation: An Overview
Quantum Computation: An OverviewIRJET Journal
 
Distributed web systems performance forecasting
Distributed web systems performance forecastingDistributed web systems performance forecasting
Distributed web systems performance forecastingIEEEFINALYEARPROJECTS
 
JAVA 2013 IEEE DATAMINING PROJECT Distributed web systems performance forecas...
JAVA 2013 IEEE DATAMINING PROJECT Distributed web systems performance forecas...JAVA 2013 IEEE DATAMINING PROJECT Distributed web systems performance forecas...
JAVA 2013 IEEE DATAMINING PROJECT Distributed web systems performance forecas...IEEEGLOBALSOFTTECHNOLOGIES
 
Chaotic systems with pseudorandom number generate to protect the transmitted...
Chaotic systems with pseudorandom number generate to  protect the transmitted...Chaotic systems with pseudorandom number generate to  protect the transmitted...
Chaotic systems with pseudorandom number generate to protect the transmitted...nooriasukmaningtyas
 
STIC-D: algorithmic techniques for efficient parallel pagerank computation on...
STIC-D: algorithmic techniques for efficient parallel pagerank computation on...STIC-D: algorithmic techniques for efficient parallel pagerank computation on...
STIC-D: algorithmic techniques for efficient parallel pagerank computation on...Subhajit Sahu
 

Similar to Web-app realization of Shor’s quantum factoring algorithm and Grover’s quantum search algorithm (20)

Quantum computation a review
Quantum computation a reviewQuantum computation a review
Quantum computation a review
 
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHMCOMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
 
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHMCOMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
 
Reconfigurable Design of Rectangular to Polar Converter using Linear Convergence
Reconfigurable Design of Rectangular to Polar Converter using Linear ConvergenceReconfigurable Design of Rectangular to Polar Converter using Linear Convergence
Reconfigurable Design of Rectangular to Polar Converter using Linear Convergence
 
Quantum computing
Quantum computingQuantum computing
Quantum computing
 
Quantum Computing Applications in Power Systems
Quantum Computing Applications in Power SystemsQuantum Computing Applications in Power Systems
Quantum Computing Applications in Power Systems
 
Quantum Information FINAL.pptx
Quantum Information FINAL.pptxQuantum Information FINAL.pptx
Quantum Information FINAL.pptx
 
THE RESEARCH OF QUANTUM PHASE ESTIMATION ALGORITHM
THE RESEARCH OF QUANTUM PHASE ESTIMATION ALGORITHMTHE RESEARCH OF QUANTUM PHASE ESTIMATION ALGORITHM
THE RESEARCH OF QUANTUM PHASE ESTIMATION ALGORITHM
 
Ca36464468
Ca36464468Ca36464468
Ca36464468
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Quantum Computation: An Overview
Quantum Computation: An OverviewQuantum Computation: An Overview
Quantum Computation: An Overview
 
I43024751
I43024751I43024751
I43024751
 
Lecture_2_v2_qc.pptx
Lecture_2_v2_qc.pptxLecture_2_v2_qc.pptx
Lecture_2_v2_qc.pptx
 
Distributed web systems performance forecasting
Distributed web systems performance forecastingDistributed web systems performance forecasting
Distributed web systems performance forecasting
 
JAVA 2013 IEEE DATAMINING PROJECT Distributed web systems performance forecas...
JAVA 2013 IEEE DATAMINING PROJECT Distributed web systems performance forecas...JAVA 2013 IEEE DATAMINING PROJECT Distributed web systems performance forecas...
JAVA 2013 IEEE DATAMINING PROJECT Distributed web systems performance forecas...
 
Chaotic systems with pseudorandom number generate to protect the transmitted...
Chaotic systems with pseudorandom number generate to  protect the transmitted...Chaotic systems with pseudorandom number generate to  protect the transmitted...
Chaotic systems with pseudorandom number generate to protect the transmitted...
 
Quantum computer
Quantum computerQuantum computer
Quantum computer
 
STIC-D: algorithmic techniques for efficient parallel pagerank computation on...
STIC-D: algorithmic techniques for efficient parallel pagerank computation on...STIC-D: algorithmic techniques for efficient parallel pagerank computation on...
STIC-D: algorithmic techniques for efficient parallel pagerank computation on...
 
ijca_publication
ijca_publicationijca_publication
ijca_publication
 
177
177177
177
 

More from TELKOMNIKA JOURNAL

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...TELKOMNIKA JOURNAL
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...TELKOMNIKA JOURNAL
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...TELKOMNIKA JOURNAL
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...TELKOMNIKA JOURNAL
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...TELKOMNIKA JOURNAL
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaTELKOMNIKA JOURNAL
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireTELKOMNIKA JOURNAL
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkTELKOMNIKA JOURNAL
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsTELKOMNIKA JOURNAL
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...TELKOMNIKA JOURNAL
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesTELKOMNIKA JOURNAL
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...TELKOMNIKA JOURNAL
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemTELKOMNIKA JOURNAL
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...TELKOMNIKA JOURNAL
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorTELKOMNIKA JOURNAL
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...TELKOMNIKA JOURNAL
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...TELKOMNIKA JOURNAL
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksTELKOMNIKA JOURNAL
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingTELKOMNIKA JOURNAL
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...TELKOMNIKA JOURNAL
 

More from TELKOMNIKA JOURNAL (20)

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antenna
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fire
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio network
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bands
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertainties
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensor
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networks
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imaging
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
 

Recently uploaded

1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdfAldoGarca30
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxpritamlangde
 
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...vershagrag
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Servicemeghakumariji156
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiessarkmank1
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdfKamal Acharya
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
Introduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfIntroduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfsumitt6_25730773
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdfKamal Acharya
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...ppkakm
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 

Recently uploaded (20)

1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Introduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfIntroduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdf
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 

Web-app realization of Shor’s quantum factoring algorithm and Grover’s quantum search algorithm

  • 1. TELKOMNIKA Telecommunication, Computing, Electronics and Control Vol. 18, No. 3, June 2020, pp. 1319~1330 ISSN: 1693-6930, accredited First Grade by Kemenristekdikti, Decree No: 21/E/KPT/2018 DOI: 10.12928/TELKOMNIKA.v18i3.14755  1319 Journal homepage: http://journal.uad.ac.id/index.php/TELKOMNIKA Web-app realization of Shor’s quantum factoring algorithm and Grover’s quantum search algorithm Arya Wicaksana, Anthony, Adjie Wahyu Wicaksono Department of Informatics, Universitas Multimedia Nusantara, Indonesia Article Info ABSTRACT Article history: Received Sep 7, 2019 Revised Jan 21, 2020 Accepted Feb 25, 2020 Quantum algorithms are well-known for their quadratic if not exponential speedup over their classical counterparts. The two widely-known quantum algorithms are Shor’s quantum factoring algorithm and Grover’s quantum search algorithm. Shor’s quantum factoring algorithm could perform integer factorization in O(logN). Grover’s quantum search algorithm could solve the unsorted search problem in O(√N). However, both algorithms are introduced as theoretical concepts in the original papers due to the limitations of quantum technology at that time. In this paper, an improved way is presented to realize the two algorithms into a web application using state-of-the-art quantum technology. The web-app is designed and built considering the uses of a quantum simulator and libraries provided by ProjectQ and Rigetti Forest. The result shows that both algorithms are realizable into web-applications. Keywords: Grover Quantum application Shor Web-app This is an open access article under the CC BY-SA license. Corresponding Author: Arya Wicaksana, Department of Informatics, Universitas Multimedia Nusantara, Scientia Boulevard St., Gading Serpong, Tangerang-15810, Banten, Indonesia. Email: arya.wicaksana@umn.ac.id 1. INTRODUCTION Quantum computing could drive the progress of breakthroughs in science by leveraging quantum mechanical phenomena to employ information [1-5]. In 1994, MIT’s Peter Shor shows that it’s possible to factor a number into its primes on a quantum computer in polynomial time [6-9]. This is a problem that takes classical computers “an exponentially long time” to solve for large numbers [10, 11]. In 1996, Lov Grover introduces a fast quantum mechanical algorithm for unsorted database search. The quantum search algorithm takes O(√N) for the unsorted database search problem [12] and allows quadratic speedup over its classical counterpart by using amplitude amplification in quantum computing. The two quantum algorithms are introduced as theoretical concepts in their original papers with no detailed implementation. Today’s state-of-the-art quantum computing technologies [13] are delivered by Rigetti, IBM, ETH Zurich, Microsoft, Intel, and Google. The software platforms respectively are Forest, Qiskit, ProjectQ, and Quantum Development Kit. The Bristlecone is Google’s latest quantum computer with the most number of qubits to-date (72 qubits) [13] along with Sycamore (53 qubits) [14, 15]. Rigetti Forest, on the other hand, is a quantum virtual machine (QVM) that is available for public use to do quantum programming and computational simulations on a classical computer [16]. ETH Zurich’s ProjectQ is a publicly accessible Python library and framework that allows quantum computing using a classical computer [17]. These two quantum virtual machine (Forest and ProjectQ) are suitable for realizing the Shor’s quantum factoring algorithm and Grover’s quantum search algorithm into a web application due to their quantum library support for each algorithm.
  • 2.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 3, June 2020: 1319 - 1330 1320 A related study on the realization of a quantum algorithm into a web application could be found in quantum computing playground (QCP) [18]. The QCP demonstrates the work of Shor’s quantum factoring algorithm and Grover’s quantum search algorithm. It is a web-based WebGL Chrome experiment that is created by a group of Google engineers in 2014 using QScript. However, the QCP’s web-app has a limitation of using only one quantum register with size up to 22 qubits and no possible portability nor connectivity to the gate level quantum hardware. It also does not support connectivity with the state-of-the-arts quantum technologies. Thus, this paper proposes an improved way of design and implementation for the two quantum algorithms (Shor’s and Grover’s) into a web application. It is to address the lack of design and implementation details up to this date for both quantum algorithms using state-of-the-arts quantum technologies [19-22]. Web platform is chosen for the realization of the quantum algorithms to allow ease of use and access. The quantum technologies that are used for the web-app realization are Rigetti Forest for Grover’s quantum search algorithm and ETH Zurich ProjectQ for Shor’s quantum factoring algorithm. The two quantum computing technologies are chosen due to their support and availability for general users: documentation and examples. Both Forest and ProjectQ use Python as their programming language, hence Flask micro web framework could be used for the web-app development since it is also written in Python. The performance of the web-app realization in terms of the execution time is compared with the QCP’s result under the same simulation scenario and parameters. 2. RESEARCH METHOD The research methods used are literature reviews, design and implementation, and testing and evaluation. The literature reviews include quantum bit, universal quantum gate, Shor’s quantum factoring algorithm [23], Grover’s quantum search algorithm, Quantum Computing Playground, ETH Zurich ProjectQ framework, and Rigetti Forest SDK. The design of the implementation of the quantum algorithm is described using a flowchart. In this research, the quantum error correction and ancilla qubits are not taken into account. The web-app realization of the Shor’s quantum factoring algorithm is done using the ETH Zurich ProjectQ framework and Flask. Meanwhile for Grover’s quantum search algorithm is done using Rigetti Forest SDK with pyQuil library and Flask. Two computers with different hardware specifications are used for the implementation part. The testing is done using the white-box testing methodology and the performance of the web-app is measured by the execution time and compared with the Quantum Computing Playground under the same simulation scenario and parameters as presented in [24, 25]. 2.1. Shor’s implementation design Figure 1 shows Shor’s quantum factoring algorithm flowchart. First, the user is asked to input a positive integer value i.e. N. The input is evaluated and returned with true if N modulo by 2 equals 0, and returns false otherwise. The next process is the inspection process if N is prime or not. Same as the previous process, this process will return true or false depending on the value of N entered. If the value of N can be used up modulated by a number smaller than itself, this process will return a false value. Furthermore, the value of the variable q is determined by finding a rank of 2 that is greater or equal to the value of N2 . This process will add one to the power variable until a displacement of two is greater than the target. This process flowchart can be seen in Figure 2 notated by off-page reference 1. After that, the value of the variable x is determined randomly. The sub-quantum routine of Shor's quantum factoring algorithm will be run if x is coprime with N and N is not prime nor even. On-page reference C describes the initialization process of variables which will later be used in the quantum computation process which is notated by the on-page reference D in Figure 2. The n value in this process stores the bit size needed to represent integers up to the variable q minus one. Next, the quantum register is initialized to size n, the bit size previously calculated. This quantum register will then be passed through the Hadamard gate to enter the superposition state of all numbers from zero to q minus one. A qubit will also be initialized as a ctrl_qubit variable. The measurement variables are created as n-sized arrays to store the value of modular exponentiation at a later step. The next process is modular exponentiation. This step is repeated for n number of times. The current_x value is filled with the value from the calculation of pow (x, 1 << (n-1-k, N)) where k is the iterator of the repetition of the process. Then, the ctrl_qubit variable is brought to a superposition state before the control statement is executed. If the conditions in the Control statement are satisfied, the modular multiplication calculation is continued. The modular multiplication process executes using the quantum register a as the base, current_x as the multiplier, and N as the value that will perform the modulo operation on the previous multiplication result. The last step in the quantum computation process is the measurement of the value of ctrl_qubit. The measured value is put into the measurement array at the k-index, where k is
  • 3. TELKOMNIKA Telecommun Comput El Control  Web-app realization of Shor’s quantum factoring algorithm and Grover’s quantum… (Arya Wicaksana) 1321 the iterator of this process loop. The period of N could be found by adding up all values of the array measurements and look for the best rational approximation from that value. After the period of N, represented by the variable r is found, r’s value is checked whether or not it is odd. If it is odd, the value is multiplied by 2. The two factors of N could be determined by calculating the values of GCD ((x(r/2) +1), N) and GCD ((x(r/2) -1), N). Both values are stored in variables f1 and f2 respectively. If the product of f1 and f2 multiples do not produce N and is more than 1, the value of f1 becomes the product of f1 by f2 and f2 becomes the result of the division of N by f1. If the factor of N found, the program will issue both values. If not, the program notifies that the calculation is failed. This failure is part of the probabilistic nature of quantum superposition. The flowchart design for this last step is shown in Figure 3. Figure 1. Shor’s quantum factoring algorithm flowchart (part one)
  • 4.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 3, June 2020: 1319 - 1330 1322 Figure 2. Shor’s quantum factoring algorithm flowchart (part two)
  • 5. TELKOMNIKA Telecommun Comput El Control  Web-app realization of Shor’s quantum factoring algorithm and Grover’s quantum… (Arya Wicaksana) 1323 Figure 3. Shor’s quantum factoring algorithm flowchart (part three) 2.2. Grover’s implementation design Figure 4 shows Grover’s quantum search algorithm flowchart. First, the user enters input dataset and target to be searched. The program will convert target to binary representation and stored in variable dataTarget. Then, the program will search for max value in the dataset. The max value binary representation will be stored in variable bit string. The number of quantum bits that will be used depends on the length of the bit string. Quantum program is needed in Rigetti Forest SDK. The Oracle function and Diffusion matrix are created and added to the quantum program as a new gate. The first step in Grover’s quantum search algorithm is to apply Hadamard transform on every qubit to make every state have the same amplitude. The next step is the amplitude amplification process, which is obtained by doing Oracle function and Matrix Diffusion with ᴨ 4 𝑁 loops. Oracle function will return 1 for the correct state and return 0 for the wrong state. Diffusion matrix will inverse the amplitude around the amplitudes mean. Figure 5 shows the continuation of Grover’s quantum search algorithm flowchart. The program will reserved memory space with the size of the number of qubit. Then, every qubits will be measured with measure function from pyQuil library. After that, the program will open a connection to the quantum virtual machine and run the quantum program. The result will be compared with the value inside variable dataTarget to check whether or not it is the same.
  • 6.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 3, June 2020: 1319 - 1330 1324 Figure 4. Grover’s quantum search algorithm flowchart (part one)
  • 7. TELKOMNIKA Telecommun Comput El Control  Web-app realization of Shor’s quantum factoring algorithm and Grover’s quantum… (Arya Wicaksana) 1325 Figure 5. Grover’s quantum search algorithm flowchart (part two) 3. RESULTS AND ANALYSIS In this section, five test scenarios are used for testing the web-app implementations for both quantum algorithms respectively. 3.1. Shor’s web-app realization Here the implementation code in Python using ETH Zurich’s ProjectQ framework is described. Figure 6 (a) shows the initialization phase of ProjectQ’s quantum simulator. The quantum register n is allocated by the engine and put into superposition by using the Hadamard gate. The modular exponentiation process is implemented using function MultiplyByConstantModN as displayed in Figure 6 (b).
  • 8.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 3, June 2020: 1319 - 1330 1326 (a) (b) Figure 6. (a) Quantum computing initialization code, and (b) modular exponentiation code The period finding is the important step of Shor’s quantum factoring algorithm. It is in fact the only part of the algorithm that requires a quantum computer. The implementation of the period finding is given in Figure 7. Figure 8 shows the final part of the algorithm which is finding the factors of the input. The web-app realization in Figure 9 shows successful design and implementation of the Shor’s quantum factoring algorithm. The given input is 33 which is not even nor prime. The factors are 3 and 11 which are correctly obtained by the simulation given in Figure 9. Figure 7. Period finding code Figure 8. Factors finding code Figure 9. Shor’s algorithm simulation for finding factors of 33
  • 9. TELKOMNIKA Telecommun Comput El Control  Web-app realization of Shor’s quantum factoring algorithm and Grover’s quantum… (Arya Wicaksana) 1327 In Figure 10, the web-app realization of the Shor’s quantum factoring algorithm is able to find the factors of 91, which are 7 and 13. This exhibits the success of the implementation of the algorithm in ProjectQ framework and also the development of the web-app for the implementation to be accessed and used using web browser conveniently. Figure 10. Shor’s algorithm simulation for finding factors of 91 3.2. Grover’s web-app realization There are 3 steps in implementing the Grover’s quantum search algorithm. These steps are initialization, amplitude amplification, and measure. Figure 11 shows the implementation code for initialization in Rigetti Forest. This initialization aims to make qubits have the same amplitude for each state. In this piece of code, initialization is obtained by applying the Hadamard gate to each qubit. Figure 12 shows the amplitude amplification implementation using Rigetti Forest. The number of repetitions needed is 𝑛 4 √𝑁. In this iteration process, the Oracle function and Diffusion matrix are applied. Figure 11. Superposition initialization for all qubits Figure 12. Amplitude amplification code The Oracle function is not part of the Grover’s quantum search algorithm. Figure 13 shows a piece of code that is developed originally in this research to create an Oracle function in the form of a 2-dimensional array. Diffusion matrix is part of Grover iteration and is implemented after Oracle functions. Figure 14 shows a piece of code to make a Diffusion matrix in the form of a 2-dimensional array. Figure 15 is the implementation of the agorithm to measure the result state. This measurement drives the qubits to collapse to one of its eigenstates. The measurement results are stored in the memory with size equal to the number of the qubits used. Figure 16 shows the simulation result for finding 5 from dataset containing 9, 5, 0, 11, 6 and 2. It also displays the number of qubit used for the search and the amplitudes for each of all possible states. Another simulation presented here is shown in Figure 17 where the dataset contains 1, 6, 2, 4, and 3 and the target value is 2.
  • 10.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 3, June 2020: 1319 - 1330 1328 Figure 13. Oracle function code Figure 14. Diffusion matrix code Figure 15. Qubits measurement Figure 16. Grover’s algorithm simulation for searching 5 Figure 17. Grover’s algorithm simulation for searching 2
  • 11. TELKOMNIKA Telecommun Comput El Control  Web-app realization of Shor’s quantum factoring algorithm and Grover’s quantum… (Arya Wicaksana) 1329 4. CONCLUSION This work shows that today state-of-the-art quantum computing technologies allow the realization of quantum algorithm is possible. Here the Shor’s quantum factoring algorithm and Grover’s quantum search algorithm are chosen. The realization of the two quantum algorithms into a web application are using different quantum computing technology. The Shor’s quantum factoring algorithm is realized using ETH Zurich’s ProjectQ and the Grover’s quantum search algorithm is realized using Rigetti Forest. The two quantum algorithms are successfully realized into a web application using the Flask framework. Simulations for each algorithm and problem are also given in this paper. The simulations rely on quantum simulator with only one time execution flow. The problem size that is able to be handled by the web-app follows the limitation from the respective quantum simulator. REFERENCES [1] M. Nielsen and I. Chuang, “Quantum Computation and Quantum Information,” American Journal of Physics, vol. 70, no. 5, pp. 558-559, 2002. [2] M. Ying, “Quantum computation, quantum theory and AI,” Artificial Intelligence, vol. 174, no. 2, pp. 162-176, February 2010. [3] D. Busvine and P. Dave, "Google unveils quantum computer breakthrough; critics say wait a qubit," U.S., 2019. [Online]. Available: https://www.reuters.com/article/us-alphabet-quantum/google-unveils-quantum-computer- breakthrough-critics-say-wait-a-qubit-idUSKBN1X21QW. [4] F. Arute et al., "Quantum supremacy using a programmable superconducting processor," Nature, vol. 574, no. 7779, pp. 505-510, 2019. [5] S. Kaplan, "Google scientists say they’ve achieved ‘quantum supremacy’ breakthrough over classical computers," Washingtonpost.com, 2019. [Online]. Available: https://www.washingtonpost.com/science/2019/10/23/google- scientists-say-theyve-achieved-quantum-supremacy/. [6] N. Barde, D. Thakur, P. Bardapurkar and S. Dalvi, "Consequences and Limitations of Conventional Computers and their Solutions through Quantum Computers," Leonardo Electronic Journal of Practices and Technologies, vol. 10, no. 19, pp. 161-171, July 2011. [7] E. Martín-López, A. Laing, T. Lawson, R. Alvarez, X. Zhou and J. O'Brien, "Experimental realization of Shor's quantum factoring algorithm using qubit recycling," Nature Photonics, vol. 6, no. 11, pp. 773-776, 2012. [8] T. Monz et al., "Realization of a scalable Shor algorithm," Science, vol. 351, no. 6277, pp. 1068-1070, March 2016. [9] A. Politi, J. Matthews and J. O'Brien, "Shor's Quantum Factoring Algorithm on a Photonic Chip," Science, vol. 325, no. 5945, pp. 1221-1221, September 2009. [10] S. J. Lomonaco, “Lecture on Shor’s Quantum Factoring Algorithm Version 1.1,” Arxiv, 2000. [Online]. Available: https://arxiv.org/pdf/quant-ph/0010034.pdf. [11] S. Nagaich, Y. C. Goswami, “Shor’s Algorithm for Quantum Numbers Using MATLAB Simulator,” 2015 Fifth International Conference on Advanced Computing & Communication Technologies, Haryana, pp. 165-168, 2015. [12] L. K. Grover, “From Schrodinger’s equation to the quantum search algorithm,” American Journal of Physics, vol. 69, no. 7, pp. 769-777, July 2001. [13] R. LaRose, “Overview and Comparison of Gate Level Quantum Software Platforms,” Quantum, vol. 3, no. 130, March 2019. [14] E. Gibney, "Hello quantum world! Google publishes landmark quantum supremacy claim," Nature, vol. 574, no. 7779, pp. 461-462, 2019. Available: 10.1038/d41586-019-03213-z. [15] S. Aaronson, "Opinion | Why Google’s Quantum Supremacy Milestone Matters," Nytimes.com, 2019. [Online]. Available: https://www.nytimes.com/2019/10/30/opinion/google-quantum-computer-sycamore.html. [16] Rigetti Computing, “Installation and Getting Started,” 2019. [Online]. Available: http://docs.rigetti.com/en/stable/start.html. [17] D. Steiger and T. Häner, “ProjectQ,” 2019. [Online]. Available: http://projectq.ch/code-and-docs/. [18] Quantum Computing Playground, “Help,” Quantum Computing Playground, 2014. [Online]. Available: http://www.quantumplayground.net/#/about. [19] “Quantum Computing: Progress and Prospects,” The National Academies Press, April 2019. [20] C. Boyer, "Duetsch-Jozsa’s Algorithm in Quantum Computing | Topcoder," Topcoder, 2019. [Online]. Available: https://www.topcoder.com/duetsch-jozsas-algorithm-in-quantum-computing/. [21] D. Knuth, "Simon’s Algorithm in Quantum Computing | Topcoder," Topcoder, 2019. [Online]. Available: https://www.topcoder.com/simons-algorithm-in-quantum-computing/. [Accessed: 20- Jan- 2020]. [22] M. Grossi, "Build and deploy Quantum-based web Applications using Qiskit & Python Flask on IBM Cloud," Medium, 2019. [Online]. Available: https://medium.com/build-and-deploy-quantum-based-web-applications/build- and-deploy-quantum-based-web-applications-using-qiskit-python-flask-on-ibm-cloud-b0cb0a01e5f2. [23] M. Hayward, “Quantum Computing and Shor’s Algorithm,” Imsa.edu, 2015. [Online]. Available: https://pdfs.semanticscholar.org/8072/dc7247460849b18abbb463429a09cfb2e3e6.pdf. [24] A. W. Wicaksono and A. Wicaksana, “Implementation of Shor’s Quantum Factoring Algorithm Using ProjectQ Framework,” International Journal of Engineering and Advanced Technology (IJEAT), vol. 8, no. 6S3, pp. 52-56, September 2019.
  • 12.  ISSN: 1693-6930 TELKOMNIKA Telecommun Comput El Control, Vol. 18, No. 3, June 2020: 1319 - 1330 1330 [25] Anthony and A. Wicaksana, “Implementation of Grover’s Quantum Search Algorithm using Rigetti Forest,” International Journal of Engineering and Advanced Technology (IJEAT), vol. 8, no. 6S3, pp. 110-114, September 2019. BIOGRAPHIES OF AUTHORS Arya Wicaksana is graduated from Universiti Tunku Abdul Rahman in VLSI Engineering (M.Eng.Sc.) and Universitas Multimedia Nusantara in Computer Science (S.Kom.). Research interests and works are: quantum computing and computational intelligence. Anthony received S. Kom., in Informatics from Universitas Multimedia Nusantara, Indonesia. His research interests and works are quantum computing and software engineering. Adjie Wahyu Wicaksono received S. Kom., in Informatics from Universitas Multimedia Nusantara, Indonesia. Currently working as full-stack web developer. His research interests and works are quantum computing and software engineering.