19 assert(this->
vloc_->
nr == this->sf_->nr);
Definition complexmatrix.h:14
int nr
Definition matrix.h:23
A class which can convert a function of "r" to the corresponding linear superposition of plane waves ...
Definition pw_basis.h:56
const ModulePW::PW_Basis * rho_basis_
Definition pot_base.h:35
bool dynamic_mode
Definition pot_base.h:32
bool fixed_mode
Definition pot_base.h:31
Definition pot_local.h:11
double * vl_of_0_
save the value of vloc at G=0; this is a static member because there is only one vl(0) for all instan...
Definition pot_local.h:31
const ModuleBase::matrix * vloc_
Definition pot_local.h:35
void cal_fixed_v(double *vl_pseudo) override
Definition pot_local.cpp:14
PotLocal(const ModuleBase::matrix *vloc_in, const ModuleBase::ComplexMatrix *sf_in, const ModulePW::PW_Basis *rho_basis_in, double &vl_of_0)
Definition pot_local.h:13
int ntype_
Definition pot_local.h:37
const ModuleBase::ComplexMatrix * sf_
Definition pot_local.h:36