Skip to content

Commit 1d59517

Browse files
committed
1.4.3 release
1 parent dc61143 commit 1d59517

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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+
122
v1.4.2 (2025-07-20)
223
-------------------
324
* New Features

gpu4pyscf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

1717
from . import _patch_pyscf
1818

0 commit comments

Comments
 (0)