We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5bf149 commit 28590c3Copy full SHA for 28590c3
CHANGELOG
@@ -1,3 +1,10 @@
1
+PySCF-Forge 1.0.3 (2024-01-20)
2
+------------------------------
3
+* New features
4
+ - MC23 functional for MCPDFT
5
+ - Staggered exact exchange for KRHF
6
+
7
8
PySCF-Forge 1.0.2 (2024-12-04)
9
------------------------------
10
* New features
setup.py
@@ -20,7 +20,7 @@
20
SO_EXTENSIONS = {
21
}
22
DEPENDENCIES = ['pyscf', 'numpy']
23
-VERSION = '1.0.2'
+VERSION = '1.0.3'
24
25
#######################################################################
26
# Unless not working, nothing below needs to be changed.
0 commit comments