void reading()
Reading the parameters and split the MPI world. This function read the parameter in "INPUT",...
Definition driver.cpp:109
void finalize_hardware()
Definition driver_run.cpp:136
void init()
An interface function. This function calls "this->reading()", "this->atomic_world()" in order.
Definition driver.cpp:23
void print_start_info()
Print the start information.
Definition driver.cpp:50
void init_hardware()
Definition driver_run.cpp:118
~Driver()
Definition driver.cpp:19
void atomic_world()
An interface function. This function calls "this->driver_run()" to do calculation,...
Definition driver.cpp:168
Driver()
Definition driver.cpp:15
void driver_run()
This is the driver function which defines the workflow of ABACUS calculations. It relies on the class...
Definition driver_run.cpp:37