pennylane-qrack 0.20.0__tar.gz → 0.20.1__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.

Potentially problematic release.


This version of pennylane-qrack might be problematic. Click here for more details.

Files changed (32) hide show
  1. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/PKG-INFO +2 -1
  2. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/README.rst +1 -0
  3. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/pennylane_qrack/_version.py +1 -1
  4. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/pennylane_qrack/qrack_ace_device.py +4 -1
  5. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/pennylane_qrack.egg-info/PKG-INFO +2 -1
  6. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/CHANGELOG.md +0 -0
  7. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/CMakeLists.txt +0 -0
  8. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/LICENSE +0 -0
  9. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/MANIFEST.in +0 -0
  10. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/Makefile +0 -0
  11. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/catalyst/runtime/include/DataView.hpp +0 -0
  12. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/catalyst/runtime/include/DynamicLibraryLoader.hpp +0 -0
  13. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/catalyst/runtime/include/Exception.hpp +0 -0
  14. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/catalyst/runtime/include/QuantumDevice.hpp +0 -0
  15. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/catalyst/runtime/include/RuntimeCAPI.h +0 -0
  16. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/catalyst/runtime/include/Types.h +0 -0
  17. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/pennylane_qrack/QrackAceDeviceConfig.toml +0 -0
  18. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/pennylane_qrack/QrackDeviceConfig.toml +0 -0
  19. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/pennylane_qrack/__init__.py +0 -0
  20. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/pennylane_qrack/qrack_device.cpp +0 -0
  21. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/pennylane_qrack/qrack_device.py +0 -0
  22. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/pennylane_qrack.egg-info/SOURCES.txt +0 -0
  23. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/pennylane_qrack.egg-info/dependency_links.txt +0 -0
  24. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/pennylane_qrack.egg-info/entry_points.txt +0 -0
  25. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/pennylane_qrack.egg-info/requires.txt +0 -0
  26. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/pennylane_qrack.egg-info/top_level.txt +0 -0
  27. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/requirements.txt +0 -0
  28. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/setup.cfg +0 -0
  29. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/setup.py +0 -0
  30. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/tests/test_apply.py +0 -0
  31. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/tests/test_integration.py +0 -0
  32. {pennylane_qrack-0.20.0 → pennylane_qrack-0.20.1}/tests/test_units.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pennylane-qrack
3
- Version: 0.20.0
3
+ Version: 0.20.1
4
4
  Summary: PennyLane plugin for Qrack.
5
5
  Home-page: http://github.com/vm6502q
6
6
  Maintainer: vm6502q
@@ -65,6 +65,7 @@ Features
65
65
 
66
66
  * Provides access to a PyQrack simulator backend via the ``qrack.simulator`` device
67
67
  * Provides access to a (C++) Qrack simulator backend for Catalyst (also) via the ``qrack.simulator`` device
68
+ * Provides access to a PyQrack simulator backend optimized for approximate NISQ-scale TFIM via the ``qrack.ace`` device
68
69
 
69
70
  .. installation-start-inclusion-marker-do-not-remove
70
71
 
@@ -22,6 +22,7 @@ Features
22
22
 
23
23
  * Provides access to a PyQrack simulator backend via the ``qrack.simulator`` device
24
24
  * Provides access to a (C++) Qrack simulator backend for Catalyst (also) via the ``qrack.simulator`` device
25
+ * Provides access to a PyQrack simulator backend optimized for approximate NISQ-scale TFIM via the ``qrack.ace`` device
25
26
 
26
27
  .. installation-start-inclusion-marker-do-not-remove
27
28
 
@@ -16,4 +16,4 @@
16
16
  Version number (major.minor.patch[-label])
17
17
  """
18
18
 
19
- __version__ = "0.20.0"
19
+ __version__ = "0.20.1"
@@ -52,7 +52,7 @@ class QrackAceDevice(QubitDevice):
52
52
  """Qrack Ace device"""
53
53
 
54
54
  name = "Qrack device"
55
- short_name = "qrack.simulator"
55
+ short_name = "qrack.ace"
56
56
  pennylane_requires = ">=0.11.0"
57
57
  version = __version__
58
58
  author = "Daniel Strano, adapted from Steven Oud and Xanadu"
@@ -383,6 +383,9 @@ class QrackAceDevice(QubitDevice):
383
383
  ]:
384
384
  raise DeviceError(f"Operation {opname} is not supported on a {self.short_name} device.")
385
385
 
386
+ def analytic_probability(self, wires=None):
387
+ raise DeviceError(f"analytic_probability is not supported on a {self.short_name} device. (Specify a finite number of shots, instead.)")
388
+
386
389
  def expval(self, observable, **kwargs):
387
390
  if self.shots is None:
388
391
  if isinstance(observable.name, list):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pennylane-qrack
3
- Version: 0.20.0
3
+ Version: 0.20.1
4
4
  Summary: PennyLane plugin for Qrack.
5
5
  Home-page: http://github.com/vm6502q
6
6
  Maintainer: vm6502q
@@ -65,6 +65,7 @@ Features
65
65
 
66
66
  * Provides access to a PyQrack simulator backend via the ``qrack.simulator`` device
67
67
  * Provides access to a (C++) Qrack simulator backend for Catalyst (also) via the ``qrack.simulator`` device
68
+ * Provides access to a PyQrack simulator backend optimized for approximate NISQ-scale TFIM via the ``qrack.ace`` device
68
69
 
69
70
  .. installation-start-inclusion-marker-do-not-remove
70
71