Skip to content

v3.2.3

Compare
Choose a tag to compare
@ouqi0711 ouqi0711 released this 19 May 05:12
· 1507 commits to develop since this release
9df02ab

What's Changed

Feature

Build and compilation

  • Enable CMake compilation of serial version PW by @Liu-RX in #2357
  • fix: do not install git in CMakeLists.txt, instead provide message by @pxlxingliang in #2464

Refactor

Bug fix

  • Fix: Initialize std::complex in a more formal way. by @sunliang98 in #2362
  • Fix: dynamically enlarge symmetry_prec in cell-relax and optimize the error message by @maki49 in #2355
  • Bug fix: minor bug fixed for DeePKS stress label by @ouqi0711 in #2353
  • Fix: incidental errors in folding_vl_k by @dyzheng in #2374
  • fix bug in operator<(const Abfs::Vector3_Order) by @PeizeLin in #2387
  • fix: remove useless cout after PR #2376 by @Qianruipku in #2392
  • Fix the bug of the output of DFT+U in issue 2218 by @Qx80610702 in #2403
  • Fix: loose a too-strict assert in Symmetry::hermite_normal_form by @maki49 in #2411
  • Fix: the bug of outputing onsite.dm introduced in PR #2403 by @Qx80610702 in #2410
  • Fix: Fix en.calculate_etot called by nscf of sdft. by @sunliang98 in #2419
  • Fix: leak of memories in function parse_expression by @1041176461 in #2421
  • Fix: inconsistence between STRU and DP model by @YuLiu98 in #2432
  • Fix: Remove the empty parameters in STRU_READIN_ADJUST.cif by @sunliang98 in #2425
  • Fix: Set DerivePointerAlignment to false in clang-format by @haozhihan in #2377
  • Fix: fix single precision error while in examples/scf/pw_Si2 case by @denghuilu in #2437 #2448
  • Fix: fix single precision error while enable force/stress calculation by @denghuilu in #2444
  • Fix mismatch of symmetry operation between real and reciprocal space in ibz_kpoint by @maki49 in #2441
  • fix: add include in parse_args.h to fix the using of std::exit by @pxlxingliang in #2465
  • Fix mismatch in ibz_kpoints and add symmetry info in intergrate tests by @maki49 in #2461
  • fix: bug of mix_DMk_2D.set_mixing_beta() by @PeizeLin in #2466

Test

Docs and sample jobs

New Contributors

Full Changelog: v3.2.2...v3.2.3