mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 21:41:08 +00:00
1aa7bd9616
* Update README.md Added Google Cirq references * Create barcode_validator.py Barcode/EAN validator * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update barcode_validator.py Included docstring and updated variables to snake_case * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update barcode_validator.py Included docset and updated bugs * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update barcode_validator.py Implemented the changes asked in review. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update barcode_validator.py Updated with f-string format * Update barcode_validator.py Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Christian Clauss <cclauss@me.com>
24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
Markdown
# 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](https://qiskit.org/documentation/install.html) for more info.
|
|
- Tutorials & References
|
|
- https://github.com/Qiskit/qiskit-tutorials
|
|
- https://quantum-computing.ibm.com/docs/iql/first-circuit
|
|
- https://medium.com/qiskit/how-to-program-a-quantum-computer-982a9329ed02
|
|
|
|
## Google Cirq
|
|
- Start using by installing `python -m pip install cirq`, refer the [docs](https://quantumai.google/cirq/start/install) for more info.
|
|
- Tutorials & references
|
|
- https://github.com/quantumlib/cirq
|
|
- https://quantumai.google/cirq/experiments
|
|
- https://tanishabassan.medium.com/quantum-programming-with-google-cirq-3209805279bc
|