mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 13:01:08 +00:00
0f4e51245f
* DRAFT: GitHub Actions: Test on Python 3.12 Repeats #8777 * #8777 Some of our dependencies will not be ready yet. * Python 3.12: Disable qiskit and tensorflow algorithms * updating DIRECTORY.md --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> |
||
---|---|---|
.. | ||
__init__.py | ||
bb84.py.DISABLED.txt | ||
deutsch_jozsa.py.DISABLED.txt | ||
half_adder.py.DISABLED.txt | ||
not_gate.py.DISABLED.txt | ||
q_fourier_transform.py | ||
q_full_adder.py.DISABLED.txt | ||
quantum_entanglement.py.DISABLED.txt | ||
quantum_random.py.DISABLED.txt | ||
quantum_teleportation.py.DISABLED.txt | ||
README.md | ||
ripple_adder_classic.py.DISABLED.txt | ||
single_qubit_measure.py.DISABLED.txt | ||
superdense_coding.py.DISABLED.txt |
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