quapp-pennylane 0.0.4.dev6__tar.gz → 0.0.4.dev7__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 (33) hide show
  1. {quapp_pennylane-0.0.4.dev6/quapp_pennylane.egg-info → quapp_pennylane-0.0.4.dev7}/PKG-INFO +1 -1
  2. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/pyproject.toml +1 -1
  3. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane/component/backend/pennylane_invocation.py +3 -2
  4. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7/quapp_pennylane.egg-info}/PKG-INFO +1 -1
  5. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/LICENSE +0 -0
  6. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/README.md +0 -0
  7. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane/__init__.py +0 -0
  8. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane/async_tasks/__init__.py +0 -0
  9. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane/async_tasks/pennylane_circuit_export_task.py +0 -0
  10. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane/component/__init__.py +0 -0
  11. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane/component/backend/__init__.py +0 -0
  12. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane/factory/__init__.py +0 -0
  13. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane/factory/pennylane_device_factory.py +0 -0
  14. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane/factory/pennylane_handler_factory.py +0 -0
  15. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane/factory/pennylane_provider_factory.py +0 -0
  16. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane/handler/__init__.py +0 -0
  17. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane/handler/invocation_handler.py +0 -0
  18. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane/model/__init__.py +0 -0
  19. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane/model/device/__init__.py +0 -0
  20. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane/model/device/aws_braket_device.py +0 -0
  21. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane/model/device/ibm_quantum_device.py +0 -0
  22. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane/model/device/pennylane_device.py +0 -0
  23. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane/model/device/qapp_pennylane_device.py +0 -0
  24. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane/model/provider/__init__.py +0 -0
  25. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane/model/provider/aws_braket_provider.py +0 -0
  26. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane/model/provider/ibm_cloud_provider.py +0 -0
  27. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane/model/provider/ibm_quantum_provider.py +0 -0
  28. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane/model/provider/qapp_pennylane_provider.py +0 -0
  29. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane.egg-info/SOURCES.txt +0 -0
  30. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane.egg-info/dependency_links.txt +0 -0
  31. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane.egg-info/requires.txt +0 -0
  32. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/quapp_pennylane.egg-info/top_level.txt +0 -0
  33. {quapp_pennylane-0.0.4.dev6 → quapp_pennylane-0.0.4.dev7}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: quapp-pennylane
3
- Version: 0.0.4.dev6
3
+ Version: 0.0.4.dev7
4
4
  Summary: Quapp pennylane library supporting Quapp Platform for Quantum Computing
5
5
  Author-email: "CITYNOW Co. Ltd. " <corp@citynow.vn>
6
6
  License: The MIT License (MIT)
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "quapp-pennylane"
7
- version = "0.0.4.dev6"
7
+ version = "0.0.4.dev7"
8
8
  description = "Quapp pennylane library supporting Quapp Platform for Quantum Computing"
9
9
  readme = "README.md"
10
10
  authors = [{ name = "CITYNOW Co. Ltd. ", email = "corp@citynow.vn" }]
@@ -25,8 +25,9 @@ class PennylaneInvocation(Invocation):
25
25
  self.num_qubits = kwargs.get('num_qubits')
26
26
  # Initialization logging
27
27
  try:
28
- backend_name = getattr(self.backend_information, 'device_name',
29
- None)
28
+ backend_name = getattr(self.backend_information, 'device_name', None) \
29
+ if self.backend_information else None
30
+
30
31
  provider_tag = getattr(self.backend_information, "provider_tag",
31
32
  None)
32
33
  has_auth = getattr(self.backend_information, "authentication",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: quapp-pennylane
3
- Version: 0.0.4.dev6
3
+ Version: 0.0.4.dev7
4
4
  Summary: Quapp pennylane library supporting Quapp Platform for Quantum Computing
5
5
  Author-email: "CITYNOW Co. Ltd. " <corp@citynow.vn>
6
6
  License: The MIT License (MIT)