|
39 | 39 | - [ecutwfc](#ecutwfc) |
40 | 40 | - [ecutrho](#ecutrho) |
41 | 41 | - [nx, ny, nz](#nx-ny-nz) |
42 | | - - [nsx, nsy, nsz](#nsx-nsy-nsz) |
| 42 | + - [ndx, ndy, ndz](#ndx-ndy-ndz) |
43 | 43 | - [pw\_seed](#pw_seed) |
44 | 44 | - [pw\_diag\_thr](#pw_diag_thr) |
45 | 45 | - [pw\_diag\_nmax](#pw_diag_nmax) |
@@ -699,13 +699,19 @@ These variables are used to control the plane wave related parameters. |
699 | 699 | ### nx, ny, nz |
700 | 700 |
|
701 | 701 | - **Type**: Integer |
702 | | -- **Description**: If set to a positive number, then the three variables specify the numbers of FFT grid points in x, y, z directions, respectively. If set to 0, the number will be calculated from ecutrho. Note: you must specify all three dimensions for this setting to be used. |
| 702 | +- **Description**: If set to a positive number, then the three variables specify the numbers of FFT grid points in x, y, z directions, respectively. If set to 0, the number will be calculated from ecutrho. |
| 703 | + |
| 704 | + Note: You must specify all three dimensions for this setting to be used. |
703 | 705 | - **Default**: 0 |
704 | 706 |
|
705 | | -### nsx, nsy, nsz |
| 707 | +### ndx, ndy, ndz |
706 | 708 |
|
707 | 709 | - **Type**: Integer |
708 | | -- **Description**: If set to a positive number, then the three variables specify the numbers of FFT grid (for the smooth part of charge density in ultrasoft pseudopotential) points in x, y, z directions, respectively. If set to 0, the number will be calculated from ecutwfc. Note: you must specify all three dimensions for this setting to be used. |
| 710 | +- **Description**: If set to a positive number, then the three variables specify the numbers of FFT grid (for the dense part of charge density in ultrasoft pseudopotential) points in x, y, z directions, respectively. If set to 0, the number will be calculated from ecutwfc. |
| 711 | + |
| 712 | + Note: You must specify all three dimensions for this setting to be used. |
| 713 | + |
| 714 | + Note: These parameters must be used combined with [nx,ny,nz](#nx-ny-nz). If [nx,ny,nz](#nx-ny-nz) are unset, ndx,ndy,ndz are used as [nx,ny,nz](#nx-ny-nz). |
709 | 715 | - **Default**: 0 |
710 | 716 |
|
711 | 717 | ### pw_seed |
|
0 commit comments