mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 22:52:21 +08:00
Merge pull request #2917 from dakshp26/dakshp26-add-quantum-libraries
Add Qiskit library under new section Quantum Computing
This commit is contained in:
@@ -72,6 +72,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||
- [Penetration testing](#penetration-testing)
|
||||
- [Permissions](#permissions)
|
||||
- [Processes](#processes)
|
||||
- [Quantum Computing](#quantum-computing)
|
||||
- [Recommender Systems](#recommender-systems)
|
||||
- [Refactoring](#refactoring)
|
||||
- [RESTful API](#restful-api)
|
||||
@@ -853,6 +854,13 @@ _Libraries for starting and communicating with OS processes._
|
||||
- [sarge](https://sarge.readthedocs.io/en/latest/) - Yet another wrapper for subprocess.
|
||||
- [sh](https://github.com/amoffat/sh) - A full-fledged subprocess replacement for Python.
|
||||
|
||||
## Quantum Computing
|
||||
|
||||
_Libraries for quantum computing._
|
||||
|
||||
- [Qiskit](https://github.com/Qiskit/qiskit) — An IBM-backed quantum SDK for building, simulating, and running circuits on real quantum hardware.
|
||||
- [QuTiP](http://qutip.org/) - Quantum Toolbox in Python.
|
||||
|
||||
## Recommender Systems
|
||||
|
||||
_Libraries for building recommender systems._
|
||||
@@ -925,7 +933,6 @@ _Libraries for scientific computing. Also see [Python-for-Scientists](https://gi
|
||||
- [PathSim](https://github.com/pathsim/pathsim) - A block-based system modeling and simulation framework with a browser-based visual editor.
|
||||
- [PyDy](http://www.pydy.org/) - Short for Python Dynamics, used to assist with workflow in the modeling of dynamic motion.
|
||||
- [PyMC](https://github.com/pymc-devs/pymc3) - Markov Chain Monte Carlo sampling toolkit.
|
||||
- [QuTiP](http://qutip.org/) - Quantum Toolbox in Python.
|
||||
- [RDKit](http://www.rdkit.org/) - Cheminformatics and Machine Learning Software.
|
||||
- [SciPy](https://www.scipy.org/) - A Python-based ecosystem of open-source software for mathematics, science, and engineering.
|
||||
- [shapely](https://github.com/shapely/shapely) - Manipulation and analysis of geometric objects in the Cartesian plane.
|
||||
|
||||
Reference in New Issue
Block a user