mqt.qao

View on PyPIReverse Dependencies (1)

0.3.0 mqt.qao-0.3.0-py3-none-any.whl

Wheel Details

Project: mqt.qao
Version: 0.3.0
Filename: mqt.qao-0.3.0-py3-none-any.whl
Download: [link]
Size: 763169
MD5: 21efa34dcd46f1c6c8e5ab11ca9b97a8
SHA256: 2bc4aee78d22098f6892500c692306209bc7d1d612ba766ae2d31bfe195ac544
Uploaded: 2024-12-01 10:52:48 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: mqt.qao
Version: 0.3.0
Summary: MQT Quantum Auto Optimizer: Automatic Framework for Solving Optimization Problems with Quantum Computers
Author-Email: Deborah Volpe <deborah.volpe[at]polito.it>, Nils Quetschlich <nils.quetschlich[at]tum.de>
Project-Url: Homepage, https://github.com/cda-tum/mqt-qao
Project-Url: Issues, https://github.com/cda-tum/mqt-qao/issues
Project-Url: Discussions, https://github.com/cda-tum/mqt-qao/discussions
Project-Url: Research, https://www.cda.cit.tum.de/research/quantum/
License: MIT License Copyright (c) 2024 Deborah Volpe, Nils Quetschlich, Mariagrazia Graziano, Giovanna Turvani and Robert Wille Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: MQT,quantum-computing,optimization,QUBO
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Requires-Python: >=3.9
Requires-Dist: qiskit (>=1.0)
Requires-Dist: qiskit_optimization (>=0.6)
Requires-Dist: qiskit_aer (>=0.15)
Requires-Dist: pandas (>=2.1.2)
Requires-Dist: numpy (>=1.26)
Requires-Dist: qubovert (>=1.2.5)
Requires-Dist: matplotlib (>=3.8)
Requires-Dist: docplex (>=2.21.207)
Requires-Dist: dwave-system (>=1.25.0)
Requires-Dist: dwave-samplers (>=1.3.0)
Requires-Dist: scikit-learn (>=1.4.2)
Requires-Dist: networkx
Requires-Dist: pytest (>=7.2); extra == "test"
Requires-Dist: mqt.qao[test]; extra == "coverage"
Requires-Dist: pytest-cov (>=4); extra == "coverage"
Requires-Dist: furo (>=2023.9.10); extra == "docs"
Requires-Dist: setuptools-scm (>=8.1); extra == "docs"
Requires-Dist: sphinxcontrib-bibtex (>=2.4.2); extra == "docs"
Requires-Dist: sphinx-copybutton (>=0.5); extra == "docs"
Requires-Dist: ipython; extra == "docs"
Requires-Dist: ipykernel; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: sphinxext-opengraph (>=0.9); extra == "docs"
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
Requires-Dist: qiskit[visualization]; extra == "docs"
Requires-Dist: mqt.qao[coverage,docs]; extra == "dev"
Provides-Extra: test
Provides-Extra: coverage
Provides-Extra: docs
Provides-Extra: dev
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 5819 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.6.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
mqt/qao/__init__.py sha256=GNN3iEMZsm6K0XR6opi0J8UCZ1xBTTbEPTsSNm1h0o8 734
mqt/qao/constraints.py sha256=DiaIfM9WMOLwG2kPaSAw0X7lc0MFMDwQ1nc9nFICDTI 92894
mqt/qao/objectivefunction.py sha256=CzAn_Gho5HS9ITPc70IFB-E1YigbnpNu6A7CjH_yNV4 9306
mqt/qao/problem.py sha256=CknlVP6reFUSZO7WYHMdewOWnBRb_wWit3gNeUcQF2Y 17475
mqt/qao/solvers.py sha256=y0giQn_bEuVN284l0L0XmkP2LCHIoSofyBCSHqtoZJA 74934
mqt/qao/variables.py sha256=jcfMusfNBehpKn3nKUpueldy2IKsOiNPgtHDu_y_h6o 45002
mqt/qao/karp/__init__.py sha256=zlurQ-OQ6EZSTdIUSWwXfsMXbUbAJFo9hxKd_dxMSN0 548
mqt/qao/karp/karp_graphs.py sha256=t8mM53U7j3h9EsnrVALC2uQD039nQkVulFSd_mG4xVo 78262
mqt/qao/karp/karp_number.py sha256=vRvr7vajo5zG8aWbHL81xyKGPPqYmVCu3Ara533-pLk 34997
mqt/qao/karp/karp_sets.py sha256=FX_2AYG4Et580qI63H_YT_QfqMA63k4AYb26ZcQgnqM 44796
mqt/qao/model/RandomForest/Scaler.pkl sha256=PBUgugTshupoARhqOcyx6Qm4j7XNLQQ0qZZQ7T14tLA 844
mqt/qao/model/RandomForest/ScalerKCross.pkl sha256=ER7F3HyAGRk86l0DltGkHOEg1IgK3eKViwC5er01Cfk 846
mqt/qao/model/RandomForest/model.pkl sha256=DP15yaEXUoj4SF2ciyldlb61k1ampVYv21FAilxOG5o 2815584
mqt.qao-0.3.0.dist-info/LICENSE sha256=us5IO_uoRsv3xjYR_RARbb7zC3ZFePMNPowRvzT955Y 1145
mqt.qao-0.3.0.dist-info/METADATA sha256=a1W7aLEcB0lSwZCIXaftDuTWhXk95EZjGFAyMSC43nk 9734
mqt.qao-0.3.0.dist-info/WHEEL sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U 91
mqt.qao-0.3.0.dist-info/top_level.txt sha256=EEAcN7dCjD768hIHwlaYu84KcowTMGQzneY8i30tatk 4
mqt.qao-0.3.0.dist-info/RECORD

top_level.txt

mqt