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
git clone [email protected]:Qiskit/qiskit-sympy-provider.git
cd qiskit-sympy-provider
pip install -e .
PIP will handle all dependencies automatically.
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.
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.
This project uses the Apache License Version 2.0 software license.