lazyqml 2.0.2__tar.gz → 2.0.4__tar.gz

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.
Files changed (92) hide show
  1. {lazyqml-2.0.2 → lazyqml-2.0.4}/PKG-INFO +1 -1
  2. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Circuits/_Qkernel.py +2 -2
  3. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Circuits/_Qnn.py +1 -1
  4. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Models/_QNNPennylane.py +4 -4
  5. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Models/fModels.py +4 -4
  6. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Utils/Utils.py +1 -1
  7. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/__init__.py +1 -1
  8. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/lazyqml.py +6 -6
  9. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml.egg-info/PKG-INFO +1 -1
  10. {lazyqml-2.0.2 → lazyqml-2.0.4}/pyproject.toml +2 -2
  11. {lazyqml-2.0.2 → lazyqml-2.0.4}/.editorconfig +0 -0
  12. {lazyqml-2.0.2 → lazyqml-2.0.4}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  13. {lazyqml-2.0.2 → lazyqml-2.0.4}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  14. {lazyqml-2.0.2 → lazyqml-2.0.4}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  15. {lazyqml-2.0.2 → lazyqml-2.0.4}/.github/workflows/docs-build.yml +0 -0
  16. {lazyqml-2.0.2 → lazyqml-2.0.4}/.github/workflows/docs.yml +0 -0
  17. {lazyqml-2.0.2 → lazyqml-2.0.4}/.github/workflows/installation.yml +0 -0
  18. {lazyqml-2.0.2 → lazyqml-2.0.4}/.github/workflows/macos.yml +0 -0
  19. {lazyqml-2.0.2 → lazyqml-2.0.4}/.github/workflows/pypi.yml +0 -0
  20. {lazyqml-2.0.2 → lazyqml-2.0.4}/.github/workflows/ubuntu.yml +0 -0
  21. {lazyqml-2.0.2 → lazyqml-2.0.4}/.github/workflows/windows.yml +0 -0
  22. {lazyqml-2.0.2 → lazyqml-2.0.4}/.gitignore +0 -0
  23. {lazyqml-2.0.2 → lazyqml-2.0.4}/AUTHORS.rst +0 -0
  24. {lazyqml-2.0.2 → lazyqml-2.0.4}/LICENSE +0 -0
  25. {lazyqml-2.0.2 → lazyqml-2.0.4}/MANIFEST.in +0 -0
  26. {lazyqml-2.0.2 → lazyqml-2.0.4}/README.md +0 -0
  27. {lazyqml-2.0.2 → lazyqml-2.0.4}/docs/authors.rst +0 -0
  28. {lazyqml-2.0.2 → lazyqml-2.0.4}/docs/changelog.md +0 -0
  29. {lazyqml-2.0.2 → lazyqml-2.0.4}/docs/common.md +0 -0
  30. {lazyqml-2.0.2 → lazyqml-2.0.4}/docs/contributing.md +0 -0
  31. {lazyqml-2.0.2 → lazyqml-2.0.4}/docs/examples/intro.ipynb +0 -0
  32. {lazyqml-2.0.2 → lazyqml-2.0.4}/docs/faq.md +0 -0
  33. {lazyqml-2.0.2 → lazyqml-2.0.4}/docs/index.md +0 -0
  34. {lazyqml-2.0.2 → lazyqml-2.0.4}/docs/installation.md +0 -0
  35. {lazyqml-2.0.2 → lazyqml-2.0.4}/docs/lazyqml.md +0 -0
  36. {lazyqml-2.0.2 → lazyqml-2.0.4}/docs/overrides/main.html +0 -0
  37. {lazyqml-2.0.2 → lazyqml-2.0.4}/docs/usage.md +0 -0
  38. {lazyqml-2.0.2 → lazyqml-2.0.4}/experimentallibs.txt +0 -0
  39. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/.lazyqmlP.py +0 -0
  40. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/.lazyqmlVote.py +0 -0
  41. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Circuits/AmplitudeEmbedding.py +0 -0
  42. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Circuits/HCzRx.py +0 -0
  43. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Circuits/HardwareEfficient.py +0 -0
  44. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Circuits/RxEmbedding.py +0 -0
  45. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Circuits/RyEmbedding.py +0 -0
  46. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Circuits/RzEmbedding.py +0 -0
  47. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Circuits/TreeTensor.py +0 -0
  48. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Circuits/TwoLocal.py +0 -0
  49. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Circuits/ZzEmbedding.py +0 -0
  50. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Circuits/fCircuits.py +0 -0
  51. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Dispatchers/Dispatcher.py +0 -0
  52. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Dispatchers/DispatcherCV.py +0 -0
  53. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Dispatchers/DispatcherNumba.py +0 -0
  54. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Dispatchers/_Dispatcher.py +0 -0
  55. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Dispatchers/_DispatcherMultiprocessing.py +0 -0
  56. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Dispatchers/_QNNBagdispatcher.py +0 -0
  57. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Dispatchers/_QNNdispatcher.py +0 -0
  58. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Dispatchers/_QSVMdispatcher.py +0 -0
  59. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Dispatchers/__Dispatcher.py +0 -0
  60. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Models/QNNBag.py +0 -0
  61. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Models/QNNTorch.py +0 -0
  62. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Models/QSVM.py +0 -0
  63. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Preprocessing/Pca.py +0 -0
  64. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Preprocessing/Sanitizer.py +0 -0
  65. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Preprocessing/_PcaAmp.py +0 -0
  66. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Preprocessing/_PcaTree.py +0 -0
  67. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Preprocessing/_PcaTreeAmp.py +0 -0
  68. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Preprocessing/__init__.py +0 -0
  69. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/Preprocessing/fPreprocessing.py +0 -0
  70. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Factories/__init__.py +0 -0
  71. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Global/globalEnums.py +0 -0
  72. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Interfaces/__init__.py +0 -0
  73. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Interfaces/iAnsatz.py +0 -0
  74. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Interfaces/iCircuit.py +0 -0
  75. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Interfaces/iModel.py +0 -0
  76. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Interfaces/iPreprocessing.py +0 -0
  77. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Lanza copy.sh +0 -0
  78. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Lanza.sh +0 -0
  79. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/Utils/Validator.py +0 -0
  80. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml/mem.py +0 -0
  81. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml.egg-info/SOURCES.txt +0 -0
  82. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml.egg-info/dependency_links.txt +0 -0
  83. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml.egg-info/entry_points.txt +0 -0
  84. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml.egg-info/requires.txt +0 -0
  85. {lazyqml-2.0.2 → lazyqml-2.0.4}/lazyqml.egg-info/top_level.txt +0 -0
  86. {lazyqml-2.0.2 → lazyqml-2.0.4}/mkdocs.yml +0 -0
  87. {lazyqml-2.0.2 → lazyqml-2.0.4}/requirements.txt +0 -0
  88. {lazyqml-2.0.2 → lazyqml-2.0.4}/requirements_dev.txt +0 -0
  89. {lazyqml-2.0.2 → lazyqml-2.0.4}/setup.cfg +0 -0
  90. {lazyqml-2.0.2 → lazyqml-2.0.4}/tests/LazyQML.ipynb +0 -0
  91. {lazyqml-2.0.2 → lazyqml-2.0.4}/tests/__init__.py +0 -0
  92. {lazyqml-2.0.2 → lazyqml-2.0.4}/tests/test_lazyqml.py +0 -0
@@ -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
@@ -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:
@@ -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
@@ -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"
@@ -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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "lazyqml"
3
- version = "2.0.2"
3
+ version = "2.0.4"
4
4
  dynamic = [
5
5
  "dependencies",
6
6
  ]
@@ -50,7 +50,7 @@ universal = true
50
50
 
51
51
 
52
52
  [tool.bumpversion]
53
- current_version = "2.0.2"
53
+ current_version = "2.0.4"
54
54
  commit = true
55
55
  tag = true
56
56
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes