ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
parse_args.h
Go to the documentation of this file.
1#ifndef ModuleIO_PARSE_ARGS_H
2#define ModuleIO_PARSE_ARGS_H
3
4namespace ModuleIO
5{
20void parse_args(int argc, char** argv);
21} // namespace ModuleIO
22
23#endif
This class has two functions: restart psi from the previous calculation, and write psi to the disk.
Definition cal_dos.h:9
void parse_args(int argc, char **argv)
This function reture the version information when using command "abacus --version",...
Definition parse_args.cpp:12