Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.44 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.44 KB

Build Status

Qiskit Sympy Provider

This module contains Qiskit simulators with Qiskit Sympy Provider. This provider adds to Qiskit two symbolic quantum circuit simulators using Sympy. The two types of simulators are:

  • Statevector simulator - returns the statevector of a quantum circuit applied to the 0 state
  • Unitary simulator - returns the unitary representation of a quantum circuit

Installation

git clone git@github.com:Qiskit/qiskit-sympy-provider.git
cd qiskit-sympy-provider
pip install -e .

PIP will handle all dependencies automatically.

Usage

We recommend to follow the usage examples, starting with a basic use case. More general information and education on running quantum simulation can be found in the Qiskit tutorials.

Authors

The Qiskit Sympy Provider was originally authored by Peng Liu, Yael Ben-Haim, and Marco Pistoia. It continues to grow with the help and work of many people who contribute to the project at different levels.

License

This project uses the Apache License Version 2.0 software license.