Skip to content

Commit

Permalink
Add INPUT parameter bands_to_print for get_wf calculation (deepmo…
Browse files Browse the repository at this point in the history
…deling#4466)

* Did nothing, just formatting istate_envelope using clang-format

* Add bands_to_print param for get_wf calculation

* [pre-commit.ci lite] apply automatic fixes

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
  • Loading branch information
AsTonyshment and pre-commit-ci-lite[bot] authored Jun 22, 2024
1 parent 8c2b4a9 commit 045843d
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 127 deletions.
2 changes: 2 additions & 0 deletions source/module_esolver/esolver_ks_lcao_elec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ void ESolver_KS_LCAO<TK, TR>::others(const int istep)
this->kv,
GlobalV::nelec,
GlobalV::NBANDS_ISTATE,
INPUT.get_out_band_kb(),
GlobalV::NBANDS,
GlobalV::NSPIN,
GlobalV::NLOCAL,
Expand All @@ -485,6 +486,7 @@ void ESolver_KS_LCAO<TK, TR>::others(const int istep)
this->kv,
GlobalV::nelec,
GlobalV::NBANDS_ISTATE,
INPUT.get_out_band_kb(),
GlobalV::NBANDS,
GlobalV::NSPIN,
GlobalV::NLOCAL,
Expand Down
Loading

0 comments on commit 045843d

Please sign in to comment.