Quantum Computing

4.9
62 reviews
5K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

A software for Android that emulates the actions of a quantum computer
essentially a quantum computer simulator with limited functionality

It's main purpose is to enable testing to everyone, even on the go. Since this app is only an emulator, it can show the position of the qubits on the bloch sphere. This app can also show the statevector of the system (in probability mode) and the final unitary gate will also be accessible soon. The limit is only the computing power of your device!

Help testing and join the beta program for new functionality!

You can apply any matrices to your qubits as long as they are member of the group SU(n) – they have to be unitary and have to have a unit determinant.

About the backend
The application uses a home-made backend for simulating quantum circuits. It does not yet work with noise. The backend is written in Java and the entire source code can be found on GitHub at hexadec/Quantum
Please be aware that the qubit order in this application is Big-Endian, meaning that in a multi-qubit gate always the first parameter is the last bit in the statevector, whereas some other well-known system are Little-Endian, thus most multi-qubit gate matrices need conversion!

Main features
• At most 10 qubits
• Gates with at most 4 qubits
• Extremely high number of shots (up to 2^20)
• Lots of predefined gates
• Get results immediately
• Export results
• Import/Export gate sequence, export as OpenQASM
• Take the hermitian conjugate of any gate
• Show bloch sphere (for non-entangled qubits)
• Show the statevector of the system
• Auto and Opt-in circuit optimization

Predefined single qubit gates
• Hadamard
• Pauli-X/Y/Z
• S-gate & T-gate (phase-shift)
• √NOT
• Identity
• U3

Predefined multi qubit gates
• CNOT/CY/CZ (Controlled-Pauli)
• Controlled-S, Controlled-T and Controlled-Hadamard gates
• Controlled U3
• SWAP
• Toffoli
• Fredkin
• Quantum Fourier Transform

Planned features
Create and run algorithms with loops and conditions
Display final unitary matrix for smaller circuits
Visualize multi-qubit states better

Translators are welcomed at the GitHub repository:
https://github.com/hexadec/Quantum/blob/master/app/src/main/res/values/strings.xml
Updated on
Aug 1, 2021

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

4.8
57 reviews
A Google user
January 7, 2020
Wow, this is amazing! I didn't play with it a lot but quickly made an entangled state. The control and target gates are difficult to recognize in my opinion. I had to look twice (I really like a little plus in the target). Amazing that this works on my phone! Would be nice if it could export to QASM.
10 people found this review helpful
Did you find this helpful?
hex@dec
January 7, 2020
Hey, thanks for your help! Since this is not the first time someone tells me that the control and target qubits are confusing, I will definitely make some changes there. QASM is also planned, but I have to look more deeply into it.
Konchady Gautam Shenoy
December 19, 2020
Superb app. Possibly the next best thing to qiskit. Please add more features to make it comparable such as the ability to add barriers and auto adjust the gates (the cnot gate comes out of alignment if the corresponding two qubit rows are not equally filled).
3 people found this review helpful
Did you find this helpful?
hex@dec
December 22, 2020
Thank you very much!! I will definitely consider your ideas, especially because this is not the first time I am hearing about them. Luckily, I will have some free time in the upcoming weeks:)
Anthony Hamby
May 21, 2022
Love how this uses pretty much no wifi but would definitely be cool to see different types of Quantum Algorithms and the planned features.
2 people found this review helpful
Did you find this helpful?

What's new

0.19.3:
- Fixed an extremely rare bug that caused the app to crash
0.19.1 & 0.19.2:
- Fixed a bug that crashed the app when the screen was rotated
- UX improvements
- Save the statevector so that the second run will be a lot faster
- Gate editor fixes