lazyqml 3.1.0__py2.py3-none-any.whl → 3.2.0__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- lazyqml/__init__.py +1 -1
- {lazyqml-3.1.0.dist-info → lazyqml-3.2.0.dist-info}/METADATA +5 -5
- {lazyqml-3.1.0.dist-info → lazyqml-3.2.0.dist-info}/RECORD +9 -9
- {lazyqml-3.1.0.dist-info → lazyqml-3.2.0.dist-info}/AUTHORS.rst +0 -0
- {lazyqml-3.1.0.dist-info → lazyqml-3.2.0.dist-info}/LICENSE +0 -0
- {lazyqml-3.1.0.dist-info → lazyqml-3.2.0.dist-info}/LICENSE copy +0 -0
- {lazyqml-3.1.0.dist-info → lazyqml-3.2.0.dist-info}/WHEEL +0 -0
- {lazyqml-3.1.0.dist-info → lazyqml-3.2.0.dist-info}/entry_points.txt +0 -0
- {lazyqml-3.1.0.dist-info → lazyqml-3.2.0.dist-info}/top_level.txt +0 -0
lazyqml/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: lazyqml
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.2.0
|
|
4
4
|
Summary: LazyQML benchmarking utility to test quantum machine learning models.
|
|
5
5
|
Author-email: QHPC Group <qhpcgroup@gmail.com>
|
|
6
6
|
License: MIT License
|
|
@@ -37,7 +37,7 @@ Requires-Dist: lazyqml[extra]; extra == "all"
|
|
|
37
37
|
Provides-Extra: extra
|
|
38
38
|
Requires-Dist: pandas; extra == "extra"
|
|
39
39
|
|
|
40
|
-

|
|
41
41
|
---
|
|
42
42
|
[](https://pypi.python.org/pypi/lazyqml)
|
|
43
43
|

|
|
@@ -68,15 +68,15 @@ With LazyQML, you can:
|
|
|
68
68
|
- Flexible & Modular: From basic quantum circuits to hybrid quantum-classical models—LazyQML has you covered.
|
|
69
69
|
|
|
70
70
|
## Documentation
|
|
71
|
-
For detailed usage instructions, API reference, and code examples, please refer to the official LazyQML documentation.
|
|
71
|
+
For detailed usage instructions, API reference, and code examples, please refer to the official LazyQML [documentation](https://qhpc-sp-research-lab.github.io/LazyQML/).
|
|
72
72
|
|
|
73
73
|
## Requirements
|
|
74
74
|
|
|
75
75
|
- Python >= 3.10
|
|
76
76
|
|
|
77
|
-
>
|
|
77
|
+
> ❗❗
|
|
78
78
|
> This library is only supported by Linux Systems. It doesn't support Windows nor MacOS.
|
|
79
|
-
|
|
79
|
+
> Only supports CUDA compatible devices.
|
|
80
80
|
|
|
81
81
|
## Installation
|
|
82
82
|
To install lazyqml, run this command in your terminal:
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
lazyqml/__init__.py,sha256=
|
|
1
|
+
lazyqml/__init__.py,sha256=xpWCkOHIfyAmSw8YA33nkxTyLYW38tTsON4TsyGrWUc,242
|
|
2
2
|
lazyqml/lazyqml.py,sha256=zrKvufHWroOnHJeeytKqrZ3BsWliFRvwVzdcsV8I-cE,14397
|
|
3
3
|
lazyqml/Factories/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
lazyqml/Factories/Circuits/AmplitudeEmbedding.py,sha256=alkSF082NuQk_FkBfCh3fMPu_d6q7kBIfyhYBztlhYo,646
|
|
@@ -30,11 +30,11 @@ lazyqml/Interfaces/iModel.py,sha256=W_yYoZd7hS8ZKGvNAyl-waJ6f7F0kIM6zrg9WqyPt_I,
|
|
|
30
30
|
lazyqml/Interfaces/iPreprocessing.py,sha256=O9f2tCnWTbjkHi4_XKaPWsE2SWKsdI1pj2lCyBWih9o,255
|
|
31
31
|
lazyqml/Utils/Utils.py,sha256=JMmN1ilzNXTnhA5PZaMZvEVbtnKFYW50xUejWDLeAfM,10034
|
|
32
32
|
lazyqml/Utils/Validator.py,sha256=6Ox2A5WAV5GYPuFfB873mpEqCHSmhhSwFV_LGI-ZJ5s,4622
|
|
33
|
-
lazyqml-3.
|
|
34
|
-
lazyqml-3.
|
|
35
|
-
lazyqml-3.
|
|
36
|
-
lazyqml-3.
|
|
37
|
-
lazyqml-3.
|
|
38
|
-
lazyqml-3.
|
|
39
|
-
lazyqml-3.
|
|
40
|
-
lazyqml-3.
|
|
33
|
+
lazyqml-3.2.0.dist-info/AUTHORS.rst,sha256=Y_bDRslOAz5wcAYrTAnjDlmlW-51LfVF0Xwf09TbW3Y,245
|
|
34
|
+
lazyqml-3.2.0.dist-info/LICENSE,sha256=42X2ZTCkjjhUks41WOjPmwX8sbCfgf431zzdCne6gqE,1079
|
|
35
|
+
lazyqml-3.2.0.dist-info/LICENSE copy,sha256=y9EYvUN_l9ZWDuiVcxHE1NWbfy_HR9Z-8G19719ynbQ,1077
|
|
36
|
+
lazyqml-3.2.0.dist-info/METADATA,sha256=mU_Wt8PBPCijJ7s1SSA-ldGIAc_F_EcV0wAfsfx0IEI,4838
|
|
37
|
+
lazyqml-3.2.0.dist-info/WHEEL,sha256=pxeNX5JdtCe58PUSYP9upmc7jdRPgvT0Gm9kb1SHlVw,109
|
|
38
|
+
lazyqml-3.2.0.dist-info/entry_points.txt,sha256=I0WR08yVIeXjSa8XBSGZ9SsZtM8uMvKwZOdU1qQajao,45
|
|
39
|
+
lazyqml-3.2.0.dist-info/top_level.txt,sha256=x2ffpytT-NeXmC7YaZLSQNMLK0pLfUiRmGOqwNbyjZE,8
|
|
40
|
+
lazyqml-3.2.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|