SIRIUS 7.5.0
Electronic structure library and applications
Public Attributes | List of all members
sirius::step_function_t Struct Reference

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...
 

Detailed Description

Representation of the unit step function.

Definition at line 44 of file step_function.hpp.

Member Data Documentation

◆ rg

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.

◆ pw

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.


The documentation for this struct was generated from the following file: