mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
c909da9b08
* pre-commit: Upgrade psf/black for stable style 2023 Updating https://github.com/psf/black ... updating 22.12.0 -> 23.1.0 for their `2023 stable style`. * https://github.com/psf/black/blob/main/CHANGES.md#2310 > This is the first [psf/black] release of 2023, and following our stability policy, it comes with a number of improvements to our stable style… Also, add https://github.com/tox-dev/pyproject-fmt and https://github.com/abravalheri/validate-pyproject to pre-commit. I only modified `.pre-commit-config.yaml` and all other files were modified by pre-commit.ci and psf/black. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@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