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

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.1 → pennylane_qrack-0.20.2}/PKG-INFO +1 -1
  2. pennylane_qrack-0.20.1/pennylane_qrack/QrackDeviceConfig.toml → pennylane_qrack-0.20.2/pennylane_qrack/QrackAceDeviceConfig.toml +6 -6
  3. pennylane_qrack-0.20.1/pennylane_qrack/QrackAceDeviceConfig.toml → pennylane_qrack-0.20.2/pennylane_qrack/QrackDeviceConfig.toml +6 -6
  4. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/pennylane_qrack/_version.py +1 -1
  5. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/pennylane_qrack/qrack_ace_device.py +2 -10
  6. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/pennylane_qrack.egg-info/PKG-INFO +1 -1
  7. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/CHANGELOG.md +0 -0
  8. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/CMakeLists.txt +0 -0
  9. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/LICENSE +0 -0
  10. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/MANIFEST.in +0 -0
  11. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/Makefile +0 -0
  12. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/README.rst +0 -0
  13. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/catalyst/runtime/include/DataView.hpp +0 -0
  14. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/catalyst/runtime/include/DynamicLibraryLoader.hpp +0 -0
  15. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/catalyst/runtime/include/Exception.hpp +0 -0
  16. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/catalyst/runtime/include/QuantumDevice.hpp +0 -0
  17. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/catalyst/runtime/include/RuntimeCAPI.h +0 -0
  18. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/catalyst/runtime/include/Types.h +0 -0
  19. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/pennylane_qrack/__init__.py +0 -0
  20. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/pennylane_qrack/qrack_device.cpp +0 -0
  21. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/pennylane_qrack/qrack_device.py +0 -0
  22. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/pennylane_qrack.egg-info/SOURCES.txt +0 -0
  23. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/pennylane_qrack.egg-info/dependency_links.txt +0 -0
  24. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/pennylane_qrack.egg-info/entry_points.txt +0 -0
  25. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/pennylane_qrack.egg-info/requires.txt +0 -0
  26. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/pennylane_qrack.egg-info/top_level.txt +0 -0
  27. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/requirements.txt +0 -0
  28. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/setup.cfg +0 -0
  29. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/setup.py +0 -0
  30. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/tests/test_apply.py +0 -0
  31. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/tests/test_integration.py +0 -0
  32. {pennylane_qrack-0.20.1 → pennylane_qrack-0.20.2}/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.1
3
+ Version: 0.20.2
4
4
  Summary: PennyLane plugin for Qrack.
5
5
  Home-page: http://github.com/vm6502q
6
6
  Maintainer: vm6502q
@@ -82,10 +82,10 @@ Prod = {}
82
82
  #
83
83
  [measurement_processes]
84
84
 
85
- ExpectationMP = { conditions = [ "analytic" ] }
86
- VarianceMP = { conditions = [ "analytic" ] }
87
- ProbabilityMP = { conditions = [ "analytic" ] }
88
- StateMP = { conditions = [ "analytic" ] }
85
+ ExpectationMP = { conditions = [ "finiteshots" ] }
86
+ VarianceMP = { conditions = [ "finiteshots" ] }
87
+ ProbabilityMP = { conditions = [ "finiteshots" ] }
88
+ StateMP = { conditions = [ "finiteshots" ] }
89
89
  SampleMP = { conditions = [ "finiteshots" ] }
90
90
  CountsMP = { conditions = [ "finiteshots" ] }
91
91
 
@@ -94,13 +94,13 @@ CountsMP = { conditions = [ "finiteshots" ] }
94
94
  [compilation]
95
95
 
96
96
  # Whether the device is compatible with qjit.
97
- qjit_compatible = true
97
+ qjit_compatible = false
98
98
 
99
99
  # Whether the device requires run time generation of the quantum circuit.
100
100
  runtime_code_generation = false
101
101
 
102
102
  # Whether the device supports allocating and releasing qubits during execution.
103
- dynamic_qubit_management = true
103
+ dynamic_qubit_management = false
104
104
 
105
105
  # The methods of handling mid-circuit measurements that the device supports,
106
106
  # e.g., "one-shot", "tree-traversal", "device", etc. An empty list indicates
@@ -91,10 +91,10 @@ Prod = {}
91
91
  #
92
92
  [measurement_processes]
93
93
 
94
- ExpectationMP = { conditions = [ "finiteshots" ] }
95
- VarianceMP = { conditions = [ "finiteshots" ] }
96
- ProbabilityMP = { conditions = [ "finiteshots" ] }
97
- StateMP = { conditions = [ "finiteshots" ] }
94
+ ExpectationMP = { conditions = [ "analytic" ] }
95
+ VarianceMP = { conditions = [ "analytic" ] }
96
+ ProbabilityMP = { conditions = [ "analytic" ] }
97
+ StateMP = { conditions = [ "analytic" ] }
98
98
  SampleMP = { conditions = [ "finiteshots" ] }
99
99
  CountsMP = { conditions = [ "finiteshots" ] }
100
100
 
@@ -103,13 +103,13 @@ CountsMP = { conditions = [ "finiteshots" ] }
103
103
  [compilation]
104
104
 
105
105
  # Whether the device is compatible with qjit.
106
- qjit_compatible = false
106
+ qjit_compatible = true
107
107
 
108
108
  # Whether the device requires run time generation of the quantum circuit.
109
109
  runtime_code_generation = false
110
110
 
111
111
  # Whether the device supports allocating and releasing qubits during execution.
112
- dynamic_qubit_management = false
112
+ dynamic_qubit_management = true
113
113
 
114
114
  # The methods of handling mid-circuit measurements that the device supports,
115
115
  # e.g., "one-shot", "tree-traversal", "device", etc. An empty list indicates
@@ -16,4 +16,4 @@
16
16
  Version number (major.minor.patch[-label])
17
17
  """
18
18
 
19
- __version__ = "0.20.1"
19
+ __version__ = "0.20.2"
@@ -85,11 +85,6 @@ class QrackAceDevice(QubitDevice):
85
85
  "Identity",
86
86
  "C(Identity)",
87
87
  "MultiRZ",
88
- "C(MultiRZ)",
89
- "CRX",
90
- "CRY",
91
- "CRZ",
92
- "CRot",
93
88
  "SWAP",
94
89
  "ISWAP",
95
90
  "PSWAP",
@@ -110,20 +105,17 @@ class QrackAceDevice(QubitDevice):
110
105
  "Hadamard",
111
106
  "SX",
112
107
  "PhaseShift",
113
- "C(PhaseShift)",
114
108
  "U3",
115
109
  "Rot",
116
- "ControlledPhaseShift",
117
- "CPhase",
118
110
  }
119
111
 
120
112
  config_filepath = pathlib.Path(
121
- os.path.dirname(sys.modules[__name__].__file__) + "/QrackDeviceConfig.toml"
113
+ os.path.dirname(sys.modules[__name__].__file__) + "/QrackAceDeviceConfig.toml"
122
114
  )
123
115
 
124
116
  # Use "hybrid" stabilizer optimization? (Default is "true"; non-Clifford circuits will fall back to near-Clifford or universal simulation)
125
117
  isStabilizerHybrid = False
126
- # Use "tensor network" optimization? (Default is "true"; prevents dynamic qubit de-allocation; might function sub-optimally with "hybrid" stabilizer enabled)
118
+ # Use "tensor network" optimization? (Default is "false"; prevents dynamic qubit de-allocation; might function sub-optimally with "hybrid" stabilizer enabled)
127
119
  isTensorNetwork = False
128
120
  # Use Schmidt decomposition optimizations? (Default is "true")
129
121
  isSchmidtDecompose = True
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pennylane-qrack
3
- Version: 0.20.1
3
+ Version: 0.20.2
4
4
  Summary: PennyLane plugin for Qrack.
5
5
  Home-page: http://github.com/vm6502q
6
6
  Maintainer: vm6502q