Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finite Difference Gradients #100

Open
gustavojra opened this issue Aug 8, 2021 · 1 comment
Open

Finite Difference Gradients #100

gustavojra opened this issue Aug 8, 2021 · 1 comment
Assignees
Labels
Gradients Issues concerning force gradients

Comments

@gustavojra
Copy link
Member

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

  • Serial
  • Parallel

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.

@gustavojra gustavojra added the Gradients Issues concerning force gradients label Aug 8, 2021
@gustavojra gustavojra self-assigned this Aug 10, 2021
@cortner
Copy link

cortner commented Dec 9, 2024

Can I ask what the general status is here on FD gradients in particular, but gradients in general?

CC @DexuanZhou

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Gradients Issues concerning force gradients
Projects
None yet
Development

No branches or pull requests

2 participants