Fast C++ and Python library for state-vector simulation of quantum circuits.
Fast C++ and Python library for state-vector simulation of quantum circuits.
pip install quantumlib-qsim
from quantumlib-qsim import qsim
# Example usage
algorithm = qsim()
result = algorithm.run()
Apache-2.0