FermiQC / Fermi.jl

Fermi quantum chemistry program
MIT License
134 stars 24 forks source link

Finite Difference Gradients #100

Open gustavojra opened 3 years ago

gustavojra commented 3 years ago

Highly desired features that we must implement asap. This would be the easiest type of gradients since it is independent on the method.

For the serial approach we can easily employ the orbitals and amplitudes from the reference structure as initial guess. For parallel we need to figure out how to make this info available (Since parallel in this case means basically generating inputs for individual computations).

A more involved approach for the Parallel gradient would be exploring Distributed.jl.