AlexandriaChemistry/ACT

Implement line search for shell minimization

Open

#1,390 opened on Jul 22, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (2 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (17 stars)
PR merge metrics
 (PR metrics pending)

Description

It may help to speed up convergence. Or indeed to compute the energy at a full step, half a step and the starting position, then approximate by a parabola.

Contributor guide