Skip to content

Commit 72b70ed

Browse files
update docs
1 parent b4c090f commit 72b70ed

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

docs/source/index.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ TensorCircuit Next Generation
77

88
**Welcome and congratulations! You have found TensorCircuit: the Next Generation.** 👏
99

10+
1011
Introduction
1112
---------------
1213

@@ -22,9 +23,11 @@ TensorCircuit-NG is an open-source high-performance quantum computing software f
2223

2324
* It is implemented with industry-standard machine learning frameworks: TensorFlow, JAX, and PyTorch. 🤖
2425

26+
* It is flexible and powerful to build and simulate tensor networks, neural networks and quantum circuits together. 🧠
27+
2528
* It is compatible with machine learning engineering paradigms: automatic differentiation, just-in-time compilation, vectorized parallelism and GPU acceleration. 🛠
2629

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.
2831

2932

3033

@@ -153,19 +156,19 @@ TensorCircuit-NG is unifying infrastructures and interfaces for quantum computin
153156
:columns: 12 6 3 3
154157
:shadow: md
155158

156-
ideal/noisy/approximate simulation
159+
ideal/noisy/approximate/analog simulation
157160

158161
.. grid-item-card:: Unified Representations
159162
:columns: 12 6 3 3
160163
:shadow: md
161164

162165
from/to_IR/qiskit/openqasm/json
163166

164-
.. grid-item-card:: Unified Pipelines
167+
.. grid-item-card:: Unified Objects
165168
:columns: 12 6 3 3
166169
:shadow: md
167170

168-
stateless functional programming/stateful ML models
171+
neural network/tensor network/quantum circuit
169172

170173

171174

docs/source/quickstart.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Either pip from conda or other python env managers is fine.
1515
Since there are many optional packages for various features,
1616
the users may need to install more pip packages when required.
1717

18-
- For Linux with Nvidia GPU,
18+
For Nvidia GPU,
1919
please refer to the GPU aware installation guide of corresponding machine learning frameworks:
2020
`TensorFlow <https://www.tensorflow.org/install/gpu>`_,
2121
`Jax <https://github.com/google/jax#pip-installation-gpu-cuda>`_,
@@ -27,7 +27,6 @@ Docker is also recommended (especially Linux + Nvidia GPU setup):
2727

2828
For more details on docker setup, please refer to `docker readme <https://github.com/tensorcircuit/tensorcircuit-ng/tree/master/docker>`_.
2929

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>`_.
3130

3231
Overall, the installation of TensorCircuit-NG is simple, since it is purely in Python and hence very portable.
3332
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
239238

240239
Inputs, parameters, measurements, circuit structures, and Monte Carlo noise can all be evaluated in parallel.
241240
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.
242242

243243

244244
Backend Agnosticism

0 commit comments

Comments
 (0)