ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "parse_args.h"
#include <cstdlib>
#include <iostream>
#include "source_io/read_input.h"
#include "source_main/version.h"
Namespaces | |
namespace | ModuleIO |
This class has two functions: restart psi from the previous calculation, and write psi to the disk. | |
Functions | |
void | ModuleIO::parse_args (int argc, char **argv) |
This function reture the version information when using command "abacus --version", "abacus -v" or "abacus -V". Otherwise, it does nothing. | |