This commit is contained in:
ismael faro 2017-05-15 09:53:06 -04:00
parent 92b9d033f4
commit 9561ed33d2
1 changed files with 42 additions and 0 deletions

View File

@ -36,6 +36,48 @@
"[superposition and entanglement](superposition_and_entanglement.ipynb) we introduced you to the concept of entanglement.\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Install QISKit\n",
"\n",
"the most easy way to install QISKit is using Anaconda python distribution.\n",
"\n",
"- Install Anaconda: https://www.continuum.io/downloads\n",
"\n",
"After that you need to install your QISKit from the git repository\n",
"\n",
"- Clone the repo:\n",
"\n",
"```sh\n",
"git clone https://github.ibm.com/IBMQuantum/qiskit-sdk-py-dev\n",
"cd qiskit-sdk-py-dev\n",
"```\n",
"\n",
"- Create the environment with the dependencies:\n",
"\n",
"```sh\n",
"make env\n",
"```\n",
"\n",
"## Use\n",
"\n",
"You can use the examples in an easy way with Jupyter or Python\n",
"\n",
"Add your API token to the file \"Qconfig.py\" (get it from [IBM Quantum Experience](https://quantumexperience.ng.bluemix.net) > Account):\n",
"\n",
"```sh\n",
"cp tutorial/Qconfig.py.default Qconfig.py\n",
"```\n",
"Run Jupyter notebook.\n",
"- Run it:\n",
"\n",
"```sh\n",
"make run\n",
"```"
]
},
{
"cell_type": "code",
"execution_count": null,