pennylane-qrack 0.10.20__py3-none-macosx_13_0_x86_64.whl → 0.11.0__py3-none-macosx_13_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 +7 -7
- pennylane_qrack/Makefile +10 -10
- pennylane_qrack/_version.py +1 -1
- pennylane_qrack/libqrack_device.dylib +0 -0
- pennylane_qrack/qrack_device.py +2 -2
- {pennylane_qrack-0.10.20.dist-info → pennylane_qrack-0.11.0.dist-info}/METADATA +1 -1
- pennylane_qrack-0.11.0.dist-info/RECORD +15 -0
- pennylane_qrack-0.10.20.dist-info/RECORD +0 -15
- {pennylane_qrack-0.10.20.dist-info → pennylane_qrack-0.11.0.dist-info}/LICENSE +0 -0
- {pennylane_qrack-0.10.20.dist-info → pennylane_qrack-0.11.0.dist-info}/WHEEL +0 -0
- {pennylane_qrack-0.10.20.dist-info → pennylane_qrack-0.11.0.dist-info}/entry_points.txt +0 -0
- {pennylane_qrack-0.10.20.dist-info → pennylane_qrack-0.11.0.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.
|
|
@@ -247,15 +247,15 @@ CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
|
|
|
247
247
|
//Minor version of cmake used to create the current loaded cache
|
|
248
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=1
|
|
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
|
@@ -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
|
Binary file
|
pennylane_qrack/qrack_device.py
CHANGED
|
@@ -66,9 +66,9 @@ class QrackDevice(QubitDevice):
|
|
|
66
66
|
"PauliY": Pauli.PauliY,
|
|
67
67
|
"PauliZ": Pauli.PauliZ,
|
|
68
68
|
"Identity": Pauli.PauliI,
|
|
69
|
+
"Hadamard": None,
|
|
70
|
+
"Hermitian": None,
|
|
69
71
|
"Prod": None,
|
|
70
|
-
# "Hadamard": None,
|
|
71
|
-
# "Hermitian": None,
|
|
72
72
|
# "Sum": None,
|
|
73
73
|
# "SProd": None,
|
|
74
74
|
# "Exp": None,
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
pennylane_qrack/CMakeCache.txt,sha256=ptXhplUpYBN1c7Rw07PpJabie_U8JFdNFP0lBUTAPJ0,15973
|
|
2
|
+
pennylane_qrack/Makefile,sha256=7H-NP7fL_lUHTi5KHAl1PVsUpAC3I7_di2sx-trsTCQ,7589
|
|
3
|
+
pennylane_qrack/QrackDeviceConfig.toml,sha256=qIamMrYN8kqkhoAuYrgmvmaUi3JXdjXLlhjMrpxIZK8,6379
|
|
4
|
+
pennylane_qrack/__init__.py,sha256=_g4NKu07_pXqxvQaxjdAPe769S5tWwYjqyHi3z7YKHc,673
|
|
5
|
+
pennylane_qrack/_version.py,sha256=FHXspYlW6B94uVI5D5A0mU7jk_LXhTgozukKmGSw260,692
|
|
6
|
+
pennylane_qrack/cmake_install.cmake,sha256=3koGjuUDHxfI9o9wTp4oRYWMlvN-NeoyjamIYYMbcJ8,3274
|
|
7
|
+
pennylane_qrack/libqrack_device.dylib,sha256=CAsgqqi8b6G2SXTAHWH57KhIlepHVzMABkvjrLLVdqc,3296768
|
|
8
|
+
pennylane_qrack/qrack_device.cpp,sha256=KmFmugfYT_q2wt_iSvaHkhD3CzUe5UrlT_OYdNlVEgo,36953
|
|
9
|
+
pennylane_qrack/qrack_device.py,sha256=hfzQ7Bz7iY7LwRGELVHTAU5Dic1k_QVU9yxU9FQecsI,27316
|
|
10
|
+
pennylane_qrack-0.11.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
11
|
+
pennylane_qrack-0.11.0.dist-info/METADATA,sha256=DXiBO6w9WvEyihuOMmmVsftxTqdtPov1yLGG-ZXGnHU,5525
|
|
12
|
+
pennylane_qrack-0.11.0.dist-info/WHEEL,sha256=Xt26AAX4_fmqNkpuR0LOzcu8ijipXBEOs3CoLcgrDhc,106
|
|
13
|
+
pennylane_qrack-0.11.0.dist-info/entry_points.txt,sha256=V6f1sN6IZZZaEvxrI47A3K_kksp8fDUWjLWD0Met7Ww,79
|
|
14
|
+
pennylane_qrack-0.11.0.dist-info/top_level.txt,sha256=5NFMNHqCHtVLwNkLg66xz846uUJAlnOJ5VGa6ulW1ow,16
|
|
15
|
+
pennylane_qrack-0.11.0.dist-info/RECORD,,
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
pennylane_qrack/CMakeCache.txt,sha256=-FeWgCaAiSbeqS8DyCG-4_wKu41ifPjMlYX7Ler_-fc,16093
|
|
2
|
-
pennylane_qrack/Makefile,sha256=5bHWbw8K7aNYIizXIkWdGdcAZ-dqvX6-HCqaOkC9ZkA,7789
|
|
3
|
-
pennylane_qrack/QrackDeviceConfig.toml,sha256=qIamMrYN8kqkhoAuYrgmvmaUi3JXdjXLlhjMrpxIZK8,6379
|
|
4
|
-
pennylane_qrack/__init__.py,sha256=_g4NKu07_pXqxvQaxjdAPe769S5tWwYjqyHi3z7YKHc,673
|
|
5
|
-
pennylane_qrack/_version.py,sha256=IQ8qpsCUIoEeQZ2JwjurqZeuAzsrineW20nNYqdJprI,693
|
|
6
|
-
pennylane_qrack/cmake_install.cmake,sha256=3koGjuUDHxfI9o9wTp4oRYWMlvN-NeoyjamIYYMbcJ8,3274
|
|
7
|
-
pennylane_qrack/libqrack_device.dylib,sha256=43VIH7H-WmKJbV7SVhbCi7b4fANs0XXGIHLAsew7THQ,3296768
|
|
8
|
-
pennylane_qrack/qrack_device.cpp,sha256=KmFmugfYT_q2wt_iSvaHkhD3CzUe5UrlT_OYdNlVEgo,36953
|
|
9
|
-
pennylane_qrack/qrack_device.py,sha256=9BrO9gwt9nb6VkpYaA4E4Al49dGMlUg2O9uQVWlIWao,27320
|
|
10
|
-
pennylane_qrack-0.10.20.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
11
|
-
pennylane_qrack-0.10.20.dist-info/METADATA,sha256=eSon5S48NDDFPFavpr1pQyuB6ng_ry6UtMykK4jN5FM,5526
|
|
12
|
-
pennylane_qrack-0.10.20.dist-info/WHEEL,sha256=Xt26AAX4_fmqNkpuR0LOzcu8ijipXBEOs3CoLcgrDhc,106
|
|
13
|
-
pennylane_qrack-0.10.20.dist-info/entry_points.txt,sha256=V6f1sN6IZZZaEvxrI47A3K_kksp8fDUWjLWD0Met7Ww,79
|
|
14
|
-
pennylane_qrack-0.10.20.dist-info/top_level.txt,sha256=5NFMNHqCHtVLwNkLg66xz846uUJAlnOJ5VGa6ulW1ow,16
|
|
15
|
-
pennylane_qrack-0.10.20.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|