lazyqml 3.0.3__py2.py3-none-any.whl → 3.0.4__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.
@@ -8,10 +8,10 @@ import torch
8
8
 
9
9
  # Importing from
10
10
  # Internal Dependencies
11
- from Utils.Utils import *
12
- from Factories.Models.fModels import *
13
- from Factories.Preprocessing.fPreprocessing import *
14
- from Utils.Utils import printer
11
+ from lazyqml.Utils.Utils import *
12
+ from lazyqml.Factories.Models.fModels import *
13
+ from lazyqml.Factories.Preprocessing.fPreprocessing import *
14
+ from lazyqml.Utils.Utils import printer
15
15
  # External Libraries
16
16
  from sklearn.metrics import f1_score, accuracy_score, balanced_accuracy_score
17
17
  from multiprocessing import Queue, Process, Pool, Manager
lazyqml/__init__.py CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  __author__ = """Diego García Vega, Fernando Álvaro Plou Llorente, Alejandro Leal Castaño"""
4
4
  __email__ = "garciavdiego@uniovi.es, ploufernando@uniovi.es, lealcalejandro@uniovi.es"
5
- __version__ = "3.0.3"
5
+ __version__ = "3.0.4"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lazyqml
3
- Version: 3.0.3
3
+ Version: 3.0.4
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
@@ -1,4 +1,4 @@
1
- lazyqml/__init__.py,sha256=sPFZqBeoNxKfUadWvYc_DZThwhSTjm8fkc2Sk_6U9Nk,242
1
+ lazyqml/__init__.py,sha256=7hNBcf4kFHPCWtJXNhP2UvVpifpD_YJ1Z6bv6NCYuWg,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=P49rPc9aEK558yx8WYyzRGWfLuLCoJr_OjdOvWqDTbo,638
@@ -11,7 +11,7 @@ lazyqml/Factories/Circuits/TreeTensor.py,sha256=IXZrbzfGS6TDt-EAyCUJ1yYluaie2nrZ
11
11
  lazyqml/Factories/Circuits/TwoLocal.py,sha256=s73of6_vossAn5VLKjIQw0AaiHYTi0jh9cpmLBLg-8U,962
12
12
  lazyqml/Factories/Circuits/ZzEmbedding.py,sha256=irIV05Nn95NbTxb9OYt0qR2mXxPDfKRhNTw-1a-lss8,1062
13
13
  lazyqml/Factories/Circuits/fCircuits.py,sha256=YzEQiO-4XKJ_XoRU9CHybnI5Stqh7bmeZCeMVLs4kKg,1660
14
- lazyqml/Factories/Dispatchers/Dispatcher.py,sha256=ndKqkD-9pmZ99arnWcADQMrSNjIrsR_KiHmKDi8RXRU,14454
14
+ lazyqml/Factories/Dispatchers/Dispatcher.py,sha256=Qqh1WNvysBH1z9JTyWEWmhOu9uAxPuB4dwzmv0ImH-0,14486
15
15
  lazyqml/Factories/Models/Hybrid.py,sha256=R9Ztzhbut4A_87z7viUlH5RtboFfmRkxYqxO9ABkXkc,17740
16
16
  lazyqml/Factories/Models/QNNBag.py,sha256=UKTE8FpVkcxBBbE9MnL_cWi07idXUaF6sGCsKZ2OJzE,6560
17
17
  lazyqml/Factories/Models/QNNTorch.py,sha256=mJsr2uGaQ8teEB3gsF5aUZ8j_IlJSdOZsdnvLVJanLs,6588
@@ -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.0.3.dist-info/AUTHORS.rst,sha256=Y_bDRslOAz5wcAYrTAnjDlmlW-51LfVF0Xwf09TbW3Y,245
34
- lazyqml-3.0.3.dist-info/LICENSE,sha256=42X2ZTCkjjhUks41WOjPmwX8sbCfgf431zzdCne6gqE,1079
35
- lazyqml-3.0.3.dist-info/LICENSE copy,sha256=y9EYvUN_l9ZWDuiVcxHE1NWbfy_HR9Z-8G19719ynbQ,1077
36
- lazyqml-3.0.3.dist-info/METADATA,sha256=REznek1xiDuyKLsE3MXYCzNSi7S_S1cOu4tt-CmxB1Q,9615
37
- lazyqml-3.0.3.dist-info/WHEEL,sha256=pxeNX5JdtCe58PUSYP9upmc7jdRPgvT0Gm9kb1SHlVw,109
38
- lazyqml-3.0.3.dist-info/entry_points.txt,sha256=I0WR08yVIeXjSa8XBSGZ9SsZtM8uMvKwZOdU1qQajao,45
39
- lazyqml-3.0.3.dist-info/top_level.txt,sha256=x2ffpytT-NeXmC7YaZLSQNMLK0pLfUiRmGOqwNbyjZE,8
40
- lazyqml-3.0.3.dist-info/RECORD,,
33
+ lazyqml-3.0.4.dist-info/AUTHORS.rst,sha256=Y_bDRslOAz5wcAYrTAnjDlmlW-51LfVF0Xwf09TbW3Y,245
34
+ lazyqml-3.0.4.dist-info/LICENSE,sha256=42X2ZTCkjjhUks41WOjPmwX8sbCfgf431zzdCne6gqE,1079
35
+ lazyqml-3.0.4.dist-info/LICENSE copy,sha256=y9EYvUN_l9ZWDuiVcxHE1NWbfy_HR9Z-8G19719ynbQ,1077
36
+ lazyqml-3.0.4.dist-info/METADATA,sha256=4s-pOHpe8x_UWEsLi0lsw0TV0wN5HHQ0oscmeutvcT0,9615
37
+ lazyqml-3.0.4.dist-info/WHEEL,sha256=pxeNX5JdtCe58PUSYP9upmc7jdRPgvT0Gm9kb1SHlVw,109
38
+ lazyqml-3.0.4.dist-info/entry_points.txt,sha256=I0WR08yVIeXjSa8XBSGZ9SsZtM8uMvKwZOdU1qQajao,45
39
+ lazyqml-3.0.4.dist-info/top_level.txt,sha256=x2ffpytT-NeXmC7YaZLSQNMLK0pLfUiRmGOqwNbyjZE,8
40
+ lazyqml-3.0.4.dist-info/RECORD,,