![]() |
AlmaBTE
1.3
A solver of the space- and time-dependent Boltzmann transport equation for phonons
|
POD class representing a pair of atoms - one in unit cell (0, 0, 0) the other in an arbitrary unit cell cj, and the image of the latter in a number of unit cells cjp. More...
Public Attributes | |
int | i |
Index of the first atom in its unit cell. | |
int | j |
Index of the second atom in its unit cell. | |
Triple_int | cj |
Unit cell the second atom belongs to in a regular supercell representation. More... | |
std::vector< Triple_int > | cjp |
All unit cells that the image of the second atom belongs to in a Wigner-Seitz supercell representation. More... | |
POD class representing a pair of atoms - one in unit cell (0, 0, 0) the other in an arbitrary unit cell cj, and the image of the latter in a number of unit cells cjp.
Triple_int alma::Atom_pair::cj |
Unit cell the second atom belongs to in a regular supercell representation.
std::vector<Triple_int> alma::Atom_pair::cjp |
All unit cells that the image of the second atom belongs to in a Wigner-Seitz supercell representation.