pennylane-qrack 0.8.1__py3-none-win_amd64.whl → 0.8.2__py3-none-win_amd64.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.

Potentially problematic release.


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

@@ -16,4 +16,4 @@
16
16
  Version number (major.minor.patch[-label])
17
17
  """
18
18
 
19
- __version__ = "0.8.1"
19
+ __version__ = "0.8.2"
@@ -425,6 +425,9 @@ struct QrackDevice final : public Catalyst::Runtime::QuantumDevice {
425
425
  if (kwargs.find("<Wires = []>") != kwargs.find("<Wires = []>,")) {
426
426
  continue;
427
427
  }
428
+ if (kwargs.find("Wires([])") != kwargs.find("Wires([]),")) {
429
+ continue;
430
+ }
428
431
 
429
432
  // Handle if integer
430
433
  pos = kwargs.find(",");
@@ -446,7 +449,7 @@ struct QrackDevice final : public Catalyst::Runtime::QuantumDevice {
446
449
  }
447
450
 
448
451
  // Handles if Wires object
449
- pos = kwargs.find("]>");
452
+ pos = kwargs.find("]");
450
453
  std::string value = kwargs.substr(0, pos);
451
454
  kwargs.erase(0, pos + 3U);
452
455
  size_t p = value.find("[");
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pennylane-qrack
3
- Version: 0.8.1
3
+ Version: 0.8.2
4
4
  Summary: PennyLane plugin for Qrack.
5
5
  Home-page: http://github.com/vm6502q
6
6
  Maintainer: vm6502q
@@ -0,0 +1,11 @@
1
+ pennylane_qrack/QrackDeviceConfig.toml,sha256=DBh_0JzUy3BumBJz1cIaNNjzpO38yH09pRZYEx4-X0o,6385
2
+ pennylane_qrack/__init__.py,sha256=5iuZ5OqhRPLxj5cs9jGaUTDv55iPXRVbcDHM6FNk-5c,689
3
+ pennylane_qrack/_version.py,sha256=UQPMZFH6otdltlm2mitXcE8n3YRkDNoHwAjIBoo1sDU,710
4
+ pennylane_qrack/qrack_device.cpp,sha256=LGCzLcXPpbV7ASqtiyhG-Qlo_MmXY2_cPfXL5v9p_5w,39443
5
+ pennylane_qrack/qrack_device.py,sha256=ew_9fcjNRt2qcp1zxR_jgDtAVagia2rGLqFqkn2Huow,24312
6
+ pennylane_qrack-0.8.2.dist-info/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
7
+ pennylane_qrack-0.8.2.dist-info/METADATA,sha256=0Qt3STLMHaUuhAhD0I6k0Hj1rhFTa2pWeHb1tC3hgL8,5668
8
+ pennylane_qrack-0.8.2.dist-info/WHEEL,sha256=MKsKTYcJ8UB7nlhmb6_u5qoYj_ULa0PDSKtamp2tTfc,98
9
+ pennylane_qrack-0.8.2.dist-info/entry_points.txt,sha256=V6f1sN6IZZZaEvxrI47A3K_kksp8fDUWjLWD0Met7Ww,79
10
+ pennylane_qrack-0.8.2.dist-info/top_level.txt,sha256=5NFMNHqCHtVLwNkLg66xz846uUJAlnOJ5VGa6ulW1ow,16
11
+ pennylane_qrack-0.8.2.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- pennylane_qrack/QrackDeviceConfig.toml,sha256=DBh_0JzUy3BumBJz1cIaNNjzpO38yH09pRZYEx4-X0o,6385
2
- pennylane_qrack/__init__.py,sha256=5iuZ5OqhRPLxj5cs9jGaUTDv55iPXRVbcDHM6FNk-5c,689
3
- pennylane_qrack/_version.py,sha256=Nc8AGGuCn_es4VXVz9lPkGJE_-Fg69LImD1qr9xD-XA,710
4
- pennylane_qrack/qrack_device.cpp,sha256=QxUSpHlZIiWm4ZjKr_ysZe396cVQvu_FdIs5ArUe5V8,39316
5
- pennylane_qrack/qrack_device.py,sha256=ew_9fcjNRt2qcp1zxR_jgDtAVagia2rGLqFqkn2Huow,24312
6
- pennylane_qrack-0.8.1.dist-info/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
7
- pennylane_qrack-0.8.1.dist-info/METADATA,sha256=ix3wouFCMpVfnlzBv3rjBTH1GKsur7W2h9eqOGhuW6A,5668
8
- pennylane_qrack-0.8.1.dist-info/WHEEL,sha256=MKsKTYcJ8UB7nlhmb6_u5qoYj_ULa0PDSKtamp2tTfc,98
9
- pennylane_qrack-0.8.1.dist-info/entry_points.txt,sha256=V6f1sN6IZZZaEvxrI47A3K_kksp8fDUWjLWD0Met7Ww,79
10
- pennylane_qrack-0.8.1.dist-info/top_level.txt,sha256=5NFMNHqCHtVLwNkLg66xz846uUJAlnOJ5VGa6ulW1ow,16
11
- pennylane_qrack-0.8.1.dist-info/RECORD,,