|
SIRIUS 7.5.0
Electronic structure library and applications
|
Descriptor of the z-column (x,y fixed, z varying) of the G-vectors. More...
#include <gvec.hpp>
Public Member Functions | |
| z_column_descriptor (int x__, int y__, std::vector< int > z__) | |
| Constructor. More... | |
| z_column_descriptor () | |
| Default constructor. More... | |
Public Attributes | |
| int | x |
| X-coordinate (can be negative and positive). More... | |
| int | y |
| Y-coordinate (can be negative and positive). More... | |
| int | z_min |
| Minimum z-coordinate. More... | |
| int | z_max |
| Maximum z-coordinate. More... | |
| std::vector< int > | z |
| List of the Z-coordinates of the column. More... | |
Descriptor of the z-column (x,y fixed, z varying) of the G-vectors.
Sphere of G-vectors within a given plane-wave cutoff is represented as a set of z-columns with different lengths.
|
inline |
|
inline |
| int sirius::fft::z_column_descriptor::x |
| int sirius::fft::z_column_descriptor::y |
| int sirius::fft::z_column_descriptor::z_min |
| int sirius::fft::z_column_descriptor::z_max |
| std::vector<int> sirius::fft::z_column_descriptor::z |