⚛️
QuTIpy : Quantum Theory of Information for Python
  • QuTIpy
  • Getting Started
    • Overview
    • Installation
      • Install with pip
      • Install with git
  • Modules
    • Pauli
    • General Functions
    • States
Powered by GitBook
On this page
  • Quick install guide
  • Install Python
  • Install QuTIpy
  1. Getting Started

Installation

Install QuTIpy in your local system and get started with the Quantum Journey

PreviousOverviewNextInstall with pip

Last updated 3 years ago

Quick install guide

Before you can use QuTIpy, you’ll need to get it installed. We have a that covers all the possibilities; this guide will guide you to a minimal installation that’ll work while you walk through the introduction.

Install Python

Being a Python computing framework, QuTIpy requires Python.

Get the latest version of Python at or with your operating system’s package manager.

You can verify that Python is installed by typing python from your shell; you should see something like:

Python 3.x.y
[GCC 4.x] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>

Install QuTIpy

You’ve got three options to install QuTIpy:

  • . This is the best approach for most users.

  • . This option is for enthusiasts who want the latest-and-greatest features and aren’t afraid of running brand new code. You might encounter new bugs in the development version, but reporting them helps the development of QuTIpy. Also, releases of third-party packages are less likely to be compatible with the development version than with the latest stable release.

complete installation guide
https://www.python.org/downloads/
Install an official release
Install the latest development version