valence-labs / mess

MESS: Modern Electronic Structure Simulations
https://valence-labs.github.io/mess/
MIT License
17 stars 2 forks source link

Integration of EG-XC into Mess #20

Open ESEberhard opened 2 days ago

ESEberhard commented 2 days ago

Fix Ups

Runtime / Memory Related Issues

Extending the SCF submodule

Programming Interface

hatemhelal commented 18 hours ago

Thank you for preparing this and these all make sense at a high-level to me.

The current SCF implementation seems limited to hatree fock calculations

The current SCF implementation was an initial prototype so is quite limited in functionality. At the time I thought it would be nice to compare SCF to direct minimisation but to do this correctly I think it would need DIIS as well as extending direct minimisation that aren't currently available in the minimise interface. Let us know if that sounds interesting and we could coordinate.