Skip to content

Commit 2d4a09d

Browse files
authored
Merge pull request #3 from refraction-ray/doc-fix
Fix typo in quickstart doc
2 parents 6992d93 + c4f6fa7 commit 2d4a09d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/quickstart.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ based on the :class:`UCC <tencirchem.UCC>` base class.
3838

3939

4040
Apart from the high-level interface inherited from PySCF,
41-
TenCirChem offers a rich set of useful intermediate interfaces for access and modication,
41+
TenCirChem offers a rich set of useful intermediate interfaces for access and modification,
4242
to facilitate the development and validation of novel algorithms.
4343
Functions of the :class:`UCC <tencirchem.UCC>` classes include
4444

@@ -50,13 +50,13 @@ Functions of the :class:`UCC <tencirchem.UCC>` classes include
5050

5151
and much more. Please refer to the
5252
:doc:`tutorial_jupyter/ucc_functions` tutorial for detailed guide and
53-
the the `Examples <https://github.com/tencent-quantum-lab/TenCirChem/tree/master/example>`__ directory
53+
the `Examples <https://github.com/tencent-quantum-lab/TenCirChem/tree/master/example>`__ directory
5454
for working examples.
5555

5656

5757
UCC Speed
5858
---------
59-
The :class:`UCC <tencirchem.UCC>` classes exploits particle number conservation
59+
The :class:`UCC <tencirchem.UCC>` class exploits particle number conservation
6060
and *UCC factor expansion* for extremely efficient simulation.
6161
Here we show the tested UCCSD wall time of TenCirChem over hydrogen chain system,
6262
along with corresponding error compared to FCI.

0 commit comments

Comments
 (0)