lazyqml 2.0.2__py2.py3-none-any.whl → 2.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.
@@ -1,5 +1,5 @@
1
- from Interfaces.iCircuit import Circuit
2
- from Circuits.fCircuits import *
1
+ from lazyqml.Interfaces.iCircuit import Circuit
2
+ from lazyqml.Factories.Circuits.fCircuits import *
3
3
  import pennylane as qml
4
4
 
5
5
  class QkernelCircuit(Circuit):
@@ -1,4 +1,4 @@
1
- from Interfaces.iCircuit import Circuit
1
+ from lazyqml.Interfaces.iCircuit import Circuit
2
2
  from Circuits.fCircuits import *
3
3
 
4
4
  class QnnCircuit(Circuit):
@@ -1,7 +1,7 @@
1
- from Interfaces.iModel import Model
2
- from Interfaces.iAnsatz import Ansatz
3
- from Interfaces.iCircuit import Circuit
4
- from Factories.Circuits.fCircuits import *
1
+ from lazyqml.Interfaces.iModel import Model
2
+ from lazyqml.Interfaces.iAnsatz import Ansatz
3
+ from lazyqml.Interfaces.iCircuit import Circuit
4
+ from lazyqml.Factories.Circuits.fCircuits import *
5
5
 
6
6
  import time
7
7
  import pennylane as qml
@@ -1,7 +1,7 @@
1
- from Factories.Models.QSVM import *
2
- from Factories.Models.QNNBag import *
3
- from Factories.Models.QNNTorch import *
4
- from Global.globalEnums import *
1
+ from lazyqml.Factories.Models.QSVM import *
2
+ from lazyqml.Factories.Models.QNNBag import *
3
+ from lazyqml.Factories.Models.QNNTorch import *
4
+ from lazyqml.Global.globalEnums import *
5
5
 
6
6
  class ModelFactory:
7
7
  def __init__(self) -> None:
lazyqml/Utils/Utils.py CHANGED
@@ -1,4 +1,4 @@
1
- from Global.globalEnums import *
1
+ from lazyqml.Global.globalEnums import *
2
2
  from itertools import product
3
3
  import numpy as np
4
4
  import torch
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__ = "2.0.2"
5
+ __version__ = "2.0.4"
lazyqml/lazyqml.py CHANGED
@@ -8,12 +8,12 @@ from typing import List, Callable, Optional, Set
8
8
  from typing_extensions import Annotated, Set
9
9
 
10
10
 
11
- from .Factories.Preprocessing.fPreprocessing import PreprocessingFactory
12
- from .Global.globalEnums import *
13
- from .Utils.Utils import *
14
- from .Utils.Validator import *
15
- from .Factories.Dispatchers.DispatcherCV import *
16
- from .Factories.Dispatchers.Dispatcher import *
11
+ from lazyqml.Factories.Preprocessing.fPreprocessing import PreprocessingFactory
12
+ from lazyqml.Global.globalEnums import *
13
+ from lazyqml.Utils.Utils import *
14
+ from lazyqml.Utils.Validator import *
15
+ from lazyqml.Factories.Dispatchers.DispatcherCV import *
16
+ from lazyqml.Factories.Dispatchers.Dispatcher import *
17
17
  from sklearn.impute import SimpleImputer
18
18
  from ucimlrepo import fetch_ucirepo
19
19
  from sklearn.preprocessing import LabelEncoder
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lazyqml
3
- Version: 2.0.2
3
+ Version: 2.0.4
4
4
  Summary: LazyQML benchmarking utility to test quantum machine learning models.
5
5
  Author-email: Diego García Vega <garciavdiego@uniovi.es>, Fernando Álvaro Plou Llorente <ploufernando@uniovi.es>, Alejandro Leal Castaño <lealcalejandro@uniovi.es>
6
6
  License: MIT License
@@ -2,8 +2,8 @@ lazyqml/.lazyqmlP.py,sha256=WrR6Ojt526lknpYSzvTgJrm3nkIzdtxIBZFrvjttye4,14063
2
2
  lazyqml/.lazyqmlVote.py,sha256=PQD9ulY0Pyr_qpJlF6nAals2ymJ6Uh0jdhBZdxFy-ZI,15243
3
3
  lazyqml/Lanza copy.sh,sha256=6GVpT67Jbu5NiV0XoN6WTqhKPhlvl1741d6OqjIbcB0,876
4
4
  lazyqml/Lanza.sh,sha256=el5dEtYdOlo5-I3iYhX8s0U-wqJQbY_6XzRL16PRgII,435
5
- lazyqml/__init__.py,sha256=xKrGM8P9s_88uiU4S0a3DogUnHPBC0MQZxxufG1T0Xc,242
6
- lazyqml/lazyqml.py,sha256=4iGLLvXBiphm3qChA5-1UsI3FGqtg88eD7PH6x2Om4A,14119
5
+ lazyqml/__init__.py,sha256=7POJchipxUuWz69eXJ7NQg1p6vRmCmpmJI-6Vj8u6o0,242
6
+ lazyqml/lazyqml.py,sha256=AyndEVMyBfsiaec2hgazCMhJyaFR1RvHYGvnEllNmXI,14161
7
7
  lazyqml/mem.py,sha256=ugNznYQPEo3z3bIRywFqhBt6xOPZZePTqyvpLzdZgjQ,2938
8
8
  lazyqml/Factories/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  lazyqml/Factories/Circuits/AmplitudeEmbedding.py,sha256=alkSF082NuQk_FkBfCh3fMPu_d6q7kBIfyhYBztlhYo,646
@@ -15,8 +15,8 @@ lazyqml/Factories/Circuits/RzEmbedding.py,sha256=fKL5Mi7JNWsy9qr6PAOS3FFa97m7XUP
15
15
  lazyqml/Factories/Circuits/TreeTensor.py,sha256=FRgLe9VariRKUYiNXqiKp1fxdSEV1AvgFNwAFYyAPlU,1298
16
16
  lazyqml/Factories/Circuits/TwoLocal.py,sha256=9TVqLlGTmcaVz92vfJCiTHgjJrcvQoT-9wZJL2O3HEw,970
17
17
  lazyqml/Factories/Circuits/ZzEmbedding.py,sha256=x3jRAxJcd1uvacvIYyDL39TE-jNVeHhSTUUIREh4XZE,1070
18
- lazyqml/Factories/Circuits/_Qkernel.py,sha256=dZ2DQwyh8nyQp97YvQ_ufwJ0xFuAPPQMdww4utiFV20,593
19
- lazyqml/Factories/Circuits/_Qnn.py,sha256=RdVGh0MjnCaoUzVkyHQtHXKOsiOYXnNChhuoj-LkneU,558
18
+ lazyqml/Factories/Circuits/_Qkernel.py,sha256=HDJJ31zr-dFh2jEy9bcC4BzzE9Jwx0WvG0aq_f5SVkA,619
19
+ lazyqml/Factories/Circuits/_Qnn.py,sha256=ksYeo1w32Getk5sN7MgXbjBGbwQKerkM0ONRJttjfgc,566
20
20
  lazyqml/Factories/Circuits/fCircuits.py,sha256=s7t_o5ieKiq8t34qCZhPw_Hww6GmLBwM8Lbo74yrC38,1740
21
21
  lazyqml/Factories/Dispatchers/Dispatcher.py,sha256=jPVjEeNOYpMMNEth4wjv64aen2r_1BIHB4NlWbOSLAc,6457
22
22
  lazyqml/Factories/Dispatchers/DispatcherCV.py,sha256=Ok4Baz1PSDEkKrJBQ3MxEMxeUTKxtGZiSjGKaw6pruQ,6443
@@ -30,8 +30,8 @@ lazyqml/Factories/Dispatchers/__Dispatcher.py,sha256=tmTcl_9whBCXFObla8YudsC_qKe
30
30
  lazyqml/Factories/Models/QNNBag.py,sha256=OUaZkEJ97WieFxHYx5lk-AixQGEmI7qp2oFJ_xS_Qms,6608
31
31
  lazyqml/Factories/Models/QNNTorch.py,sha256=tln-vO2jRCLVF0IaA63O04768fSIUHs7XLbY4fj0XAM,6577
32
32
  lazyqml/Factories/Models/QSVM.py,sha256=X3NUqZTck-rJwg24zqfhqy6xAU5ejPqNYRVgwlO_qws,3249
33
- lazyqml/Factories/Models/_QNNPennylane.py,sha256=cn7lSZ0tEps61xleIeI7oWyGxeotiwQc74dYVFe-rIc,3380
34
- lazyqml/Factories/Models/fModels.py,sha256=5Nsx7UFH_De4f5pMvx0D2giUIgKgA4q29g7_NwLybxc,1342
33
+ lazyqml/Factories/Models/_QNNPennylane.py,sha256=Jpao8PDGA6wrjw651GA8OmmrlAxFciJHj97T2_voamw,3412
34
+ lazyqml/Factories/Models/fModels.py,sha256=0WMazRhDrf9y-DUovZmFDtd-26WXK71MvYq31wav7oE,1374
35
35
  lazyqml/Factories/Preprocessing/Pca.py,sha256=TbU2_Y83Eqaha6BhY8wm0YQOzFkcIn6rwVwY8eCvf8g,1000
36
36
  lazyqml/Factories/Preprocessing/Sanitizer.py,sha256=iTlu94bPGUJdiyvT7m710wmn55F0F7QuKRzo4lM0sfA,1101
37
37
  lazyqml/Factories/Preprocessing/_PcaAmp.py,sha256=HPnH98HF9pQYOV_xUkudmTPPHRpYdXdjYQVDckLtLfc,756
@@ -45,12 +45,12 @@ lazyqml/Interfaces/iAnsatz.py,sha256=BzXiM9Ed4iav6jq0TrNRxOTOorPQazZA9a07JsdKbW0
45
45
  lazyqml/Interfaces/iCircuit.py,sha256=L-GbUQmJ2s0uc5AjJj4zIruWP7XSycpG-C8xI4_wnxc,115
46
46
  lazyqml/Interfaces/iModel.py,sha256=W_yYoZd7hS8ZKGvNAyl-waJ6f7F0kIM6zrg9WqyPt_I,176
47
47
  lazyqml/Interfaces/iPreprocessing.py,sha256=O9f2tCnWTbjkHi4_XKaPWsE2SWKsdI1pj2lCyBWih9o,255
48
- lazyqml/Utils/Utils.py,sha256=BjHRHm7GjujFHX4U0lirn1HTBVDb0LZlNK36wsBbrRc,5320
48
+ lazyqml/Utils/Utils.py,sha256=eIX3ah5I51PZWjlZdf2z0kkmaeKdlDKtAKLpgiYQvmU,5328
49
49
  lazyqml/Utils/Validator.py,sha256=1KD9NGb5Bw9koyjmPLLdiJ8pbuWIcjIt4eAHAkLZ2_w,4789
50
- lazyqml-2.0.2.dist-info/AUTHORS.rst,sha256=Y_bDRslOAz5wcAYrTAnjDlmlW-51LfVF0Xwf09TbW3Y,245
51
- lazyqml-2.0.2.dist-info/LICENSE,sha256=y9EYvUN_l9ZWDuiVcxHE1NWbfy_HR9Z-8G19719ynbQ,1077
52
- lazyqml-2.0.2.dist-info/METADATA,sha256=qNiMg7kq-ul3sLgW3nIdlItgFpp4Chfup1hLMb5HieA,8728
53
- lazyqml-2.0.2.dist-info/WHEEL,sha256=B03JAMGq6-VHSCrtDNma_J9UaPCNDvoQGYRXpzGHxgg,109
54
- lazyqml-2.0.2.dist-info/entry_points.txt,sha256=I0WR08yVIeXjSa8XBSGZ9SsZtM8uMvKwZOdU1qQajao,45
55
- lazyqml-2.0.2.dist-info/top_level.txt,sha256=x2ffpytT-NeXmC7YaZLSQNMLK0pLfUiRmGOqwNbyjZE,8
56
- lazyqml-2.0.2.dist-info/RECORD,,
50
+ lazyqml-2.0.4.dist-info/AUTHORS.rst,sha256=Y_bDRslOAz5wcAYrTAnjDlmlW-51LfVF0Xwf09TbW3Y,245
51
+ lazyqml-2.0.4.dist-info/LICENSE,sha256=y9EYvUN_l9ZWDuiVcxHE1NWbfy_HR9Z-8G19719ynbQ,1077
52
+ lazyqml-2.0.4.dist-info/METADATA,sha256=d5ouNueIr_e36RZbTIwWDFobF2mn63llKaTZqF84nlE,8728
53
+ lazyqml-2.0.4.dist-info/WHEEL,sha256=B03JAMGq6-VHSCrtDNma_J9UaPCNDvoQGYRXpzGHxgg,109
54
+ lazyqml-2.0.4.dist-info/entry_points.txt,sha256=I0WR08yVIeXjSa8XBSGZ9SsZtM8uMvKwZOdU1qQajao,45
55
+ lazyqml-2.0.4.dist-info/top_level.txt,sha256=x2ffpytT-NeXmC7YaZLSQNMLK0pLfUiRmGOqwNbyjZE,8
56
+ lazyqml-2.0.4.dist-info/RECORD,,