File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ v1.4.3 (2025-08-20)
2+ -------------------
3+ * New Features
4+ - Geometry optimization for excited states using TDDFT-ris methods.
5+ - Non-adiabatic coupling vectors for TDDFT-ris methods.
6+ - Analytical gradients for DFT+U with k-point sampling.
7+ - Stress tensor calculations for semi-local DFT with k-point sampling and at the gamma-point.
8+ - ASE interface to support crystal lattice optimization.
9+ - Multigrid v2 algorithm for meta-GGA functionals.
10+ * Improvements
11+ - GPU kernels for PBC overlap and kinetic integrals.
12+ - Reduced GPU memory usage for TDDFT-ris by storing tensors in host memory.
13+ - In PBC methods, scaled k-points (fractional coordinates) are stored to
14+ simplify lattice optimization calculations.
15+ - A preconditioned Krylov solver to accelerate convergence in TDDFT and
16+ dynamic polarizability calculations.
17+ * Fixes
18+ - Basis decontraction issue for d and f orbitals.
19+ - A bug in Multigrid v2 algorithm related to non-orthogonal lattices.
20+ - Incorrect virtual orbital energies when level_shift was enabled.
21+
122v1.4.2 (2025-07-20)
223-------------------
324* New Features
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- __version__ = '1.4.2 '
15+ __version__ = '1.4.3 '
1616
1717from . import _patch_pyscf
1818
You can’t perform that action at this time.
0 commit comments