squlearn


Namesqulearn JSON
Version 0.7.1 PyPI version JSON
download
home_pageNone
SummaryA library for quantum machine learning following the scikit-learnstandard.
upload_time2024-04-19 13:32:55
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords quantum machine learning qml
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <img alt="sQUlearn" src="https://raw.githubusercontent.com/sQUlearn/squlearn/main/docs/_static/logo.png" />
</p>

sQUlearn is a user-friendly, NISQ-ready Python library for quantum machine learning (QML), designed for seamless integration with classical machine learning tools like scikit-learn. The library's dual-layer architecture serves both QML researchers and practitioners, enabling efficient prototyping, experimentation, and pipelining. sQUlearn provides a comprehensive toolset that includes both quantum kernel methods and quantum neural networks, along with features like customizable data encoding strategies, automated execution handling, and specialized kernel regularization techniques. By focusing on NISQ-compatibility and end-to-end automation, sQUlearn aims to bridge the gap between current quantum computing capabilities and practical machine learning applications.

sQUlearn offers scikit-learn compatible high-level interfaces for various kernel methods and QNNs. They build on top of the low-level interfaces of the QNN engine and the quantum kernel engine. The executor is used to run experiments on simulated and real backends of the Qiskit or PennyLane frameworks.

<p align="center">
  <img width=500px alt="sQUlearn schematic" src="https://raw.githubusercontent.com/sQUlearn/squlearn/main/docs/_static/schematic.png" />
</p>

---

## Prerequisites

The package requires **at least Python 3.9**.
## Install sQUlearn

### Stable Release

To install the stable release version of sQUlearn, run the following command:
```bash
pip install squlearn
```

Alternatively, you can install sQUlearn directly from GitHub via
```bash
pip install git+ssh://git@github.com:sQUlearn/squlearn.git
```

## Examples
There are several more elaborate examples available in the folder ``./examples`` which display the features of this package.
Tutorials for beginners can be found at ``./examples/tutorials``.

To install the required packages, run
```bash
pip install .[examples]
```

## Contribute to sQUlearn
Thanks for considering to contribute to sQUlearn! Please read our [contribution guidelines](https://github.com/sQUlearn/squlearn/blob/main/.github/CONTRIBUTING.md) before you submit a pull request.

---
## License

sQUlearn is released under the [Apache License 2.0](https://github.com/sQUlearn/squlearn/blob/main/LICENSE.txt)

## Cite sQUlearn
If you use sQUlearn in your work, please cite our paper:

> Kreplin, D. A., Willmann, M., Schnabel, J., Rapp, F., & Roth, M. (2023). sQUlearn - A Python Library for Quantum Machine Learning. [https://doi.org/10.48550/arXiv.2311.08990](https://doi.org/10.48550/arXiv.2311.08990)

## Contact
This project is maintained by the quantum computing group at the Fraunhofer Institute for Manufacturing Engineering and Automation IPA.

[http://www.ipa.fraunhofer.de/quantum](http://www.ipa.fraunhofer.de/quantum)

For general questions regarding sQUlearn, use the [GitHub Discussions](https://github.com/sQUlearn/squlearn/discussions) or feel free to contact [sQUlearn@gmail.com](mailto:sQUlearn@gmail.com).

---
## Acknowledgements

This project was supported by the German Federal Ministry
of Economic Affairs and Climate Action through the
projects AutoQML (grant no. 01MQ22002A) and AQUAS
(grant no. 01MQ22003D), as well as the German Federal 
Ministry of Education and Research through the project
H2Giga Degrad-EL3 (grant no. 03HY110D).

---

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "squlearn",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "David Kreplin <david.kreplin@ipa.fraunhofer.de>, Moritz Willmann <moritz.willmann@ipa.fraunhofer.de>",
    "keywords": "quantum, machine learning, qml",
    "author": null,
    "author_email": "David Kreplin <david.kreplin@ipa.fraunhofer.de>, Frederic Rapp <frederic.rapp@ipa.fraunhofer.de>, Marco Roth <marco.roth@ipa.fraunhofer.de>, Jan Schnabel <jan.schnabel@ipa.fraunhofer.de>, Moritz Willmann <moritz.willmann@ipa.fraunhofer.de>",
    "download_url": "https://files.pythonhosted.org/packages/db/62/c2c66b9879874c56e2ef4633b25bd480903be891788f81e446d5071347b0/squlearn-0.7.1.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <img alt=\"sQUlearn\" src=\"https://raw.githubusercontent.com/sQUlearn/squlearn/main/docs/_static/logo.png\" />\n</p>\n\nsQUlearn is a user-friendly, NISQ-ready Python library for quantum machine learning (QML), designed for seamless integration with classical machine learning tools like scikit-learn. The library's dual-layer architecture serves both QML researchers and practitioners, enabling efficient prototyping, experimentation, and pipelining. sQUlearn provides a comprehensive toolset that includes both quantum kernel methods and quantum neural networks, along with features like customizable data encoding strategies, automated execution handling, and specialized kernel regularization techniques. By focusing on NISQ-compatibility and end-to-end automation, sQUlearn aims to bridge the gap between current quantum computing capabilities and practical machine learning applications.\n\nsQUlearn offers scikit-learn compatible high-level interfaces for various kernel methods and QNNs. They build on top of the low-level interfaces of the QNN engine and the quantum kernel engine. The executor is used to run experiments on simulated and real backends of the Qiskit or PennyLane frameworks.\n\n<p align=\"center\">\n  <img width=500px alt=\"sQUlearn schematic\" src=\"https://raw.githubusercontent.com/sQUlearn/squlearn/main/docs/_static/schematic.png\" />\n</p>\n\n---\n\n## Prerequisites\n\nThe package requires **at least Python 3.9**.\n## Install sQUlearn\n\n### Stable Release\n\nTo install the stable release version of sQUlearn, run the following command:\n```bash\npip install squlearn\n```\n\nAlternatively, you can install sQUlearn directly from GitHub via\n```bash\npip install git+ssh://git@github.com:sQUlearn/squlearn.git\n```\n\n## Examples\nThere are several more elaborate examples available in the folder ``./examples`` which display the features of this package.\nTutorials for beginners can be found at ``./examples/tutorials``.\n\nTo install the required packages, run\n```bash\npip install .[examples]\n```\n\n## Contribute to sQUlearn\nThanks for considering to contribute to sQUlearn! Please read our [contribution guidelines](https://github.com/sQUlearn/squlearn/blob/main/.github/CONTRIBUTING.md) before you submit a pull request.\n\n---\n## License\n\nsQUlearn is released under the [Apache License 2.0](https://github.com/sQUlearn/squlearn/blob/main/LICENSE.txt)\n\n## Cite sQUlearn\nIf you use sQUlearn in your work, please cite our paper:\n\n> Kreplin, D. A., Willmann, M., Schnabel, J., Rapp, F., & Roth, M. (2023). sQUlearn - A Python Library for Quantum Machine Learning. [https://doi.org/10.48550/arXiv.2311.08990](https://doi.org/10.48550/arXiv.2311.08990)\n\n## Contact\nThis project is maintained by the quantum computing group at the Fraunhofer Institute for Manufacturing Engineering and Automation IPA.\n\n[http://www.ipa.fraunhofer.de/quantum](http://www.ipa.fraunhofer.de/quantum)\n\nFor general questions regarding sQUlearn, use the [GitHub Discussions](https://github.com/sQUlearn/squlearn/discussions) or feel free to contact [sQUlearn@gmail.com](mailto:sQUlearn@gmail.com).\n\n---\n## Acknowledgements\n\nThis project was supported by the German Federal Ministry\nof Economic Affairs and Climate Action through the\nprojects AutoQML (grant no. 01MQ22002A) and AQUAS\n(grant no. 01MQ22003D), as well as the German Federal \nMinistry of Education and Research through the project\nH2Giga Degrad-EL3 (grant no. 03HY110D).\n\n---\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A library for quantum machine learning following the scikit-learnstandard.",
    "version": "0.7.1",
    "project_urls": {
        "Homepage": "https://github.com/sQUlearn/squlearn"
    },
    "split_keywords": [
        "quantum",
        " machine learning",
        " qml"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f172b67b66cd335dca2226adc5c8b3d4c13a41b851d0b94bfbc3f266b13b728",
                "md5": "85e7af7fad0e558c61238f4940e89afc",
                "sha256": "3332524f7dac4e28b4144b98285a2591f9c8e1047d4749d8114cc63b56bade01"
            },
            "downloads": -1,
            "filename": "squlearn-0.7.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "85e7af7fad0e558c61238f4940e89afc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 200043,
            "upload_time": "2024-04-19T13:32:53",
            "upload_time_iso_8601": "2024-04-19T13:32:53.887046Z",
            "url": "https://files.pythonhosted.org/packages/9f/17/2b67b66cd335dca2226adc5c8b3d4c13a41b851d0b94bfbc3f266b13b728/squlearn-0.7.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db62c2c66b9879874c56e2ef4633b25bd480903be891788f81e446d5071347b0",
                "md5": "a00ef00467f8e0436dc1262c0f4727e5",
                "sha256": "93a6aa11d86e461fe8fbd172abe6400b96f9202024450d18a6b67a6351e93750"
            },
            "downloads": -1,
            "filename": "squlearn-0.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a00ef00467f8e0436dc1262c0f4727e5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3802271,
            "upload_time": "2024-04-19T13:32:55",
            "upload_time_iso_8601": "2024-04-19T13:32:55.961269Z",
            "url": "https://files.pythonhosted.org/packages/db/62/c2c66b9879874c56e2ef4633b25bd480903be891788f81e446d5071347b0/squlearn-0.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 13:32:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sQUlearn",
    "github_project": "squlearn",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "squlearn"
}
        
Elapsed time: 0.23800s