diff --git a/source/source_main/main.cpp b/source/source_main/main.cpp index ea8325c1c88..e22d10455a2 100644 --- a/source/source_main/main.cpp +++ b/source/source_main/main.cpp @@ -31,9 +31,14 @@ void print_welcome_banner() #else const char* commit = "unknown"; #endif + std::cout << std::endl + << " ▄████▄ █████▄ ▄████▄ ▄█████ ██ ██ ▄█████ " << std::endl + << " ██▄▄██ ██▄▄██ ██▄▄██ ██ ██ ██ ▀▀▀▄▄▄ " << std::endl + << " ██ ██ ██▄▄█▀ ██ ██ ▀█████ ▀████▀ █████▀ " << std::endl + << std::endl; std::cout << " " << std::endl - << " ABACUS " << version << std::endl + << " " << version << std::endl << std::endl << " Atomic-orbital Based Ab-initio Computation at UStc " << std::endl