Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/module_io/output_mulliken.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ void cal_mag(Parallel_Orbitals* pv,
auto sc_lambda
= new hamilt::DeltaSpin<hamilt::OperatorLCAO<TK, double>>(nullptr,
kv.kvec_d,
nullptr,
dynamic_cast<hamilt::HamiltLCAO<TK, double>*>(p_ham)->getHR(),
ucell,
&gd,
two_center_bundle.overlap_orb_onsite.get(),
Expand All @@ -164,7 +164,7 @@ void cal_mag(Parallel_Orbitals* pv,
auto sc_lambda = new hamilt::DeltaSpin<hamilt::OperatorLCAO<std::complex<double>, std::complex<double>>>(
nullptr,
kv.kvec_d,
nullptr,
dynamic_cast<hamilt::HamiltLCAO<std::complex<double>, std::complex<double>>*>(p_ham)->getHR(),
ucell,
&gd,
two_center_bundle.overlap_orb_onsite.get(),
Expand Down
Loading