✨ NEW: Workchain for calculating Green's functions#192
Draft
janssenhenning wants to merge 13 commits into
Draft
Conversation
No return_results yet
the dictionary output is barebones but things like torque could end up there Added output namespace of greens function calculation And added post processing for intersite greens functions to calculate Jij constants
- Fixed some bugs - Streamlined Green's calculation submission - Added feature for calculating Jij in blocks (This is very helpful to keep systems calculatable at large cutoffs and large amount of shells)
Codecov Report
@@ Coverage Diff @@
## develop #192 +/- ##
===========================================
- Coverage 77.76% 75.54% -2.22%
===========================================
Files 119 121 +2
Lines 14951 15700 +749
===========================================
+ Hits 11627 11861 +234
- Misses 3324 3839 +515
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
for more information, see https://pre-commit.ci
This is a relatively simple workchain running three Green's function workchains for SQA along x, y and z and calculating the full Jij tensor Then the three tensors are decomposed and combined to calculate the isotropic (J_ij), symmetric (S_ij, A_ij) and asymmetric exchange (D_ij)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Entry point:
fleur.greensfFeatures:
TODO: