Skip to content

Commit 60e78b5

Browse files
committed
fix : rename descriptor file
1 parent 95c52bd commit 60e78b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/module_hamilt_lcao/module_deepks/cal_descriptor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ void LCAO_Deepks::check_descriptor(const UnitCell& ucell, const std::string& out
9595
}
9696

9797
// mohan updated 2024-07-25
98-
std::string file = out_dir + "descriptor.dat";
98+
std::string file = out_dir + "deepks_desc.dat";
9999

100100
std::ofstream ofs(file.c_str());
101101
ofs << std::setprecision(10);

source/module_hamilt_lcao/module_deepks/test/LCAO_deepks_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ void test_deepks::check_descriptor()
194194
{
195195
GlobalC::ld.cal_descriptor(ucell.nat);
196196
GlobalC::ld.check_descriptor(ucell,"./");
197-
this->compare_with_ref("descriptor.dat", "descriptor_ref.dat");
197+
this->compare_with_ref("deepks_desc.dat", "descriptor_ref.dat");
198198
}
199199

200200
void test_deepks::check_gvx()

0 commit comments

Comments
 (0)