Skip to content

v3.8.3

Compare
Choose a tag to compare
@WHUweiqingzhou WHUweiqingzhou released this 22 Nov 08:05
· 153 commits to develop since this release
e0202e0

What's Changed

Feature

Fix

  • Fix cal_edm_tddft by @ESROAMER in #5396
  • Fix: disable the XC in LibXC in which nonlocal dispersion correction is required by @kirk0830 in #5391
  • Fix: not build useless library without ENABLE_LCAO by @dyzheng in #5412
  • Fix: update the example of vdwd3 acoording to the latest impl. by @kirk0830 in #5418
  • Fix R-index mismatch in lr_util_hcontainer by @maki49 in #5456
  • fixing the sigma value in example input files and adding comments to the ecutwfc keyword (Useful Information: lower the barrier for users who is not familiar with 'ecut' in the INPUT file)) by @qq270814845 in #5451
  • Fix: Compiling error for ROCM by @dyzheng in #5464
  • Fix the repeated initial guess and use diagonal precondition in LR::HSolver; Fix a segfault and non-hermitian in multi-k op_lr_exx by @maki49 in #5468
  • Fix: let the coverage test pass without checking for its correctness by @WHUweiqingzhou in #5469
  • Fix: compile cuda without openmp by @Qianruipku in #5488
  • Fix GPU memory recorder's memory leak by @Critsium-xy in #5491
  • Fix: nscf for hse by @YuLiu98 in #5499
  • Fix: provide more information on 2d process grid error message by @jinzx10 in #5509
  • Fix: support lmax of orbital 5, 6, 7 by @kirk0830 in #5519
  • Fix: fix the compilation failure with DFTD3 autoset implementation by @kirk0830 in #5517
  • Fix: fix a bug of relax_nmax default by @WHUweiqingzhou in #5506
  • Fix: init nonlocal beta orbitals only when necessary by @maki49 in #5511
  • Fix: fix the stoi failure for output flag out_chg by @kirk0830 in #5526
  • Fix: set zero for unused psi data for nspin4 by @dyzheng in #5524
  • Fix: support lmax of orbital 8,9 by @QuantumMisaka in #5528
  • Fix: recover the use of -1 value of out_chg by @kirk0830 in #5540
  • Fix: swap the sizeof() be the first multiplier to avoid overflow of int by @kirk0830 in #5561
  • fix bug: change Mixing_Data::length from int to size_t by @linpeize in #5545

Doc

Refactor

Test

  • Integration test: Rename folders for consistency with get_pchg and get_wf by @AsTonyshment in #5431
  • Additional explanations to the example files and fixing result.ref file in examples/bsse/water by @qq270814845 in #5484
  • Tests: supplementing some tests with OPENMP check directives by @Cstandardlib in #5504
  • Test: add unit test for lebedev quadrature by @jinzx10 in #5513
  • Test: delete threshold files in the examples with warnings and update the result.ref files by @WHUweiqingzhou in #5402
  • Test: correct the INPUT of examples/scf/lcao_Cu and the reference of examples/bsse/water by @pxlxingliang in #5536

Compile

Perf

New Contributors

Full Changelog: v3.8.2...v3.8.3