mtzgroup / chemcloud-client

Python client for TeraChem Cloud
MIT License
11 stars 3 forks source link

[bug] Re-use central point as initial guess for displacements in Hessian calculation #26

Closed erbas closed 2 years ago

erbas commented 3 years ago

The Hessian and frequency calculations can give incorrect results, as discussed in summer school. It needs to be run as a single point at the given geometry. Then the calculations are displaced geometries can be run in parallel, using the wave function from the central point as the initial guess for those calculations.

coltonbh commented 2 years ago

Wavefunction can now be passed as initial guess to distributed algorithms. See PR51 and bugfix PR52