24 const std::string &calculation,
26 const bool &out_wfc_dir,
29 const bool out_alllog,
30 const std::string &global_out_dir,
31 const std::string &global_stru_dir,
32 const std::string &global_matrix_dir,
33 const std::string &global_wfc_dir,
34 const std::string &global_mlkedf_descriptor_dir,
35 const std::string &global_deepks_label_elec_dir,
36 const std::string &log_file,
37 const bool of_ml_gene_data,
38 const bool deepks_out_freq_elec);
40 void make_dir_atom(
const std::string &label,
const std::string &global_out_dir);
41 void open_log ( std::ofstream &ofs,
const std::string &fn,
const std::string &calculation,
const bool &restart,
const std::string &global_out_dir);
42 void close_log( std::ofstream &ofs,
const std::string &fn);
43 void close_all_log(
const int rank,
const bool out_alllog =
false,
const std::string& calculation =
"md");
void open_log(std::ofstream &ofs, const std::string &fn, const std::string &calculation, const bool &restart, const std::string &global_out_dir)
Definition global_file.cpp:331
void make_dir_atom(const std::string &label, const std::string &global_out_dir)
Definition global_file.cpp:320
void close_all_log(const int rank, const bool out_alllog=false, const std::string &calculation="md")
Definition global_file.cpp:363
void close_log(std::ofstream &ofs, const std::string &fn)
Definition global_file.cpp:353
void make_dir_out(const std::string &suffix, const std::string &calculation, const bool &out_dir, const bool &out_wfc_dir, const int rank, const bool &restart, const bool out_alllog, const std::string &global_out_dir, const std::string &global_stru_dir, const std::string &global_matrix_dir, const std::string &global_wfc_dir, const std::string &global_mlkedf_descriptor_dir, const std::string &global_deepks_label_elec_dir, const std::string &log_file, const bool of_ml_gene_data, const bool deepks_out_freq_elec)
Definition read_input_test.cpp:33
Definition clebsch_gordan_coeff.cpp:8