5#ifndef NUMERICAL_DESCRIPTOR_H
6#define NUMERICAL_DESCRIPTOR_H
7#include "../../source_base/global_function.h"
8#include "../../source_base/intarray.h"
9#include "../../source_base/complexmatrix.h"
11#include "../../source_psi/psi.h"
Definition bessel_basis.h:18
Integer array.
Definition intarray.h:17
Definition numerical_descriptor.h:17
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:27
int nlocal
Definition numerical_descriptor.h:30
~Numerical_Descriptor()
Definition numerical_descriptor.cpp:17
void init_mu_index(const UnitCell &ucell)
Definition numerical_descriptor.cpp:337
Numerical_Descriptor()
Definition numerical_descriptor.cpp:8
int nmax
Definition numerical_descriptor.h:29
ModuleBase::IntArray * mu_index
Definition numerical_descriptor.h:34
Bessel_Basis bessel_basis
Definition numerical_descriptor.h:32
bool init_label
Definition numerical_descriptor.h:26
int lmax
Definition numerical_descriptor.h:28