Skip to content

v3.9.0.24

Latest

Choose a tag to compare

@Critsium-xy Critsium-xy released this 02 Feb 05:35
· 5 commits to develop since this release
515e323

What's Changed

Feature

  • [Feature] Update LAPACK solver by @Critsium-xy in #6870
  • Feature: Introduce ML_Base class and add ML_EXX support by @sunliang98 in #6884
  • Feature: add Hessian operator <\phi|\nabla_x\nabla_y|\phi> by @dyzheng in #6888
  • Support using hybrid functionals for RT-TDDFT calculations. by @ESROAMER in #6886
  • Feature&Doc: support fix_axes and fix_ibrav for relax_new=false and optimized doc by @dyzheng in #6858
  • Feature: support ELF with non-collinear spin (nspin = 4) by @dyzheng in #6912

Fix

Refactor

  • [Refactor] Update init_wfc message to be user-friendly by @Cstandardlib in #6876
  • Refactor: save memory for kinetic and overlap force and stress by @dyzheng in #6881
  • Refactor: Delete additional wavefunction initialization in lcao_others by @AsTonyshment in #6887
  • Refactor/device check migration by @mohanchen in #6895
  • Migrate exx_info by @mohanchen in #6896
  • Try to delete global.h, the use of which is harmful for the whole package by @mohanchen in #6898
  • refactor(gint): remove obsolete temp_gint directory by @dzzz2001 in #6899
  • Refactor&Doc: simplify read_atoms.cpp and update stru.md doc by @dyzheng in #6903
  • Reorganize the pw module source files by @mohanchen in #6913
  • Refactor: Replace goto with while loop in occupy.cpp by @Cstandardlib in #6919
  • Refactor: rename to delete new from names of operators in source_lcao by @dyzheng in #6920
  • Refactor Parallel_Reduce: Replace manual gather-reduce with MPI_Allreduce by @A-006 in #6922
  • Refactor Parallel_Reduce and optimize reduction operations by @A-006 in #6925
  • Refactor: Refine ELF Output for Noncollinear Spin (nspin=4) by @sunliang98 in #6914
  • Refactor: Skips unnecessary ACE operator updates during the final convergence step by @Flying-dragon-boxing in #6938
  • Reorganize the source_psi and source_io directories by @mohanchen in #6923

Test

Others

Full Changelog: v3.9.0.23...v3.9.0.24