Skip to content

Commit ca0456f

Browse files
committed
Update multigrid doc
1 parent 3ae4895 commit ca0456f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/modules/pbc/multigrid.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ evaluation functions offered by the `numint` module, the Multigrid algorithm
1212
can achieve an order of magnitude improvement in the computation of the Coulomb
1313
matrix and DFT XC matrix.
1414

15-
Supported Applications
16-
======================
15+
Supported Features
16+
==================
1717

1818
The Multigrid algorithm is designed to accelerate DFT calculations.
1919
It can also be utilized to speed up derived properties based on DFT, such as
@@ -80,8 +80,9 @@ apply the Multigrid algorithm.::
8080
mf._numint = MultiGridNumInt(cell)
8181
mf.run()
8282

83-
Common Options
84-
==============
83+
Configurable Options
84+
====================
85+
8586
In most scenarios, the Multigrid module can automatically configure parameters such
8687
as energy cutoff, radius cutoff, sub tasks to balance computational load and
8788
accuracy. If you need more precise control over the Multigrid algorithm,

0 commit comments

Comments
 (0)