pennylane-qrack 0.10.6__py3-none-macosx_12_0_x86_64.whl → 0.10.8__py3-none-macosx_12_0_x86_64.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.
- pennylane_qrack/CMakeCache.txt +8 -8
- pennylane_qrack/Makefile +11 -11
- pennylane_qrack/_version.py +1 -1
- pennylane_qrack/cmake_install.cmake +6 -2
- pennylane_qrack/libqrack_device.dylib +0 -0
- {pennylane_qrack-0.10.6.dist-info → pennylane_qrack-0.10.8.dist-info}/METADATA +1 -1
- pennylane_qrack-0.10.8.dist-info/RECORD +15 -0
- {pennylane_qrack-0.10.6.dist-info → pennylane_qrack-0.10.8.dist-info}/WHEEL +1 -1
- pennylane_qrack-0.10.6.dist-info/RECORD +0 -15
- {pennylane_qrack-0.10.6.dist-info → pennylane_qrack-0.10.8.dist-info}/LICENSE +0 -0
- {pennylane_qrack-0.10.6.dist-info → pennylane_qrack-0.10.8.dist-info}/entry_points.txt +0 -0
- {pennylane_qrack-0.10.6.dist-info → pennylane_qrack-0.10.8.dist-info}/top_level.txt +0 -0
pennylane_qrack/CMakeCache.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This is the CMakeCache file.
|
|
2
2
|
# For build in directory: /Users/runner/work/pennylane-qrack/pennylane-qrack/pennylane_qrack
|
|
3
|
-
# It was generated by CMake: /usr/local/
|
|
3
|
+
# It was generated by CMake: /usr/local/bin/cmake
|
|
4
4
|
# You can edit this file to change values found and used by cmake.
|
|
5
5
|
# If you do not want to change any of the values, simply exit the editor.
|
|
6
6
|
# If you do want to change a value, simply edit, save, and exit the editor.
|
|
@@ -245,17 +245,17 @@ CMAKE_CACHEFILE_DIR:INTERNAL=/Users/runner/work/pennylane-qrack/pennylane-qrack/
|
|
|
245
245
|
//Major version of cmake used to create the current loaded cache
|
|
246
246
|
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
|
|
247
247
|
//Minor version of cmake used to create the current loaded cache
|
|
248
|
-
CMAKE_CACHE_MINOR_VERSION:INTERNAL=
|
|
248
|
+
CMAKE_CACHE_MINOR_VERSION:INTERNAL=31
|
|
249
249
|
//Patch version of cmake used to create the current loaded cache
|
|
250
|
-
CMAKE_CACHE_PATCH_VERSION:INTERNAL=
|
|
250
|
+
CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
|
|
251
251
|
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
|
|
252
252
|
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
|
|
253
253
|
//Path to CMake executable.
|
|
254
|
-
CMAKE_COMMAND:INTERNAL=/usr/local/
|
|
254
|
+
CMAKE_COMMAND:INTERNAL=/usr/local/bin/cmake
|
|
255
255
|
//Path to cpack program executable.
|
|
256
|
-
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/
|
|
256
|
+
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/bin/cpack
|
|
257
257
|
//Path to ctest program executable.
|
|
258
|
-
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/
|
|
258
|
+
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/bin/ctest
|
|
259
259
|
//ADVANCED property for variable: CMAKE_CXX_COMPILER
|
|
260
260
|
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
|
|
261
261
|
//ADVANCED property for variable: CMAKE_CXX_FLAGS
|
|
@@ -283,7 +283,7 @@ CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
|
|
283
283
|
//ADVANCED property for variable: CMAKE_DLLTOOL
|
|
284
284
|
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
|
|
285
285
|
//Path to cache edit program executable.
|
|
286
|
-
CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/
|
|
286
|
+
CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/bin/ccmake
|
|
287
287
|
//Executable file format
|
|
288
288
|
CMAKE_EXECUTABLE_FORMAT:INTERNAL=MACHO
|
|
289
289
|
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
|
|
@@ -342,7 +342,7 @@ CMAKE_RANLIB-ADVANCED:INTERNAL=1
|
|
|
342
342
|
//ADVANCED property for variable: CMAKE_READELF
|
|
343
343
|
CMAKE_READELF-ADVANCED:INTERNAL=1
|
|
344
344
|
//Path to CMake installation.
|
|
345
|
-
CMAKE_ROOT:INTERNAL=/usr/local/
|
|
345
|
+
CMAKE_ROOT:INTERNAL=/usr/local/share/cmake
|
|
346
346
|
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
|
|
347
347
|
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
|
348
348
|
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
|
pennylane_qrack/Makefile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
|
|
3
3
|
|
|
4
4
|
# Default target executed when no arguments are given to make.
|
|
5
5
|
default_target: all
|
|
@@ -48,10 +48,10 @@ cmake_force:
|
|
|
48
48
|
SHELL = /bin/sh
|
|
49
49
|
|
|
50
50
|
# The CMake executable.
|
|
51
|
-
CMAKE_COMMAND = /usr/local/
|
|
51
|
+
CMAKE_COMMAND = /usr/local/bin/cmake
|
|
52
52
|
|
|
53
53
|
# The command to remove a file.
|
|
54
|
-
RM = /usr/local/
|
|
54
|
+
RM = /usr/local/bin/cmake -E rm -f
|
|
55
55
|
|
|
56
56
|
# Escaping for special characters.
|
|
57
57
|
EQUALS = =
|
|
@@ -68,7 +68,7 @@ CMAKE_BINARY_DIR = /Users/runner/work/pennylane-qrack/pennylane-qrack/pennylane_
|
|
|
68
68
|
# Special rule for the target edit_cache
|
|
69
69
|
edit_cache:
|
|
70
70
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
|
|
71
|
-
/usr/local/
|
|
71
|
+
/usr/local/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
72
72
|
.PHONY : edit_cache
|
|
73
73
|
|
|
74
74
|
# Special rule for the target edit_cache
|
|
@@ -78,7 +78,7 @@ edit_cache/fast: edit_cache
|
|
|
78
78
|
# Special rule for the target rebuild_cache
|
|
79
79
|
rebuild_cache:
|
|
80
80
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
|
|
81
|
-
/usr/local/
|
|
81
|
+
/usr/local/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
82
82
|
.PHONY : rebuild_cache
|
|
83
83
|
|
|
84
84
|
# Special rule for the target rebuild_cache
|
|
@@ -97,37 +97,37 @@ list_install_components/fast: list_install_components
|
|
|
97
97
|
# Special rule for the target install
|
|
98
98
|
install: preinstall
|
|
99
99
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
|
|
100
|
-
/usr/local/
|
|
100
|
+
/usr/local/bin/cmake -P cmake_install.cmake
|
|
101
101
|
.PHONY : install
|
|
102
102
|
|
|
103
103
|
# Special rule for the target install
|
|
104
104
|
install/fast: preinstall/fast
|
|
105
105
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
|
|
106
|
-
/usr/local/
|
|
106
|
+
/usr/local/bin/cmake -P cmake_install.cmake
|
|
107
107
|
.PHONY : install/fast
|
|
108
108
|
|
|
109
109
|
# Special rule for the target install/local
|
|
110
110
|
install/local: preinstall
|
|
111
111
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
|
|
112
|
-
/usr/local/
|
|
112
|
+
/usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
113
113
|
.PHONY : install/local
|
|
114
114
|
|
|
115
115
|
# Special rule for the target install/local
|
|
116
116
|
install/local/fast: preinstall/fast
|
|
117
117
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
|
|
118
|
-
/usr/local/
|
|
118
|
+
/usr/local/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
119
119
|
.PHONY : install/local/fast
|
|
120
120
|
|
|
121
121
|
# Special rule for the target install/strip
|
|
122
122
|
install/strip: preinstall
|
|
123
123
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
|
|
124
|
-
/usr/local/
|
|
124
|
+
/usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
125
125
|
.PHONY : install/strip
|
|
126
126
|
|
|
127
127
|
# Special rule for the target install/strip
|
|
128
128
|
install/strip/fast: preinstall/fast
|
|
129
129
|
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
|
|
130
|
-
/usr/local/
|
|
130
|
+
/usr/local/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
131
131
|
.PHONY : install/strip/fast
|
|
132
132
|
|
|
133
133
|
# The main all target
|
pennylane_qrack/_version.py
CHANGED
|
@@ -54,6 +54,12 @@ endif()
|
|
|
54
54
|
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
55
55
|
endif()
|
|
56
56
|
|
|
57
|
+
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
|
58
|
+
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
|
59
|
+
if(CMAKE_INSTALL_LOCAL_ONLY)
|
|
60
|
+
file(WRITE "/Users/runner/work/pennylane-qrack/pennylane-qrack/pennylane_qrack/install_local_manifest.txt"
|
|
61
|
+
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
|
62
|
+
endif()
|
|
57
63
|
if(CMAKE_INSTALL_COMPONENT)
|
|
58
64
|
if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$")
|
|
59
65
|
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
|
|
@@ -67,8 +73,6 @@ else()
|
|
|
67
73
|
endif()
|
|
68
74
|
|
|
69
75
|
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
|
70
|
-
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
|
71
|
-
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
|
72
76
|
file(WRITE "/Users/runner/work/pennylane-qrack/pennylane-qrack/pennylane_qrack/${CMAKE_INSTALL_MANIFEST}"
|
|
73
77
|
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
|
74
78
|
endif()
|
|
Binary file
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
pennylane_qrack/CMakeCache.txt,sha256=clJkYlC_u3IwbHP8iidNAvgUioaeqswdnmM5dMdVrU0,15980
|
|
2
|
+
pennylane_qrack/Makefile,sha256=7H-NP7fL_lUHTi5KHAl1PVsUpAC3I7_di2sx-trsTCQ,7589
|
|
3
|
+
pennylane_qrack/QrackDeviceConfig.toml,sha256=t_IQVSFR-GJ3VuqpQqm4M5gA3TVL4-y0qPq-f0FJwac,6219
|
|
4
|
+
pennylane_qrack/__init__.py,sha256=_g4NKu07_pXqxvQaxjdAPe769S5tWwYjqyHi3z7YKHc,673
|
|
5
|
+
pennylane_qrack/_version.py,sha256=2x9ov0gOjcD7--wZhBpLrlpvNTzKBTXadCPjjzrGmTo,692
|
|
6
|
+
pennylane_qrack/cmake_install.cmake,sha256=kGwn1WA3BmppRM2jbFpe0zpVqOjWb1FCnpYwMaSSxik,3274
|
|
7
|
+
pennylane_qrack/libqrack_device.dylib,sha256=FEuq5sCWGgxHWqwu-2Q60Yrp-xC6jRuGHybSakGMVTU,2970320
|
|
8
|
+
pennylane_qrack/qrack_device.cpp,sha256=eRoowI7n9XV63aoZEaDjWmK1NC4JQ1GBeL2uggDttG0,36846
|
|
9
|
+
pennylane_qrack/qrack_device.py,sha256=JMMV6yiLg97qcEZjioLfTlqIW6Tq5vnVG6pTtT4MkDI,26943
|
|
10
|
+
pennylane_qrack-0.10.8.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
11
|
+
pennylane_qrack-0.10.8.dist-info/METADATA,sha256=C00WZPBqM-k5DE0ZDAaOWRhhLPEbwcECFhK8qGsZypg,5525
|
|
12
|
+
pennylane_qrack-0.10.8.dist-info/WHEEL,sha256=qsMr75Mlfw001-QM3BXNlIYiyKlqHIeFx0rsKFr9UKg,106
|
|
13
|
+
pennylane_qrack-0.10.8.dist-info/entry_points.txt,sha256=V6f1sN6IZZZaEvxrI47A3K_kksp8fDUWjLWD0Met7Ww,79
|
|
14
|
+
pennylane_qrack-0.10.8.dist-info/top_level.txt,sha256=5NFMNHqCHtVLwNkLg66xz846uUJAlnOJ5VGa6ulW1ow,16
|
|
15
|
+
pennylane_qrack-0.10.8.dist-info/RECORD,,
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
pennylane_qrack/CMakeCache.txt,sha256=SqPMf-mg1R1CvN9iEW0oO-5uja146cRHYJ_4L1Rzc-M,16100
|
|
2
|
-
pennylane_qrack/Makefile,sha256=WgHeF4eQjsjX_OjNyuhzcuo1-YJMsVX9j82iABayQAQ,7789
|
|
3
|
-
pennylane_qrack/QrackDeviceConfig.toml,sha256=t_IQVSFR-GJ3VuqpQqm4M5gA3TVL4-y0qPq-f0FJwac,6219
|
|
4
|
-
pennylane_qrack/__init__.py,sha256=_g4NKu07_pXqxvQaxjdAPe769S5tWwYjqyHi3z7YKHc,673
|
|
5
|
-
pennylane_qrack/_version.py,sha256=DHIZB4J5ZPEd4WrS1Bp2oCWmH66NYVS_NENRj7_jI90,692
|
|
6
|
-
pennylane_qrack/cmake_install.cmake,sha256=dmMUx-ivWcELMTui1SWnnN_Jxw0s4hwgBYdGF--L8rI,3088
|
|
7
|
-
pennylane_qrack/libqrack_device.dylib,sha256=XGg0kEYTNGnycd9hDDp3HLTSGGYvmdIv7ElfJyehcTM,2950768
|
|
8
|
-
pennylane_qrack/qrack_device.cpp,sha256=eRoowI7n9XV63aoZEaDjWmK1NC4JQ1GBeL2uggDttG0,36846
|
|
9
|
-
pennylane_qrack/qrack_device.py,sha256=JMMV6yiLg97qcEZjioLfTlqIW6Tq5vnVG6pTtT4MkDI,26943
|
|
10
|
-
pennylane_qrack-0.10.6.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
11
|
-
pennylane_qrack-0.10.6.dist-info/METADATA,sha256=-fjNCt9FyOhJbcsjZP4XJENQaEHEjOGrgM0ZWpxhx1E,5525
|
|
12
|
-
pennylane_qrack-0.10.6.dist-info/WHEEL,sha256=TDv-5Q9jJVEbUyNu42LU9Oimw5zgp_TWJrwih-3m70Q,106
|
|
13
|
-
pennylane_qrack-0.10.6.dist-info/entry_points.txt,sha256=V6f1sN6IZZZaEvxrI47A3K_kksp8fDUWjLWD0Met7Ww,79
|
|
14
|
-
pennylane_qrack-0.10.6.dist-info/top_level.txt,sha256=5NFMNHqCHtVLwNkLg66xz846uUJAlnOJ5VGa6ulW1ow,16
|
|
15
|
-
pennylane_qrack-0.10.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|