lazyqml 3.2.1__tar.gz → 3.2.2__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 (75) hide show
  1. {lazyqml-3.2.1 → lazyqml-3.2.2}/PKG-INFO +4 -4
  2. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/__init__.py +1 -1
  3. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml.egg-info/PKG-INFO +4 -4
  4. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml.egg-info/requires.txt +3 -3
  5. {lazyqml-3.2.1 → lazyqml-3.2.2}/pyproject.toml +2 -2
  6. {lazyqml-3.2.1 → lazyqml-3.2.2}/requirements.txt +3 -3
  7. {lazyqml-3.2.1 → lazyqml-3.2.2}/requirements_dev.txt +3 -3
  8. {lazyqml-3.2.1 → lazyqml-3.2.2}/.editorconfig +0 -0
  9. {lazyqml-3.2.1 → lazyqml-3.2.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  10. {lazyqml-3.2.1 → lazyqml-3.2.2}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  11. {lazyqml-3.2.1 → lazyqml-3.2.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  12. {lazyqml-3.2.1 → lazyqml-3.2.2}/.github/workflows/docs-build.yml +0 -0
  13. {lazyqml-3.2.1 → lazyqml-3.2.2}/.github/workflows/docs.yml +0 -0
  14. {lazyqml-3.2.1 → lazyqml-3.2.2}/.github/workflows/installation.yml +0 -0
  15. {lazyqml-3.2.1 → lazyqml-3.2.2}/.github/workflows/pypi.yml +0 -0
  16. {lazyqml-3.2.1 → lazyqml-3.2.2}/.github/workflows/ubuntu.yml +0 -0
  17. {lazyqml-3.2.1 → lazyqml-3.2.2}/.gitignore +0 -0
  18. {lazyqml-3.2.1 → lazyqml-3.2.2}/AUTHORS.rst +0 -0
  19. {lazyqml-3.2.1 → lazyqml-3.2.2}/LICENSE +0 -0
  20. {lazyqml-3.2.1 → lazyqml-3.2.2}/LICENSE copy +0 -0
  21. {lazyqml-3.2.1 → lazyqml-3.2.2}/MANIFEST.in +0 -0
  22. {lazyqml-3.2.1 → lazyqml-3.2.2}/README.md +0 -0
  23. {lazyqml-3.2.1 → lazyqml-3.2.2}/docs/api.md +0 -0
  24. {lazyqml-3.2.1 → lazyqml-3.2.2}/docs/authors.rst +0 -0
  25. {lazyqml-3.2.1 → lazyqml-3.2.2}/docs/changelog.md +0 -0
  26. {lazyqml-3.2.1 → lazyqml-3.2.2}/docs/common.md +0 -0
  27. {lazyqml-3.2.1 → lazyqml-3.2.2}/docs/contributing.md +0 -0
  28. {lazyqml-3.2.1 → lazyqml-3.2.2}/docs/examples/intro.ipynb +0 -0
  29. {lazyqml-3.2.1 → lazyqml-3.2.2}/docs/faq.md +0 -0
  30. {lazyqml-3.2.1 → lazyqml-3.2.2}/docs/index.md +0 -0
  31. {lazyqml-3.2.1 → lazyqml-3.2.2}/docs/installation.md +0 -0
  32. {lazyqml-3.2.1 → lazyqml-3.2.2}/docs/lazyqml.md +0 -0
  33. {lazyqml-3.2.1 → lazyqml-3.2.2}/docs/logo.jpg +0 -0
  34. {lazyqml-3.2.1 → lazyqml-3.2.2}/docs/overrides/main.html +0 -0
  35. {lazyqml-3.2.1 → lazyqml-3.2.2}/docs/usage.md +0 -0
  36. {lazyqml-3.2.1 → lazyqml-3.2.2}/experimentallibs.txt +0 -0
  37. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Factories/Circuits/AmplitudeEmbedding.py +0 -0
  38. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Factories/Circuits/HCzRx.py +0 -0
  39. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Factories/Circuits/HardwareEfficient.py +0 -0
  40. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Factories/Circuits/RxEmbedding.py +0 -0
  41. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Factories/Circuits/RyEmbedding.py +0 -0
  42. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Factories/Circuits/RzEmbedding.py +0 -0
  43. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Factories/Circuits/TreeTensor.py +0 -0
  44. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Factories/Circuits/TwoLocal.py +0 -0
  45. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Factories/Circuits/ZzEmbedding.py +0 -0
  46. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Factories/Circuits/fCircuits.py +0 -0
  47. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Factories/Dispatchers/Dispatcher.py +0 -0
  48. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Factories/Models/Hybrid.py +0 -0
  49. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Factories/Models/QNNBag.py +0 -0
  50. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Factories/Models/QNNTorch.py +0 -0
  51. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Factories/Models/QSVM.py +0 -0
  52. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Factories/Models/_QNNPennylane.py +0 -0
  53. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Factories/Models/fModels.py +0 -0
  54. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Factories/Preprocessing/Pca.py +0 -0
  55. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Factories/Preprocessing/Sanitizer.py +0 -0
  56. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Factories/Preprocessing/__init__.py +0 -0
  57. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Factories/Preprocessing/fPreprocessing.py +0 -0
  58. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Factories/__init__.py +0 -0
  59. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Global/globalEnums.py +0 -0
  60. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Interfaces/__init__.py +0 -0
  61. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Interfaces/iAnsatz.py +0 -0
  62. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Interfaces/iCircuit.py +0 -0
  63. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Interfaces/iModel.py +0 -0
  64. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Interfaces/iPreprocessing.py +0 -0
  65. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Utils/Utils.py +0 -0
  66. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/Utils/Validator.py +0 -0
  67. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml/lazyqml.py +0 -0
  68. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml.egg-info/SOURCES.txt +0 -0
  69. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml.egg-info/dependency_links.txt +0 -0
  70. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml.egg-info/entry_points.txt +0 -0
  71. {lazyqml-3.2.1 → lazyqml-3.2.2}/lazyqml.egg-info/top_level.txt +0 -0
  72. {lazyqml-3.2.1 → lazyqml-3.2.2}/mkdocs.yml +0 -0
  73. {lazyqml-3.2.1 → lazyqml-3.2.2}/setup.cfg +0 -0
  74. {lazyqml-3.2.1 → lazyqml-3.2.2}/tests/__init__.py +0 -0
  75. {lazyqml-3.2.1 → lazyqml-3.2.2}/tests/test_lazyqml.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: lazyqml
3
- Version: 3.2.1
3
+ Version: 3.2.2
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
@@ -22,9 +22,9 @@ Requires-Dist: torchaudio
22
22
  Requires-Dist: torchvision
23
23
  Requires-Dist: scipy
24
24
  Requires-Dist: scikit-learn
25
- Requires-Dist: PennyLane
26
- Requires-Dist: PennyLane_Lightning
27
- Requires-Dist: PennyLane_Lightning_GPU
25
+ Requires-Dist: PennyLane==0.39
26
+ Requires-Dist: PennyLane_Lightning==0.39
27
+ Requires-Dist: PennyLane_Lightning_GPU==0.39
28
28
  Requires-Dist: custatevec_cu12
29
29
  Requires-Dist: ucimlrepo
30
30
  Requires-Dist: pydantic
@@ -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.2.1"
5
+ __version__ = "3.2.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: lazyqml
3
- Version: 3.2.1
3
+ Version: 3.2.2
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
@@ -22,9 +22,9 @@ Requires-Dist: torchaudio
22
22
  Requires-Dist: torchvision
23
23
  Requires-Dist: scipy
24
24
  Requires-Dist: scikit-learn
25
- Requires-Dist: PennyLane
26
- Requires-Dist: PennyLane_Lightning
27
- Requires-Dist: PennyLane_Lightning_GPU
25
+ Requires-Dist: PennyLane==0.39
26
+ Requires-Dist: PennyLane_Lightning==0.39
27
+ Requires-Dist: PennyLane_Lightning_GPU==0.39
28
28
  Requires-Dist: custatevec_cu12
29
29
  Requires-Dist: ucimlrepo
30
30
  Requires-Dist: pydantic
@@ -5,9 +5,9 @@ torchaudio
5
5
  torchvision
6
6
  scipy
7
7
  scikit-learn
8
- PennyLane
9
- PennyLane_Lightning
10
- PennyLane_Lightning_GPU
8
+ PennyLane==0.39
9
+ PennyLane_Lightning==0.39
10
+ PennyLane_Lightning_GPU==0.39
11
11
  custatevec_cu12
12
12
  ucimlrepo
13
13
  pydantic
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "lazyqml"
3
- version = "3.2.1"
3
+ version = "3.2.2"
4
4
  dynamic = [
5
5
  "dependencies",
6
6
  ]
@@ -48,7 +48,7 @@ universal = true
48
48
 
49
49
 
50
50
  [tool.bumpversion]
51
- current_version = "3.2.1"
51
+ current_version = "3.2.2"
52
52
  commit = true
53
53
  tag = true
54
54
 
@@ -5,9 +5,9 @@ torchaudio
5
5
  torchvision
6
6
  scipy
7
7
  scikit-learn
8
- PennyLane
9
- PennyLane_Lightning
10
- PennyLane_Lightning_GPU
8
+ PennyLane==0.39
9
+ PennyLane_Lightning==0.39
10
+ PennyLane_Lightning_GPU==0.39
11
11
  custatevec_cu12
12
12
  ucimlrepo
13
13
  pydantic
@@ -65,9 +65,9 @@ torchaudio
65
65
  torchvision
66
66
  scipy
67
67
  scikit-learn
68
- PennyLane
69
- PennyLane_Lightning
70
- PennyLane_Lightning_GPU
68
+ PennyLane==0.39
69
+ PennyLane_Lightning==0.39
70
+ PennyLane_Lightning_GPU==0.39
71
71
  custatevec_cu12
72
72
  ucimlrepo
73
73
  pydantic
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