Skip to content

yaelbh/qiskit-sympy-provider

Repository files navigation

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.

About

Pluggable Sympy simulator backend for QISKit Core

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published