void reading()
Reading the parameters and split the MPI world. This function read the parameter in "INPUT",...
Definition driver.cpp:110
void init()
An interface function. This function calls "this->reading()", "this->atomic_world()" in order.
Definition driver.cpp:24
void print_start_info()
Print the start information.
Definition driver.cpp:51
~Driver()
Definition driver.cpp:20
void atomic_world()
An interface function. This function calls "this->driver_run()" to do calculation,...
Definition driver.cpp:173
Driver()
Definition driver.cpp:16
void driver_run()
This is the driver function which defines the workflow of ABACUS calculations. It relies on the class...
Definition driver_run.cpp:26