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

Split QMCDriverNew::initializeQMC #5132

Merged
merged 3 commits into from
Aug 20, 2024
Merged

Conversation

ye-luo
Copy link
Contributor

@ye-luo ye-luo commented Aug 19, 2024

Proposed changes

QMCDriverNew::initializeQMC creates Crowds and StepContexts. Consider the StepContexts is driver specific. I need to move them out of the base class and create driver-specific variants. For this reason, split initializeQMC

What type(s) of changes does this code introduce?

  • New feature

Does this introduce a breaking change?

  • No

What systems has this change been tested on?

laptop

Checklist

  • Yes. This PR is up to date with current the current state of 'develop'
  • Yes. Code added or changed in the PR has been clang-formatted

@ye-luo
Copy link
Contributor Author

ye-luo commented Aug 19, 2024

Test this please

Copy link
Contributor

@prckent prckent left a comment

Choose a reason for hiding this comment

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

LGTM

(Need to be careful about runs with multiple driver sections and passing population between them in this series of updates.)

@prckent prckent enabled auto-merge August 20, 2024 17:47
@ye-luo
Copy link
Contributor Author

ye-luo commented Aug 20, 2024

Test this please

@prckent prckent merged commit a2efb2d into QMCPACK:develop Aug 20, 2024
38 of 39 checks passed
@ye-luo ye-luo deleted the split-initializeQMC branch August 22, 2024 23:54
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.

2 participants