![]() |
AlmaBTE
1.3
A solver of the space- and time-dependent Boltzmann transport equation for phonons
|
POD class used to hold a pair of atom indices and a symmetry operation. More...
#include <symmetry.hpp>
Public Member Functions | |
Transformed_pair (std::size_t a, std::size_t b, std::size_t _operation, bool _exchange) | |
Basic constructor. | |
Public Attributes | |
const std::array< std::size_t, 2 > | pair |
Pair of atom indices. | |
const std::size_t | operation |
Index of a symmetry operation. | |
const bool | exchange |
True if an additional exchange of indices is necessary. | |
POD class used to hold a pair of atom indices and a symmetry operation.
Intended to be used for classifying pairs of atoms in a supercell.