5#ifndef NUMERICAL_DESCRIPTOR_H
6#define NUMERICAL_DESCRIPTOR_H
7#include "../source_base/global_function.h"
8#include "../source_base/global_variable.h"
9#include "../source_base/intarray.h"
10#include "../source_base/complexmatrix.h"
Definition bessel_basis.h:19
Integer array.
Definition intarray.h:20
Definition numerical_descriptor.h:18
void output_descriptor(const UnitCell &ucell, const psi::Psi< std::complex< double > > &psi, const int &lmax_in, const double &rcut_in, const double &tol_in, const int nks)
Definition numerical_descriptor.cpp:29
int nlocal
Definition numerical_descriptor.h:31
~Numerical_Descriptor()
Definition numerical_descriptor.cpp:19
void init_mu_index(const UnitCell &ucell)
Definition numerical_descriptor.cpp:340
Numerical_Descriptor()
Definition numerical_descriptor.cpp:10
int nmax
Definition numerical_descriptor.h:30
ModuleBase::IntArray * mu_index
Definition numerical_descriptor.h:35
Bessel_Basis bessel_basis
Definition numerical_descriptor.h:33
bool init_label
Definition numerical_descriptor.h:27
int lmax
Definition numerical_descriptor.h:29