Python/quantum
Rupansh 9f6188cc40
Add Quantum Full Adder circuit for classical integers (#2954)
* requirements: add qiskit

major library required for quantum computing

* quantum: add quantum ripple adder implementation

right now we are essentially performing the same task as a classic ripple adder

Signed-off-by: rupansh-arch <rupanshsekar@hotmail.com>
2020-11-11 19:24:31 +08:00
..
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
deutsch_jozsa.py Fix broken build: Remove trailing spaces (#3501) 2020-10-18 18:07:27 +02:00
half_adder.py Fix the build -- 88 chars per line max. (#3437) 2020-10-17 13:42:29 +02:00
not_gate.py Fix errors in Quantum algorithm (#3273) 2020-10-14 07:58:52 +02:00
quantum_entanglement.py added script to perform quantum entanglement (#3270) 2020-10-14 12:25:20 +02:00
README.md Add IBM Qiskit References (#2561) 2020-10-29 08:43:34 +08:00
ripple_adder_classic.py Add Quantum Full Adder circuit for classical integers (#2954) 2020-11-11 19:24:31 +08:00
single_qubit_measure.py Improve validate solutions script & fix pre-commit error (#3253) 2020-10-13 15:41:12 +05:30