From c46589f3e106f12cb363828cc922b26740b01278 Mon Sep 17 00:00:00 2001 From: Critsium-xy Date: Thu, 25 Jun 2026 12:40:16 +0800 Subject: [PATCH 1/3] Add ASCII Art for ABACUS --- source/source_main/main.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/source_main/main.cpp b/source/source_main/main.cpp index ea8325c1c88..f8f13b6cc86 100644 --- a/source/source_main/main.cpp +++ b/source/source_main/main.cpp @@ -31,6 +31,11 @@ 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 From f8fd05fd8cc116edbe517e9411da5859dff4895d Mon Sep 17 00:00:00 2001 From: Critsium-xy Date: Thu, 25 Jun 2026 13:29:13 +0800 Subject: [PATCH 2/3] Align the title a bit --- source/source_main/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/source_main/main.cpp b/source/source_main/main.cpp index f8f13b6cc86..65e0ff796e7 100644 --- a/source/source_main/main.cpp +++ b/source/source_main/main.cpp @@ -32,9 +32,9 @@ void print_welcome_banner() const char* commit = "unknown"; #endif std::cout << std::endl - << " ▄████▄ █████▄ ▄████▄ ▄█████ ██ ██ ▄█████ " << std::endl - << " ██▄▄██ ██▄▄██ ██▄▄██ ██ ██ ██ ▀▀▀▄▄▄ " << std::endl - << " ██ ██ ██▄▄█▀ ██ ██ ▀█████ ▀████▀ █████▀ " << std::endl + << " ▄████▄ █████▄ ▄████▄ ▄█████ ██ ██ ▄█████ " << std::endl + << " ██▄▄██ ██▄▄██ ██▄▄██ ██ ██ ██ ▀▀▀▄▄▄ " << std::endl + << " ██ ██ ██▄▄█▀ ██ ██ ▀█████ ▀████▀ █████▀ " << std::endl << std::endl; std::cout << " " << std::endl From b30ab1bcec5bffa85af0f258b3f348cb2369123b Mon Sep 17 00:00:00 2001 From: Critsium-xy Date: Fri, 26 Jun 2026 12:53:04 +0800 Subject: [PATCH 3/3] remove original abacus title --- source/source_main/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/source_main/main.cpp b/source/source_main/main.cpp index 65e0ff796e7..e22d10455a2 100644 --- a/source/source_main/main.cpp +++ b/source/source_main/main.cpp @@ -32,13 +32,13 @@ void print_welcome_banner() const char* commit = "unknown"; #endif std::cout << std::endl - << " ▄████▄ █████▄ ▄████▄ ▄█████ ██ ██ ▄█████ " << std::endl - << " ██▄▄██ ██▄▄██ ██▄▄██ ██ ██ ██ ▀▀▀▄▄▄ " << std::endl - << " ██ ██ ██▄▄█▀ ██ ██ ▀█████ ▀████▀ █████▀ " << 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