1#ifndef ELECSTATE_TOOLS_H
2#define ELECSTATE_TOOLS_H
15 std::vector<double>& nelec_spin,
16 const bool skip_weights);
Definition elecstate_fp_energy_test.cpp:21
void calEBand(const ModuleBase::matrix &ekb, const ModuleBase::matrix &wg, fenergy &f_en)
Definition elecstate_tools.cpp:5
void fixed_weights(const std::vector< double > &ocp_kb, const int &nbands, const double &nelec, const K_Vectors *klist, ModuleBase::matrix &wg, bool &skip_weights)
Definition elecstate_tools.cpp:141
void calculate_weights(const ModuleBase::matrix &ekb, ModuleBase::matrix &wg, const K_Vectors *klist, efermi &eferm, fenergy &f_en, std::vector< double > &nelec_spin, const bool skip_weights=false)
Definition elecstate_tools.cpp:29