lazyqml 2.0.2__py2.py3-none-any.whl → 2.0.3__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/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.3"
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.3
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=TzHisKSsOGhFXTWx4jXh3dsosFgXsTYbmgJC38pPCAU,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
@@ -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.3.dist-info/AUTHORS.rst,sha256=Y_bDRslOAz5wcAYrTAnjDlmlW-51LfVF0Xwf09TbW3Y,245
51
+ lazyqml-2.0.3.dist-info/LICENSE,sha256=y9EYvUN_l9ZWDuiVcxHE1NWbfy_HR9Z-8G19719ynbQ,1077
52
+ lazyqml-2.0.3.dist-info/METADATA,sha256=hJ1RImcbPMJQUBh5g8kFD-A99G0gJHfZlYGP1vNlwsM,8728
53
+ lazyqml-2.0.3.dist-info/WHEEL,sha256=B03JAMGq6-VHSCrtDNma_J9UaPCNDvoQGYRXpzGHxgg,109
54
+ lazyqml-2.0.3.dist-info/entry_points.txt,sha256=I0WR08yVIeXjSa8XBSGZ9SsZtM8uMvKwZOdU1qQajao,45
55
+ lazyqml-2.0.3.dist-info/top_level.txt,sha256=x2ffpytT-NeXmC7YaZLSQNMLK0pLfUiRmGOqwNbyjZE,8
56
+ lazyqml-2.0.3.dist-info/RECORD,,