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

Improve Nexus handling of excited state calculations #1365

Merged
merged 7 commits into from
Feb 7, 2019

Conversation

jtkrogel
Copy link
Contributor

@jtkrogel jtkrogel commented Feb 6, 2019

This PR improves the Nexus interface to SeeK-path for excited state calculations. The QMCPACK lab on excited states is updated to reflect the new simplified interface.

Interaction with SeeK-path is now pulled up into the Structure class. Users request SeeK-path functionality via two keywords added to generate_structure.

If keyword use_prim is set (use_prim=True), the Structure class uses SeeK-path to automatically determine the primitive cell and sets the internal axes and atomic positions to match.

If keyword add_kpath is set (add_kpath=True), the Structure class uses SeeK-path to automatically add k-points corresponding to high symmetry paths in the first BZ to the structure object. This can be used subsequently to easily perform band structure calculations and select k-points to target for QMC excited state runs.

Further refinements to the lab will be made by @kayahans following the merge of this PR.

@qmc-robot
Copy link

Can one of the maintainers verify this patch?

@ghost ghost assigned jtkrogel Feb 6, 2019
@ghost ghost added the in progress label Feb 6, 2019
@prckent
Copy link
Contributor

prckent commented Feb 7, 2019

OK to test

@ghost ghost assigned ye-luo Feb 7, 2019
@ye-luo ye-luo merged commit 1467b07 into QMCPACK:develop Feb 7, 2019
@ghost ghost removed the in progress label Feb 7, 2019
@jtkrogel jtkrogel deleted the excited_updates branch September 16, 2019 12:13
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.

None yet

4 participants