diff --git a/CHANGELOG b/CHANGELOG index adb6fcb1..7266db80 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,12 @@ -PySCF-Forge 1.0.2 (2024-11-11) +PySCF-Forge 1.0.2 (2024-12-04) ------------------------------ * New features - Parity Violating contributions to energy + - Particle-particle random phase approximation (ppRPA) +* Improvments + - The ECP section in the TREXIO interface. + - The treatments of contracted basis functions in the TREXIO interface. + - Users can register determinant into trexio format. PySCF-Forge 1.0.1 (2024-10-31) diff --git a/setup.py b/setup.py index 4a2985de..865932c7 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ SO_EXTENSIONS = { } DEPENDENCIES = ['pyscf', 'numpy'] -VERSION = '1.0.1' +VERSION = '1.0.2' ####################################################################### # Unless not working, nothing below needs to be changed.