Skip to content

Commit 262e661

Browse files
fix the doc
1 parent ab8581d commit 262e661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/faq.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ How can I run TensorCircuit-NG on GPU?
1818
This is done directly through the ML backend. GPU support is determined by whether ML libraries are can run on GPU, we don't handle this within tensorcircuit-ng.
1919
It is the users' responsibility to configure a GPU-compatible environment for these ML packages. Please refer to the installation documentation for these ML packages and directly use the official dockerfiles provided by TensorCircuit-NG.
2020

21-
- TensorFlow: ``pip install "tensorflow[and-cuda]""``
21+
- TensorFlow: ``pip install "tensorflow[and-cuda]"``
2222

2323
- Jax: ``pip install -U "jax[cuda12]"``
2424

@@ -245,7 +245,7 @@ When performing measurements or sampling in TensorCircuit-NG, there are six diff
245245
{0: 2, 1: 0, 2: 2, 3: 0} # {state_integer: frequency}
246246
247247
248-
For more input parameters, see API doc :py:meth:`tensorcircuit.Circuit.sample`.
248+
For more input parameters, see API doc :py:meth:`tensorcircuit.BaseCircuit.sample`.
249249

250250

251251
How to get the entanglement entropy from the circuit output?

0 commit comments

Comments
 (0)