pennylane-qrack 0.22.5__py3-none-macosx_14_0_arm64.whl → 0.22.6__py3-none-macosx_14_0_arm64.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.

@@ -139,6 +139,9 @@ CMAKE_OSX_DEPLOYMENT_TARGET:STRING=
139
139
  // inside the indicated SDK.
140
140
  CMAKE_OSX_SYSROOT:STRING=
141
141
 
142
+ //Value Computed by CMake
143
+ CMAKE_PROJECT_COMPAT_VERSION:STATIC=
144
+
142
145
  //Value Computed by CMake
143
146
  CMAKE_PROJECT_DESCRIPTION:STATIC=
144
147
 
@@ -148,6 +151,21 @@ CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
148
151
  //Value Computed by CMake
149
152
  CMAKE_PROJECT_NAME:STATIC=qrack_device
150
153
 
154
+ //Value Computed by CMake
155
+ CMAKE_PROJECT_VERSION:STATIC=
156
+
157
+ //Value Computed by CMake
158
+ CMAKE_PROJECT_VERSION_MAJOR:STATIC=
159
+
160
+ //Value Computed by CMake
161
+ CMAKE_PROJECT_VERSION_MINOR:STATIC=
162
+
163
+ //Value Computed by CMake
164
+ CMAKE_PROJECT_VERSION_PATCH:STATIC=
165
+
166
+ //Value Computed by CMake
167
+ CMAKE_PROJECT_VERSION_TWEAK:STATIC=
168
+
151
169
  //Path to a program.
152
170
  CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
153
171
 
@@ -181,23 +199,23 @@ CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
181
199
  //If set, runtime paths are not added when using shared libraries.
182
200
  CMAKE_SKIP_RPATH:BOOL=NO
183
201
 
184
- //Flags used by the linker during the creation of static libraries
202
+ //Flags used by the archiver during the creation of static libraries
185
203
  // during all build types.
186
204
  CMAKE_STATIC_LINKER_FLAGS:STRING=
187
205
 
188
- //Flags used by the linker during the creation of static libraries
206
+ //Flags used by the archiver during the creation of static libraries
189
207
  // during DEBUG builds.
190
208
  CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
191
209
 
192
- //Flags used by the linker during the creation of static libraries
210
+ //Flags used by the archiver during the creation of static libraries
193
211
  // during MINSIZEREL builds.
194
212
  CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
195
213
 
196
- //Flags used by the linker during the creation of static libraries
214
+ //Flags used by the archiver during the creation of static libraries
197
215
  // during RELEASE builds.
198
216
  CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
199
217
 
200
- //Flags used by the linker during the creation of static libraries
218
+ //Flags used by the archiver during the creation of static libraries
201
219
  // during RELWITHDEBINFO builds.
202
220
  CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
203
221
 
@@ -245,9 +263,9 @@ CMAKE_CACHEFILE_DIR:INTERNAL=/Users/runner/work/pennylane-qrack/pennylane-qrack/
245
263
  //Major version of cmake used to create the current loaded cache
246
264
  CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4
247
265
  //Minor version of cmake used to create the current loaded cache
248
- CMAKE_CACHE_MINOR_VERSION:INTERNAL=0
266
+ CMAKE_CACHE_MINOR_VERSION:INTERNAL=1
249
267
  //Patch version of cmake used to create the current loaded cache
250
- CMAKE_CACHE_PATCH_VERSION:INTERNAL=3
268
+ CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
251
269
  //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
252
270
  CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
253
271
  //Path to CMake executable.
@@ -378,9 +396,13 @@ CMAKE_UNAME:INTERNAL=/usr/bin/uname
378
396
  //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
379
397
  CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
380
398
  //Details about finding OpenCL
381
- FIND_PACKAGE_MESSAGE_DETAILS_OpenCL:INTERNAL=[/Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenCL.framework][/Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenCL.framework][v1.2()]
399
+ FIND_PACKAGE_MESSAGE_DETAILS_OpenCL:INTERNAL=[/Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenCL.framework][/Applications/Xcode_15.4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenCL.framework][v()]
400
+ //Have symbol CL_VERSION_1_0
401
+ OPENCL_VERSION_1_0:INTERNAL=
402
+ //Have symbol CL_VERSION_1_1
403
+ OPENCL_VERSION_1_1:INTERNAL=
382
404
  //Have symbol CL_VERSION_1_2
383
- OPENCL_VERSION_1_2:INTERNAL=1
405
+ OPENCL_VERSION_1_2:INTERNAL=
384
406
  //Have symbol CL_VERSION_2_0
385
407
  OPENCL_VERSION_2_0:INTERNAL=
386
408
  //Have symbol CL_VERSION_2_1
pennylane_qrack/Makefile CHANGED
@@ -1,5 +1,5 @@
1
1
  # CMAKE generated file: DO NOT EDIT!
2
- # Generated by "Unix Makefiles" Generator, CMake Version 4.0
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 4.1
3
3
 
4
4
  # Default target executed when no arguments are given to make.
5
5
  default_target: all
@@ -16,4 +16,4 @@
16
16
  Version number (major.minor.patch[-label])
17
17
  """
18
18
 
19
- __version__ = "0.22.5"
19
+ __version__ = "0.22.6"
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pennylane-qrack
3
- Version: 0.22.5
3
+ Version: 0.22.6
4
4
  Summary: PennyLane plugin for Qrack.
5
5
  Home-page: http://github.com/vm6502q
6
6
  Maintainer: vm6502q
@@ -1,19 +1,19 @@
1
- pennylane_qrack/CMakeCache.txt,sha256=3aPN0Pdw_wCTy1lpTx_patJBKP59h9wpPi5YHzX3p04,15285
2
- pennylane_qrack/Makefile,sha256=HMf2JV8WoMeW-rN8dAbzA3ssXMIzvgCPyJO-NvdJwPw,7618
1
+ pennylane_qrack/CMakeCache.txt,sha256=tmxeEZlh37maJEFZHCkYKjn4mCl7TlKFkBz1UmxExYY,15780
2
+ pennylane_qrack/Makefile,sha256=hAg5bZY3Da9f2wEg_sKhYmG5FgOfh7K2AIyXjDLMrlk,7618
3
3
  pennylane_qrack/QrackAceDeviceConfig.toml,sha256=KmPPJEa6TMYpbQqQgMSAPfeGPQE8f1lriteyfGW8WeA,4517
4
4
  pennylane_qrack/QrackDeviceConfig.toml,sha256=oR9-dIAP6BzP3e2QSLroacaloHZsx7iJiKE6w7LGxUo,5459
5
5
  pennylane_qrack/QrackStabilizerDeviceConfig.toml,sha256=zm2M2FBR--RnKkNCtZih7xxtr-Vl6MtI4g1L3SrjFWw,3965
6
6
  pennylane_qrack/__init__.py,sha256=_g4NKu07_pXqxvQaxjdAPe769S5tWwYjqyHi3z7YKHc,673
7
- pennylane_qrack/_version.py,sha256=q5NjCZBHFEHM_0EtM2TEzCBigZMVkHeZ1bVR6EiVFIY,689
7
+ pennylane_qrack/_version.py,sha256=wxMFqAbR_NPVEmiBWkMCnrpNpN3SRVSgxVhKWupqPgA,689
8
8
  pennylane_qrack/cmake_install.cmake,sha256=ZhG9tI7bh8oZnfUnP0eAVtodPUizqINLahqbb_TXwxY,3108
9
- pennylane_qrack/libqrack_device.dylib,sha256=0SWKNrDBvA-gVrOKwr_MR8cex-voz5wcIW_vLPvb4Co,3306024
9
+ pennylane_qrack/libqrack_device.dylib,sha256=7HXoD9IaxHaxJQDbLAZw91UPUUgcHmLDYq0Hsgx-R3s,3322904
10
10
  pennylane_qrack/qrack_ace_device.py,sha256=RaD2nxFSW6mW1pu19FDaI5CJx3s9D1K3-5VHjwzsBcM,17093
11
11
  pennylane_qrack/qrack_device.cpp,sha256=FFP1GLdgqOho9irwdaAF1Lo1T9KIsaVKMiiIglkrOmE,37194
12
12
  pennylane_qrack/qrack_device.py,sha256=LkfoH_KHm8VcUNT6Xzo3NZE24iGUMcLz8f1Nk8Jp6Sk,28358
13
13
  pennylane_qrack/qrack_stabilizer_device.py,sha256=owS6GZqob8B5wU7JqEbIlJ47-RqQPlkJUDBa65YJTVw,9958
14
- pennylane_qrack-0.22.5.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
15
- pennylane_qrack-0.22.5.dist-info/METADATA,sha256=d4LHlYGt15QwYCHyYutIF8__OD_8lGiI97-sWd9NpJc,6181
16
- pennylane_qrack-0.22.5.dist-info/WHEEL,sha256=97pmOSfusofyzGlW1jJA8mX_ciF6NJq3BQs-Zshjrk4,105
17
- pennylane_qrack-0.22.5.dist-info/entry_points.txt,sha256=5eoa4LFV7DuSLFbs6tzFvuVIHr6zOovxqlDsn2cinP4,220
18
- pennylane_qrack-0.22.5.dist-info/top_level.txt,sha256=5NFMNHqCHtVLwNkLg66xz846uUJAlnOJ5VGa6ulW1ow,16
19
- pennylane_qrack-0.22.5.dist-info/RECORD,,
14
+ pennylane_qrack-0.22.6.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
15
+ pennylane_qrack-0.22.6.dist-info/METADATA,sha256=I5yG5Hhk9R86zHWM60b_OpbdOJsRXLWyg8dEN3KLLy8,6181
16
+ pennylane_qrack-0.22.6.dist-info/WHEEL,sha256=97pmOSfusofyzGlW1jJA8mX_ciF6NJq3BQs-Zshjrk4,105
17
+ pennylane_qrack-0.22.6.dist-info/entry_points.txt,sha256=5eoa4LFV7DuSLFbs6tzFvuVIHr6zOovxqlDsn2cinP4,220
18
+ pennylane_qrack-0.22.6.dist-info/top_level.txt,sha256=5NFMNHqCHtVLwNkLg66xz846uUJAlnOJ5VGa6ulW1ow,16
19
+ pennylane_qrack-0.22.6.dist-info/RECORD,,