File tree Expand file tree Collapse file tree 4 files changed +25
-2
lines changed Expand file tree Collapse file tree 4 files changed +25
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
22
PySCF 2.8.0 (2025-01-14)
2
23
------------------------
3
24
* Added
Original file line number Diff line number Diff line change @@ -123,6 +123,8 @@ Sebastian Ehlert
123
123
Thijs Vogels
124
124
Andrew Jenkins
125
125
Al Nejati
126
+ Oskar Weser
127
+ Henry Wang (ByteDance Ltd.)
126
128
127
129
128
130
---
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Python-based Simulations of Chemistry Framework
9
9
10
10
2025-01-14
11
11
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 )
13
13
* [ Changelog] ( ../master/CHANGELOG )
14
14
* [ Documentation] ( http://www.pyscf.org )
15
15
* [ Installation] ( #installation )
Original file line number Diff line number Diff line change 35
35
36
36
'''
37
37
38
- __version__ = '2.8 .0'
38
+ __version__ = '2.9 .0'
39
39
40
40
import os
41
41
import sys
You can’t perform that action at this time.
0 commit comments