From fd7da5ff8f7dabb73a3786a0951518de18388d71 Mon Sep 17 00:00:00 2001 From: Abhinand C <44578852+abhinand-c@users.noreply.github.com> Date: Thu, 29 Oct 2020 06:13:34 +0530 Subject: [PATCH] Add IBM Qiskit References (#2561) * Added IBM Qiskit References * space Co-authored-by: John Law --- quantum/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/quantum/README.md b/quantum/README.md index be5bd0843..423d34fa3 100644 --- a/quantum/README.md +++ b/quantum/README.md @@ -6,3 +6,10 @@ Started at https://github.com/TheAlgorithms/Python/issues/1831 * 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 + +## 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