mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
959507901a
* add final else-statement
* fix file_transfer
* fix quantum folder
* fix divide_and_conquer-folder
* Update build.yml
* updating DIRECTORY.md
* Update ripple_adder_classic.py
* Update .github/workflows/build.yml
* removed imports from typing
* removed conversion to string
* Revert "removed conversion to string"
This reverts commit
|
||
---|---|---|
.. | ||
__init__.py | ||
deutsch_jozsa.py | ||
half_adder.py | ||
not_gate.py | ||
quantum_entanglement.py | ||
README.md | ||
ripple_adder_classic.py | ||
single_qubit_measure.py |
Welcome to Quantum Algorithms
Started at https://github.com/TheAlgorithms/Python/issues/1831
- D-Wave: https://www.dwavesys.com and https://github.com/dwavesystems
- Google: https://research.google/teams/applied-science/quantum
- IBM: https://qiskit.org and https://github.com/Qiskit
- Rigetti: https://rigetti.com and https://github.com/rigetti
IBM Qiskit
- Start using by installing
pip install qiskit
, refer the docs for more info. - Tutorials & References