-
Notifications
You must be signed in to change notification settings - Fork 142
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
Nexus: Quantum Package interface #1093
Merged
Merged
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
5799061
nexus: initial scaffolding for quantum package implementation
jtkrogel faff900
nexus: add ezfio read and input spec extraction
jtkrogel 194e3b8
nexus: add qp input generation
jtkrogel 37a4aa0
nexus: complete qp input generation and add write ability
jtkrogel d2acad4
nexus: prepare qp input for hf workflow
jtkrogel 867b26c
nexus: fix xyz file read
jtkrogel 71d931b
nexus: prepare for job splitting
jtkrogel 1849b15
nexus: add machine tests
jtkrogel b58e12c
nexus: enable job splitting by nodes to support quantum package maste…
jtkrogel a1854a8
nexus: enable hartree-fock workflow for quantum package
jtkrogel 9c4dd09
nexus: enable cis and fci workflows for quantum package
jtkrogel 8b00f58
Merge branch 'develop' into nx_qm_package
markdewing 9257596
nexus: add input spec comment
jtkrogel 11a1c55
Merge branch 'nx_qm_package' of https://github.com/jtkrogel/qmcpack i…
jtkrogel 7bc6d52
Merge branch 'develop' into nx_qm_package
markdewing File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
nexus: add ezfio read and input spec extraction
- Loading branch information
commit faff900b0943ec228c64321f9647e464ae9f3dd4
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like it comes from extract_input_specification? If so, there should a comment about where this piece of code came from.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean the code following this comment. The email message sent a bit of code from before this comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment added.