-
Notifications
You must be signed in to change notification settings - Fork 40
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
wfc extrapolation / MD #1003
Open
simonpintarelli
wants to merge
37
commits into
develop
Choose a base branch
from
sirius-md
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
wfc extrapolation / MD #1003
Conversation
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
simonpintarelli
force-pushed
the
sirius-md
branch
from
June 13, 2024 22:25
252fdef
to
08f3dd3
Compare
cscs-ci run default |
1 similar comment
cscs-ci run default |
simonpintarelli
force-pushed
the
sirius-md
branch
from
July 8, 2024 14:57
5fc440e
to
4b7f237
Compare
simonpintarelli
force-pushed
the
sirius-md
branch
from
September 11, 2024 07:39
46f6c19
to
5fc7edc
Compare
- simulation context: return spla as shared_ptr - md extraplation / nlcglib operators: use shared_ptr - Use shared_ptr for spla_context, beta-projectors. Avoid passing simulation context. - use shared_ptr for beta-projectors, q operator - shared_ptr to store Beta_projectors - add zeros_like for mdarray - unitary similarity transform for diagonal matrix, dia matrix helper - workaround to call lapack ev solver without matrix instead of dmatrix - add SIRIUS_SKIP_WFC_EXTRAPOLATION env variable - add svd to linalg.hpp - missing include - fix a typo in dgmm accblas wrapper - enable distributed wfc in nlcglib - add wfc extrapolation to fortran api - add dgmm (matrix-matrix product with diagonal matrix) - kset add `auto ctx() const`
simonpintarelli
force-pushed
the
sirius-md
branch
from
October 23, 2024 07:32
cb4f772
to
b26c65f
Compare
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.
Changes in SIRIUS library/core:
SIRIUS_COREDUMP
, if setcall_sirius
does not run intry-except
blockauto ctx() const