Handle external gau2grid#95
Merged
Merged
Conversation
Contributor
|
@loriab and I worked today on testing this PR within the context of the Psi4/GauXC interface. It seems to work as desired, both in terms of finding the external gau2grid instance, and in subsequent accuracy tests. Just wanted to say that! |
mikovtun
pushed a commit
to mikovtun/GauXC
that referenced
this pull request
Mar 29, 2024
wavefunction91
added a commit
that referenced
this pull request
Apr 3, 2024
* improve standalone_driver compatibility with X/Y/Z densities * Change "spin" nomenclature Co-authored-by: David Williams-Young <wavefunction91@gmail.com> * [BugFix] Fix high-AM CPU sn-K (#98) * Fix (d|f) and (f|f) sn-K contractions on the CPU * MIN -> min in f sn-K CPU kernels * Fix (p|g) ... (g|g) sn-K CPU kernels * Missing MIN -> std::min * Added BasisSet::max_l * Added H2O2 def2-{T,Q}ZVP tests to check sn-K with high AM, disable L > 2 for device tests for now * Add L=4 to CUDA collocation kernels * Handle potential external gau2grid with higher-level target check (#95) * Change ENABLE variables to HAS/USE variables * Cleanup of old config header * Fixed integrate_den warning and added reference VXC guards for non-VXC jobs --------- Co-authored-by: mk <mikovtun@uw.edu> Co-authored-by: David Williams-Young <wavefunction91@gmail.com> Co-authored-by: David Williams-Young <dbwy@lbl.gov>
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.
By default, GauXC expects to handle gau2grid via a pre-generated source (unless forced with
GAUXC_FORCE_EXTERNAL_GAU2GRID). It is desirable to handle the case where gau2grid is built in an external tree (#93).Closes #93