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

ROM MVP solver in MD for Pinned H2O #314

Draft
wants to merge 28 commits into
base: ROMFPMD
Choose a base branch
from
Draft

Conversation

siuwuncheung
Copy link
Member

No description provided.

@siuwuncheung siuwuncheung changed the title ROM MVP solver in MD ROM MVP solver in MD for Pinned H2O Feb 21, 2025
src/md.cc Outdated
retval = quench(**orbitals, ions, ct.max_electronic_steps, 0, eks);
if (ct.getROMOptions().rom_stage == ROMStage::TEST_ORBITAL)
{
updateDMandEnergy(**orbitals, ions, eks);
Copy link
Member Author

@siuwuncheung siuwuncheung Feb 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jeanlucf22 @oseikuffuor1 Do we need a check for retval as in quench? I think this is not supported in the MVP solver yet.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No. updateDMandEnergy() does not return anything.

@siuwuncheung siuwuncheung marked this pull request as draft February 21, 2025 18:04
Copy link
Collaborator

@oseikuffuor1 oseikuffuor1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks @siuwuncheung

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

Successfully merging this pull request may close these issues.

3 participants