forked from pyscf/gpu4pyscf
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Analytical PCM righthand side of CPHF, analytic derivative of V_ia(q) (…
…pyscf#298) * C-PCM righthand side of CPHF, analytic derivative of V_munu(q), trash implementation that works * dVia/dx works for IEFPCM * SSVPE is different from ICEPCM without contraction * Small mistake * Remove ngrids * nao * nao memory bottleneck of pcm V_munu matrix derivative * Fix linter error * Remove natm * 3 * nao * nao memory bottleneck, now the bottleneck is natm * 3 * nmo * nocc. Also bug fix here and there * Remove the numerical implementation of dVia/dx * Change finite difference implementation to test * Remove abuse use of cp.einsum and cp.zeros * Reorganize code for 2nd derivative term
- Loading branch information
Showing
10 changed files
with
1,197 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.