-
Notifications
You must be signed in to change notification settings - Fork 48
Description
Hi,
I would like to write an interface in PySCF to the PyFraME package for embedding calculations, starting with polarizable embedding QM/MM. I want to enable SCF and geometry optimizations with PE (and possibly Hessian calculations).
Regarding the gradients necessary for the geometry optimizations (and second-order derivatives for the Hessian), I would like to
know which intor to use to get geometric derivatives of the following one-electron electrostatic-potential integral and its potential derivatives:
where
Here
The method is described in: https://doi.org/10.1021/acs.jctc.0c01323
[Original Issue https://github.com/pyscf/pyscf/issues/2214]
[Update 04.06.24]
I've got the SCF and PE-SCF gradients for the geometry optimizations running now. But I would need some pointers to get the integrals for Hessian calculations.