Skip to content

Commit

Permalink
Fix: deleted useless file write_rho_dipole.cpp (#1423)
Browse files Browse the repository at this point in the history
Co-authored-by: root <[email protected]>
  • Loading branch information
dyzheng and root authored Oct 21, 2022
1 parent 745452e commit 561c97f
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 390 deletions.
1 change: 0 additions & 1 deletion source/Makefile.Objects
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ read_txt_input-spectrum.o\
write_pot.o\
write_rho.o\
write_rho_cube.o\
write_rho_dipole.o\
write_HS.o\
write_HS_R.o\
write_dm.o\
Expand Down
8 changes: 0 additions & 8 deletions source/module_esolver/esolver_ks_lcao_tddft.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -468,14 +468,6 @@ void ESolver_KS_LCAO_TDDFT::afterscf(const int istep)
ssp << GlobalV::global_out_dir << "SPIN" << is + 1 << "_POT";
GlobalC::pot.write_potential(is, 0, ssp.str(), GlobalC::pot.vr_eff, precision);
}

// LiuXh modify 20200701
/*
//fuxiang add 2017-03-15
std::stringstream sse;
sse << GlobalV::global_out_dir << "SPIN" << is + 1 << "_DIPOLE_ELEC";
GlobalC::CHR.write_rho_dipole(GlobalC::CHR.rho_save, is, 0, sse.str());
*/
}

if (this->conv_elec)
Expand Down
1 change: 0 additions & 1 deletion source/src_io/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,5 @@ add_library(
write_pot.cpp
write_rho.cpp
write_rho_cube.cpp
write_rho_dipole.cpp
write_wfc_realspace.cpp
)
Loading

0 comments on commit 561c97f

Please sign in to comment.