Skip to content

Commit 4db39e9

Browse files
committed
Move deepks_projdm.dat out from OUT.autotest/.
1 parent cc8055b commit 4db39e9

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

source/source_lcao/module_deepks/deepks_pdm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void DeePKS_domain::read_pdm(bool read_pdm_file,
3737
{
3838
if (read_pdm_file && !init_pdm) // for DeePKS NSCF calculation
3939
{
40-
const std::string file_projdm = PARAM.globalv.global_out_dir + "deepks_projdm.dat";
40+
const std::string file_projdm = PARAM.globalv.global_readin_dir + "deepks_projdm.dat";
4141
std::ifstream ifs(file_projdm.c_str());
4242

4343
if (!ifs)

0 commit comments

Comments
 (0)