Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 944 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 944 Bytes

QURI Parts QSCI

QURI Parts QSCI is a library for executing the Quantum-Selected Configuration Interaction (QSCI) algorithm.

Installation

QURI Parts QSCI requires Python 3.9.8 or later. Use pip to install QURI Parts QSCI.

pip install git+https://github.com/QunaSys/quri-parts-qsci.git

Installation from local source tree

If you check out the QURI Parts QSCI repository and want to install from that local source tree, you can simply run

pip install .

or

pip install -e .

for editable install.

Authors

QURI Parts developed and maintained by QunaSys Inc.. All contributors can be viewed on GitHub.

License

QURI Parts QSCI is licensed under QunaSys Source Available License Version 1.0 (QSAL-1.0).