Konstantin devel Wilson+Clover N_f=2+1 implementation#673
Open
Konstantin devel Wilson+Clover N_f=2+1 implementation#673
Conversation
…ed explicit "single_flavor" flag in monomials to e.g. fix issue with double counting of trlog term and make the code more expressive in several places.
kostrzewa
reviewed
Mar 27, 2026
| inv_param.dslash_type = QUDA_CLOVER_WILSON_DSLASH; | ||
| } | ||
| inv_param.matpc_type = QUDA_MATPC_EVEN_EVEN; | ||
| inv_param.matpc_type = QUDA_MATPC_EVEN_EVEN_ASYMMETRIC; |
Member
There was a problem hiding this comment.
can you test what happens when you set this to QUDA_MATPC_ODD_ODD_ASYMMETRIC ?
Member
Member
|
@chaoos @mtaillefumier any thoughts on the best order of merging this or #664 ? |
Contributor
|
@kostrzewa If this is a quick and small thing, I'd merge it. Yes, it gives conflicts on the cmake branch, but else we have to suspend all merges until cmake is merged (which might still take a while?). |
Member
@chaoos compared to the cmake_support branch the number of changes here is small |
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.
Provides a working implementation of N_f=2+1 (plain) Wilson+Clover simulations.
Still lacks a GPU implementation of the force for the single flavor part though.