SIRIUS 7.5.0
Electronic structure library and applications
|
Representation of the unit step function. More...
#include <step_function.hpp>
Public Attributes | |
sddk::mdarray< double, 1 > | rg |
Step function on the real-space grid. More... | |
sddk::mdarray< std::complex< double >, 1 > | pw |
Plane wave expansion coefficients of the step function (global array). More... | |
Representation of the unit step function.
Definition at line 44 of file step_function.hpp.
sddk::mdarray<double, 1> sirius::step_function_t::rg |
Step function on the real-space grid.
Definition at line 46 of file step_function.hpp.
sddk::mdarray<std::complex<double>, 1> sirius::step_function_t::pw |
Plane wave expansion coefficients of the step function (global array).
Definition at line 48 of file step_function.hpp.