Skip to content

Commit c56d649

Browse files
committed
perf : add warning output for symmetry searching part; modified tests/integral/207_NO_DP_OD/result.ref to correct version.
1 parent cbc5031 commit c56d649

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

source/module_symmetry/symmetry.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ void Symmetry::analy_sys(const UnitCell_pseudo &ucell, std::ofstream &ofs_runnin
168168
this->getgroup(this->nrot, this->nrotk, ofs_running);
169169
this->pointgroup(this->nrot, this->pgnumber, this->pgname, this->gmatrix, ofs_running);
170170
ModuleBase::GlobalFunc::OUT(ofs_running,"POINT GROUP", this->pgname);
171+
ofs_running<<"Warning : If the optimal symmetric configuration is not the input configuration, "<<'\n';
172+
ofs_running<<"you have to manually change configurations, ABACUS would only calculate the input structure!"<<'\n';
171173

172174
test_brav = false; // use the input ibrav to calculate
173175
//ModuleBase::GlobalFunc::OUT(ofs_running,"ibrav",ibrav);
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
totaldosref 1189.53
2-
totaltimeref 1.0555
1+
totaldosref 1189.51
2+
totaltimeref 0.84239

0 commit comments

Comments
 (0)