Skip to content

Commit dad8b47

Browse files
committed
Release 2.9
1 parent 9253c88 commit dad8b47

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
lines changed

CHANGELOG

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
PySCF 2.9.0 (2025-04-11)
2+
------------------------
3+
* Added
4+
- Analytical PCM Hessian
5+
- Density fitting UCCSD
6+
* Improved
7+
- Assign default auxiliary basis for def2-mtzvp and def2-mtzvpp
8+
- Better initial guess for smearing
9+
- libxc interface for passing omega in composite functionals
10+
- The tolerance in geometry when identifying point group symmetry
11+
- Adjust PBC GDF eigenvalue decomposition accuracy
12+
- Special treatment in PBC GDF for dimension=0 systems
13+
* Fixes
14+
- Dimension bug in spinor X2C code
15+
- C-PCM and SS(V)PE gradients
16+
- Complex density matrices for DFHF
17+
- Fixes COSMO-RS functionality
18+
- DF auxiliary basis assignment for ghost atoms
19+
- Lattice sum range issue for low-dimensional systems
20+
21+
122
PySCF 2.8.0 (2025-01-14)
223
------------------------
324
* Added

NOTICE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ Sebastian Ehlert
123123
Thijs Vogels
124124
Andrew Jenkins
125125
Al Nejati
126+
Oskar Weser
127+
Henry Wang (ByteDance Ltd.)
126128

127129

128130
---

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Python-based Simulations of Chemistry Framework
99

1010
2025-01-14
1111

12-
* [Stable release 2.8.0](https://github.com/pyscf/pyscf/releases/tag/v2.8.0)
12+
* [Stable release 2.9.0](https://github.com/pyscf/pyscf/releases/tag/v2.9.0)
1313
* [Changelog](../master/CHANGELOG)
1414
* [Documentation](http://www.pyscf.org)
1515
* [Installation](#installation)

pyscf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
3636
'''
3737

38-
__version__ = '2.8.0'
38+
__version__ = '2.9.0'
3939

4040
import os
4141
import sys

0 commit comments

Comments
 (0)