ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include <cstdlib>
#include <string>
#include <fstream>
#include <iostream>
#include <iomanip>
Go to the source code of this file.
Namespaces | |
namespace | ModuleBase |
namespace | ModuleBase::Global_File |
Functions | |
void | ModuleBase::Global_File::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=false) |
void | ModuleBase::Global_File::make_dir_atom (const std::string &label) |
void | ModuleBase::Global_File::open_log (std::ofstream &ofs, const std::string &fn, const std::string &calculation, const bool &restart) |
void | ModuleBase::Global_File::close_log (std::ofstream &ofs, const std::string &fn) |
void | ModuleBase::Global_File::close_all_log (const int rank, const bool out_alllog=false, const std::string &calculation="md") |