Skip to content

Durd3nT/qiskit-algorithms

This branch is 34 commits behind qiskit-community/qiskit-algorithms:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8e99e06 · Jan 17, 2024
Jan 12, 2024
Nov 15, 2023
Jan 17, 2024
Dec 5, 2023
Jan 17, 2024
Jan 12, 2024
Jul 20, 2023
Jul 18, 2023
Jul 18, 2023
Jul 18, 2023
Aug 24, 2023
Sep 11, 2023
Jul 20, 2023
Jul 18, 2023
Nov 20, 2023
Jul 18, 2023
Jul 20, 2023
Sep 11, 2023
Jan 17, 2024
Jan 11, 2024
Sep 11, 2023
Aug 15, 2023
Nov 8, 2023
Nov 6, 2023
Jan 17, 2024
Nov 20, 2023

Repository files navigation

Qiskit Algorithms

LicenseBuild StatusCoverage Status

Installation

We encourage installing Qiskit Algorithms via the pip tool (a python package manager).

pip install qiskit-algorithms

pip will handle all dependencies automatically and you will always install the latest (and well-tested) version.

If you want to work on the very latest work-in-progress versions, either to try features ahead of their official release or if you want to contribute to Algorithms, then you can install from source. To do this follow the instructions in the documentation.


Optional Installs

Some optimization algorithms require specific libraries to be run:

  • Scikit-quant, may be installed using the command pip install scikit-quant.

  • SnobFit, may be installed using the command pip install SQSnobFit.

  • NLOpt, may be installed using the command pip install nlopt.


Contribution Guidelines

If you'd like to contribute to Qiskit Algorithms, please take a look at our contribution guidelines. This project adheres to Qiskit's code of conduct. By participating, you are expected to uphold this code.

We use GitHub issues for tracking requests and bugs. Please join the Qiskit Slack community and for discussion and simple questions. For questions that are more suited for a forum, we use the Qiskit tag in Stack Overflow.

Authors and Citation

Qiskit Algorithms was inspired, authored and brought about by the collective work of a team of researchers. Algorithms continues to grow with the help and work of many people, who contribute to the project at different levels. If you use Qiskit, please cite as per the provided BibTeX file.

License

This project uses the Apache License 2.0.

About

A library of quantum algorithms for Qiskit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Other 0.3%