Skip to content

v3.9.0.18

Latest

Choose a tag to compare

@ieiue ieiue released this 07 Nov 12:43
· 8 commits to develop since this release
483c6b8

What's Changed

Feature

Fix

  • Fix: include elecstate_lcao in edm.cpp by @ZhouXY-PKU in #6644
  • Fix: fix declarations of some BLAS and LAPACK functions. by @dzzz2001 in #6637
  • Fix: remove rwork from ssyevx function declaration by @kluonj in #6647
  • Fix: set the maximal cutoff radius of orbital as the lower bound of search_radius in neighboring search tasks carried in out_mat_l by @kirk0830 in #6653
  • Fix: Add template disambiguator for certain Tensor access in ESolver_KS_LCAO_TDDFT by @AsTonyshment in #6678
  • Fix: Fix the compilation error of unit tests under source_base by @sunliang98 in #6679
  • Fix compilation error on Sunway by @Critsium-xy in #6683
  • Fix: Resolve the compilation error in the Intel oneAPI 2025.3 container. by @sunliang98 in #6677
  • Fix DM in PEXSI by @mohanchen in #6689
  • [Fix]An Intel Build test for abacus with PEXSI support(PART I) by @ZhouXY-PKU in #6688

Refactor

  • Refactor: refactor stress_ewa by @dzzz2001 in #6669
  • Refactor: RT-TDDFT ESolver ESolver_KS_LCAO_TDDFT by @AsTonyshment in #6668
  • Refactor: Simplify functions in sparse_format. by @ErjieWu in #6606
  • Refactor: Modify the call to Parallel_Orbital in RT-TDDFT and remove unnecessary code in ctrl_output_td by @AsTonyshment in #6674
  • Refactor: change the readin directory of deepks_projdm.dat by @ErjieWu in #6673
  • Refactor energy-density matrix in RT-TDDFT to replace raw ScaLAPACK and BLAS calls with ScalapackConnector and BlasConnector interfaces by @AsTonyshment in #6687
  • Remove DM from elecstate by @mohanchen in #6675
  • Update ESolver, simplify the ESolver_KS_LCAO class by @mohanchen in #6636

Test

Doc

  • Doc: Fix a minor LaTeX rendering issue of parameter td_ttype in doc by @AsTonyshment in #6692

New Contributors

Full Changelog: v3.9.0.17...v3.9.0.18