mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
0ef9306976
* Disable quantum/quantum_random.py Temporarily disable quantum/quantum_random.py because it produces an illegal instruction error that causes all builds to fail * updating DIRECTORY.md * Disable quantum/quantum_random.py attempt 2 --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> |
||
---|---|---|
.. | ||
__init__.py | ||
bb84.py | ||
deutsch_jozsa.py | ||
half_adder.py | ||
not_gate.py | ||
q_fourier_transform.py | ||
q_full_adder.py | ||
quantum_entanglement.py | ||
quantum_random.py.DISABLED.txt | ||
quantum_teleportation.py | ||
README.md | ||
ripple_adder_classic.py | ||
single_qubit_measure.py | ||
superdense_coding.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
- Zapata: https://www.zapatacomputing.com and https://github.com/zapatacomputing
IBM Qiskit
- Start using by installing
pip install qiskit
, refer the docs for more info. - Tutorials & References
Google Cirq
- Start using by installing
python -m pip install cirq
, refer the docs for more info. - Tutorials & references