tensorcircuit-nightly 1.3.0.dev20250815__py3-none-any.whl → 1.3.0.dev20250817__py3-none-any.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 tensorcircuit-nightly might be problematic. Click here for more details.
- tensorcircuit/__init__.py +1 -1
- tensorcircuit/backends/abstract_backend.py +113 -0
- tensorcircuit/backends/cupy_backend.py +3 -1
- tensorcircuit/backends/jax_backend.py +34 -2
- tensorcircuit/backends/numpy_backend.py +28 -1
- tensorcircuit/backends/pytorch_backend.py +36 -0
- tensorcircuit/backends/tensorflow_backend.py +38 -0
- tensorcircuit/templates/hamiltonians.py +16 -3
- tensorcircuit/templates/lattice.py +624 -335
- {tensorcircuit_nightly-1.3.0.dev20250815.dist-info → tensorcircuit_nightly-1.3.0.dev20250817.dist-info}/METADATA +1 -1
- {tensorcircuit_nightly-1.3.0.dev20250815.dist-info → tensorcircuit_nightly-1.3.0.dev20250817.dist-info}/RECORD +14 -14
- {tensorcircuit_nightly-1.3.0.dev20250815.dist-info → tensorcircuit_nightly-1.3.0.dev20250817.dist-info}/WHEEL +0 -0
- {tensorcircuit_nightly-1.3.0.dev20250815.dist-info → tensorcircuit_nightly-1.3.0.dev20250817.dist-info}/licenses/LICENSE +0 -0
- {tensorcircuit_nightly-1.3.0.dev20250815.dist-info → tensorcircuit_nightly-1.3.0.dev20250817.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tensorcircuit-nightly
|
|
3
|
-
Version: 1.3.0.
|
|
3
|
+
Version: 1.3.0.dev20250817
|
|
4
4
|
Summary: High performance unified quantum computing framework for the NISQ era
|
|
5
5
|
Author-email: TensorCircuit Authors <znfesnpbh@gmail.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
tensorcircuit/__init__.py,sha256=
|
|
1
|
+
tensorcircuit/__init__.py,sha256=2EKd-87twpRnsKxeZcT3RxUhfrZjQKzQCHGzJDr3_tw,2055
|
|
2
2
|
tensorcircuit/about.py,sha256=DazTswU2nAwOmASTaDII3L04PVtaQ7oiWPty5YMI3Wk,5267
|
|
3
3
|
tensorcircuit/abstractcircuit.py,sha256=0osacPqq7B1EJki-cI1aLYoVRmjFaG9q3XevWMs7SsA,44125
|
|
4
4
|
tensorcircuit/asciiart.py,sha256=neY1OWFwtoW5cHPNwkQHgRPktDniQvdlP9QKHkk52fM,8236
|
|
@@ -40,15 +40,15 @@ tensorcircuit/applications/physics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQe
|
|
|
40
40
|
tensorcircuit/applications/physics/baseline.py,sha256=RWrzMGnC0PtmpYSFkvCE7r1llR88gncXuCakAAhFE-w,1775
|
|
41
41
|
tensorcircuit/applications/physics/fss.py,sha256=ny3U9ZDmT459PXjA1oUGfarBOlSKSy6fs04vD9s1XH4,3633
|
|
42
42
|
tensorcircuit/backends/__init__.py,sha256=WiUmbUFzM29w3hKfhuKxVUk3PpqDFiXf4za9g0ctpZA,80
|
|
43
|
-
tensorcircuit/backends/abstract_backend.py,sha256=
|
|
43
|
+
tensorcircuit/backends/abstract_backend.py,sha256=W1IMVKVxpx2F-7Cu4zzNIe3UZPQfjAi7niPuirf-pJA,66267
|
|
44
44
|
tensorcircuit/backends/backend_factory.py,sha256=Z0aQ-RnxOnQzp-SRw8sefAH8XyBSlj2NXZwOlHinbfY,1713
|
|
45
|
-
tensorcircuit/backends/cupy_backend.py,sha256=
|
|
46
|
-
tensorcircuit/backends/jax_backend.py,sha256=
|
|
45
|
+
tensorcircuit/backends/cupy_backend.py,sha256=KG5fqP29wnngkPsi-TnOk0pHsr9lyD7hx6_Y56fCQuY,15172
|
|
46
|
+
tensorcircuit/backends/jax_backend.py,sha256=AWUaX044duGJGfxIpQ2NB3fu_qGuB0N9ghm83DE547g,27829
|
|
47
47
|
tensorcircuit/backends/jax_ops.py,sha256=WyUGavch2R9uEFsI1Ap7eP1UcU4s2TItBgGsrVS3Hzs,9320
|
|
48
|
-
tensorcircuit/backends/numpy_backend.py,sha256=
|
|
49
|
-
tensorcircuit/backends/pytorch_backend.py,sha256=
|
|
48
|
+
tensorcircuit/backends/numpy_backend.py,sha256=d0As0VlnvM2RZS2wHWlDqDdxeHFtI8TvUWafqs51wC4,15333
|
|
49
|
+
tensorcircuit/backends/pytorch_backend.py,sha256=PTrbzOR_U0_ik9dhcaCXKYluyM-G5vDIKR5xjubq02k,25387
|
|
50
50
|
tensorcircuit/backends/pytorch_ops.py,sha256=lLxpK6OqfpVwifyFlgsqhpnt-oIn4R5paPMVg51WaW0,3826
|
|
51
|
-
tensorcircuit/backends/tensorflow_backend.py,sha256=
|
|
51
|
+
tensorcircuit/backends/tensorflow_backend.py,sha256=GY9jQ_CeOJ8s6X0rPbopUJD9tlucHbjwNlSH8NU98M8,39466
|
|
52
52
|
tensorcircuit/backends/tf_ops.py,sha256=FJwDU7LhZrt0VUIx12DJU0gZnWhMv7B7r9sAKG710As,3378
|
|
53
53
|
tensorcircuit/cloud/__init__.py,sha256=n0Lx07GYF6YbdIa6AJCLJk4zlAm5CqaeHszvkxxuoI4,139
|
|
54
54
|
tensorcircuit/cloud/abstraction.py,sha256=6aSxbz0MP21jBVdFbSMrvJPLQH117vGz9sSHbMFoodE,14582
|
|
@@ -83,11 +83,11 @@ tensorcircuit/templates/chems.py,sha256=9ksMYTutfDEF3U04xrj9j0bYWb5gwTwMdMPi-SZK
|
|
|
83
83
|
tensorcircuit/templates/conversions.py,sha256=D3chiKDr7G1ekCJngiol91k9iqrMag1DZQGSx0j_uH4,3023
|
|
84
84
|
tensorcircuit/templates/dataset.py,sha256=ldPvCUlwjHU_S98E2ISQp34KqJzJPpPHmDIKJ4K-qYo,1933
|
|
85
85
|
tensorcircuit/templates/graphs.py,sha256=cPYrxjoem0xZ-Is9dZKAvEzWZL_FejfIRiCEOTA4qd4,3935
|
|
86
|
-
tensorcircuit/templates/hamiltonians.py,sha256=
|
|
87
|
-
tensorcircuit/templates/lattice.py,sha256=
|
|
86
|
+
tensorcircuit/templates/hamiltonians.py,sha256=dp1E5kZDxpE4g7df1EujQHP4sBU6kuGTkF4e49X2IPk,6116
|
|
87
|
+
tensorcircuit/templates/lattice.py,sha256=QH6N4sOegQPZGN-5UjTecy220-8AJLFvo1seh7VD3xA,72851
|
|
88
88
|
tensorcircuit/templates/measurements.py,sha256=pzc5Aa9S416Ilg4aOY77Z6ZhUlYcXnAkQNQFTuHjFFs,10943
|
|
89
|
-
tensorcircuit_nightly-1.3.0.
|
|
90
|
-
tensorcircuit_nightly-1.3.0.
|
|
91
|
-
tensorcircuit_nightly-1.3.0.
|
|
92
|
-
tensorcircuit_nightly-1.3.0.
|
|
93
|
-
tensorcircuit_nightly-1.3.0.
|
|
89
|
+
tensorcircuit_nightly-1.3.0.dev20250817.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
90
|
+
tensorcircuit_nightly-1.3.0.dev20250817.dist-info/METADATA,sha256=bXq0lmHqzmo_pJXOxxuApTtwvk-IUYz8EDeSDcBldK4,35709
|
|
91
|
+
tensorcircuit_nightly-1.3.0.dev20250817.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
92
|
+
tensorcircuit_nightly-1.3.0.dev20250817.dist-info/top_level.txt,sha256=9dcuK5488dWpVauYz8cdvx743z_La1h7zIQCsEEgu7o,14
|
|
93
|
+
tensorcircuit_nightly-1.3.0.dev20250817.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|