Tag Archives: qiskit

Quantum Computing – Two Ways to Install QISKit on Linux

Install QISKit Dependencies

This article represents different ways in which you can go about installing Quantum Information Science Kit (QISKit) on Linux and related distros such as Ubuntu. QISKit is software development kit (SDK) for writing quantum computing experiments, programs, and applications. In this post, you will learn about some of the following topics in relation to installing QISKit on Linux: Install QISKit using PIP Install QISKit from Github repository Install QISKit using PIP You can go about installing QISKit using PIP, a Package manager for installing python libraries. The catch here is the requirement of using Python 3.5. or later. Often, we have python 2.7. setup as a default python alternative for …

Continue reading

Posted in Quantum Computing. Tagged with , .

Quantum Computing – How to Install QISKit using PIP

This article represents instructions and related concepts on how to install QISKit (Quantum Information Science Kit) using PIP. As per Wikipedia Page on PIP, PIP is a package management system used to install and manage software packages written in Python. This article assumes that you are working with Linux distributions (distros) OS such as Ubuntu etc. The following topics are discussed in this article: What is QISKit Install Python PIP Install QISKit using PIP Install Command Test First Quantum program What is QISKit? QISKit is a software development kit (SDK) comprising of Python-based software libraries that can be used to create quantum computing programs, compile them, and execute them on one of …

Continue reading

Posted in Quantum Computing. Tagged with , .