ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
read_exit_file.h
Go to the documentation of this file.
1#ifndef READ_EXIT_FILE_H
2#define READ_EXIT_FILE_H
3
4#include <string>
5
6namespace ModuleIO
7{
19int read_exit_file(const int& my_rank, const std::string& filename, std::ofstream& ofs_running);
20} // namespace ModuleIO
21
22#endif
This class has two functions: restart psi from the previous calculation, and write psi to the disk.
Definition cal_dos.h:9
int read_exit_file(const int &my_rank, const std::string &filename, std::ofstream &ofs_running)
read file to determine whether to stop the current execution
Definition read_exit_file.cpp:14