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: README.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Please begin with [Quick Start](/docs/source/quickstart.rst) in the [full docume
37
37
38
38
For more information on software usage, sota algorithm implementation and engineer paradigm demonstration, please refer to 80+ [example scripts](/examples) and 30+ [tutorial notebooks](https://tensorcircuit-ng.readthedocs.io/en/latest/#tutorials). API docstrings and test cases in [tests](/tests) are also informative.
39
39
40
-
For beginners, please refer to [quantum computing lectures with TC-NG](https://github.com/sxzgroup/qc_lecture) to learn both quantum computing basis and representative usage of TensorCircuit-NG.
40
+
For beginners, please refer to [quantum computing lectures with TC-NG](https://github.com/sxzgroup/qc_lecture) to learn both quantum computing basics and representative usage of TensorCircuit-NG.
41
41
42
42
The following are some minimal demos.
43
43
@@ -157,7 +157,7 @@ We also have [Docker support](/docker).
157
157
158
158
- JIT, AD, vectorized parallelism compatible
159
159
160
-
- GPU support, quantum device access support, hybrid deployment support
160
+
- GPU support, QPU access support, hybrid deployment support
161
161
162
162
- HPC native, distributed simulation enabled, multiple devices/hosts support
163
163
@@ -372,7 +372,7 @@ For the setup and simulation code of neural network encoded variational quantum
372
372
373
373
Reference paper: https://arxiv.org/abs/2308.01068 (published in PRApplied).
374
374
375
-
### Effective temperature in approximate ansatzes
375
+
### Effective temperature in ansatzes
376
376
377
377
For the simulation implementation of quantum states based on neural networks, tensor networs and quantum circuits using TensorCircuit-NG, see the [project repo](https://github.com/sxzgroup/et).
For the simulation code and data for variational optimization of simutaneous excited states, see the [project repo](https://github.com/sxzgroup/quantum_excited_state).
0 commit comments