Skip to content

Commit 0f4d833

Browse files
committed
chore(changelog): add PDOS and atom entries (November 07, 2025)
1 parent 4383a0b commit 0f4d833

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎ChangeLog‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-Name
44
-changes
55
--------------
6-
November 06, 2025
6+
November 07, 2025
77
Name: Qihao Cheng
88
Changes: utils/pdos/, utils/atom/
99
1. Add projected density of states (PDOS) post-processing module, including configuration file, example scripts, and sample outputs.

‎src/initialization.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3722,7 +3722,7 @@ void write_output_init(SPARC_OBJ *pSPARC) {
37223722
}
37233723

37243724
fprintf(output_fp,"***************************************************************************\n");
3725-
fprintf(output_fp,"* SPARC (version October 03, 2025) *\n");
3725+
fprintf(output_fp,"* SPARC (version November 07, 2025) *\n");
37263726
fprintf(output_fp,"* Copyright (c) 2020 Material Physics & Mechanics Group, Georgia Tech *\n");
37273727
fprintf(output_fp,"* Distributed under GNU General Public License 3 (GPL) *\n");
37283728
fprintf(output_fp,"* Start time: %s *\n",c_time_str);

0 commit comments

Comments
 (0)