You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
derivation and documentation of MT matrix elements for vtau correction @toxa81 for LAPW
draft implementation of matrix elements; logically, it should be part of Hamiltonian0
re-use Laplacian radial function calculation (need to compute a couple of derivatives and combine them into a final radial function)
draft MT contribution to LAPW hamiltonain
interstitial contribution from vtau to LAPW Hamiltonian @toxa81
store tau as spin-up, -dn Periodic_function in Denisty class @abussy
consider moving other radial integrals from atom and atom_symmetry_class to Hamiltonian0
draft implementation of tau calculation
add contribution to tau from core electrons
need to compute gradient of wave-functions for core electrons; on a simple side - those are spherically symmetric states; on the difficult side - they are 2-component Dirac spinors
It's strange that there are so many commits, definitely from the unrelated changes. It will make sense to make the diff of the current changes and reapply them again on a clean fork. Also, before making more changes to the actual code, PR has to pass ci/cd
It's strange that there are so many commits, definitely from the unrelated changes. It will make sense to make the diff of the current changes and reapply them again on a clean fork. Also, before making more changes to the actual code, PR has to pass ci/cd
Just so that we are on the same line @toxa81, you take care of tau functionals for FLAPW overall? We wouldn't want to duplicate work. In any case, what you do in b84eb3b is cleaner than what I was cooking up.
Fixed the mess with the commits. You'll have to overwrite your local branch with this one before pushing anything (otherwise we risk creating the mess again)
Fixed the mess with the commits. You'll have to overwrite your local branch with this one before pushing anything (otherwise we risk creating the mess again)
On your local meta-gga branch: git fetch --all, followed by git reset --hard {remote}/meta-gga, where {remote} refers to this github repo (typically origin or upstream). You can check with git remote -v
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
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.
TODO list