void reading()
Reading the parameters and split the MPI world. This function read the parameter in "INPUT",...
Definition driver.cpp:114
void finalize_hardware()
Definition driver_run.cpp:139
void init()
An interface function. This function calls "this->reading()", "this->atomic_world()" in order.
Definition driver.cpp:28
void print_start_info()
Print the start information.
Definition driver.cpp:55
void init_hardware()
Definition driver_run.cpp:114
~Driver()
Definition driver.cpp:24
void atomic_world()
An interface function. This function calls "this->driver_run()" to do calculation,...
Definition driver.cpp:189
Driver()
Definition driver.cpp:20
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