mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
03b1d83d34
@dhruvmanila @ChrisO345 Temporarily disable `quantum_random.py` which is causing sporadic pytest failures. |
||
---|---|---|
.. | ||
__init__.py | ||
deutsch_jozsa.py | ||
half_adder.py | ||
not_gate.py | ||
q_full_adder.py | ||
quantum_entanglement.py | ||
quantum_random.py.disabled | ||
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