You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/index.rst
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ TensorCircuit Next Generation
7
7
8
8
**Welcome and congratulations! You have found TensorCircuit: the Next Generation.** 👏
9
9
10
+
10
11
Introduction
11
12
---------------
12
13
@@ -22,9 +23,11 @@ TensorCircuit-NG is an open-source high-performance quantum computing software f
22
23
23
24
* It is implemented with industry-standard machine learning frameworks: TensorFlow, JAX, and PyTorch. 🤖
24
25
26
+
* It is flexible and powerful to build and simulate tensor networks, neural networks and quantum circuits together. 🧠
27
+
25
28
* It is compatible with machine learning engineering paradigms: automatic differentiation, just-in-time compilation, vectorized parallelism and GPU acceleration. 🛠
26
29
27
-
With the help of TensorCircuit-NG, now get ready to efficiently and elegantly solve interesting and challenging quantum computing problems: from academic research prototype to industry application deployment.
30
+
With the help of TensorCircuit-NG, now get ready to efficiently and elegantly solve interesting and challenging quantum computing and quantum many-body problems: from academic research prototype to industry application deployment.
28
31
29
32
30
33
@@ -153,19 +156,19 @@ TensorCircuit-NG is unifying infrastructures and interfaces for quantum computin
153
156
:columns: 12 6 3 3
154
157
:shadow: md
155
158
156
-
ideal/noisy/approximate simulation
159
+
ideal/noisy/approximate/analog simulation
157
160
158
161
.. grid-item-card:: Unified Representations
159
162
:columns: 12 6 3 3
160
163
:shadow: md
161
164
162
165
from/to_IR/qiskit/openqasm/json
163
166
164
-
.. grid-item-card:: Unified Pipelines
167
+
.. grid-item-card:: Unified Objects
165
168
:columns: 12 6 3 3
166
169
:shadow: md
167
170
168
-
stateless functional programming/stateful ML models
@@ -27,7 +27,6 @@ Docker is also recommended (especially Linux + Nvidia GPU setup):
27
27
28
28
For more details on docker setup, please refer to `docker readme <https://github.com/tensorcircuit/tensorcircuit-ng/tree/master/docker>`_.
29
29
30
-
- For Windows, due to the lack of support for Jax, we recommend to use docker or WSL, please refer to `TC via windows docker <contribs/development_windows.html>`_ or `TC via WSL <contribs/development_wsl2.html>`_.
31
30
32
31
Overall, the installation of TensorCircuit-NG is simple, since it is purely in Python and hence very portable.
33
32
As long as the users can take care of the installation of ML frameworks on the corresponding system, TensorCircuit-NG will work as expected.
@@ -239,6 +238,7 @@ To learn more about the jit mechanism, one can refer to documentation or blogs o
239
238
240
239
Inputs, parameters, measurements, circuit structures, and Monte Carlo noise can all be evaluated in parallel.
241
240
To learn more about vmap mechanism, one can refer to documentation or blogs on ``tf.vectorized_map`` or ``jax.vmap``.
241
+
One can also refer to `tutorial <https://tensorcircuit-ng.readthedocs.io/en/latest/whitepaper/6-3-vmap.html>`_ for more details on the vmap usage in TensorCircuit-NG.
0 commit comments