19 void init(
const int ntype_in);
21 void set_omega(
const double omega_in,
const double tpiba2_in);
26 const std::string& pp_dir,
27 std::ofstream& ofs_running,
28 std::vector<std::string>& ucell_atom_label);
double tpiba2
Definition sep_cell.h:66
void set_omega(const double omega_in, const double tpiba2_in)
Definition sep_cell.cpp:31
void init(const int ntype_in)
Definition sep_cell.cpp:23
const std::vector< bool > & get_sep_enable() const
Definition sep_cell.h:44
double get_tpiba2() const
Definition sep_cell.h:54
~Sep_Cell() noexcept
Definition symmetry_test_analysis.cpp:40
Sep_Cell() noexcept
Definition symmetry_test_analysis.cpp:39
const std::vector< SepPot > & get_seps() const
Definition sep_cell.h:36
void bcast_sep_cell()
Definition sep_cell.cpp:102
std::vector< SepPot > seps
Definition sep_cell.h:60
std::vector< bool > sep_enable
Definition sep_cell.h:62
double get_omega() const
Definition sep_cell.h:49
double omega
Definition sep_cell.h:65
int get_ntype() const
Definition sep_cell.h:40
int ntype
Definition sep_cell.h:61
int read_sep_potentials(std::ifstream &ifpos, const std::string &pp_dir, std::ofstream &ofs_running, std::vector< std::string > &ucell_atom_label)
Definition sep_cell.cpp:48