Glossary#
Variable Names and Meanings#
This section provides a summary of the variables and arguments used in the package, along with their meanings.
Mesh Grid#
Math Symbol |
Variable Name |
Meaning |
---|---|---|
\(\boldsymbol{r}\) |
|
Grid in real space of the unit cell. Shape: |
\(\boldsymbol{G}\) |
|
Grid in reciprocal space of the unit cell. Shape: |
\(\boldsymbol{k}\) |
|
k-point path sampling in reciprocal space. Shape: |
\(\boldsymbol{w}_k\) |
|
Weights for k-point integration. Shape: |
Physical Quantities#
The physical quantities in the table below are evaluated on the mesh grid in real or reciprocal space.
Math Symbol |
Variable Name |
Meaning |
---|---|---|
\(\bf{A}\) |
|
Real-space unit cell translation vectors |
\(\bf{B}\) |
|
Reciprocal lattice vectors |
\(\rho(\bf{r})\) |
|
Electronic charge density in real space |
\(\tilde\rho(\bf{G})\) |
|
Electronic charge density in reciprocal space |
\(\psi({\bf{r}})\) |
|
Electronic wavefunction in real space |
\(\tilde\psi(\bf{G})\) |
|
Electronic wavefunction in reciprocal space |
\(\boldsymbol{\varepsilon}_{i}\) |
|
Single-particle eigenvalues of the Hamiltonian matrix |
\(h_{ij}\) |
|
Single-particle Hamiltonian matrix |
\(c\) |
|
Plane wave expansion coefficients. |
\(c\) |
|
Dense format of plane wave coefficients. |
\(w\) |
|
Trainable neural network parameters |
- |
|
Binary mask for |
\(o\) |
|
Electronic occupation numbers for each state |
Notes:
Any variable ending with
_vector_grid
has the shape(x, y, z, 3)
, representing 3D vectors on a grid.Variables ending with
_grid
have the shape(x, y, z)
, representing scalar quantities on a grid.The postfix
_real
is always omitted. If a variable does not have the postfix_reciprocal
, it is in real space.
Arguments and Intermediate Variables#
Variable Name |
Meaning |
---|---|
|
Energy cutoff for plane wave basis expansion |
|
Number of grid points along each direction for both \(k\) and \(G\) points |
|
Number of k-points along each direction for Brillouin zone sampling |
|
Atomic positions in real-space coordinates |
|
Nuclear charge |
|
Ewald summation convergence parameter \(\eta\) |
|
Cutoff energy for Ewald summation. The higher the cutoff energy, the more accurate the Ewald summation, but the slower the calculation. |
|
Number of electronic bands (usually equals the number of electrons) |
|
Total number of k-points in the calculation |
|
Total number of G-vectors in the plane wave basis |
|
Volume of the crystal unit cell |
|
Number of spin channels (1 for non-spin-polarized, 2 for spin-polarized calculations) |