Adding the dependencies and requirements for quimb. Updated readme for

installation.
This commit is contained in:
Shivaraman Nitin
2022-06-27 15:55:03 +08:00
parent 4ce6552f1f
commit d66869467b
2 changed files with 11 additions and 1 deletions

View File

@@ -1 +1,3 @@
Qibotn is the tensor-network tranlation module for Qibo to support large-scale simulation of quantum circuits and acceleration.
To get started, `python setup.py install` to install the tools and dependencies.

View File

@@ -27,7 +27,15 @@ setup(
"Topic :: Scientific/Engineering :: Physics",
],
install_requires=[
"scipy"
"scipy",
"numba",
"cytoolz",
"tqdm",
"psutil",
"opt_einsum",
"autoray",
"quimb",
"qibo"
],
extras_require={
"docs": ["sphinx", "sphinx_rtd_theme", "recommonmark", "sphinxcontrib-bibtex", "sphinx_markdown_tables", "nbsphinx", "IPython"],