Introduce standalone SkalaXC with ABI-isolated CPU, CUDA, MPI, and language bindings - #129
Draft
Jens (JensWehner) wants to merge 108 commits into
Draft
Introduce standalone SkalaXC with ABI-isolated CPU, CUDA, MPI, and language bindings#129Jens (JensWehner) wants to merge 108 commits into
Jens (JensWehner) wants to merge 108 commits into
Conversation
Jens (JensWehner)
force-pushed
the
gauxc_migration
branch
2 times, most recently
from
August 26, 2026 11:43
ef41033 to
5277ab5
Compare
Merged
Jens (JensWehner)
force-pushed
the
gauxc_migration
branch
from
August 27, 2026 12:18
5277ab5 to
1486d30
Compare
Contributor
Author
There was a problem hiding this comment.
rename file
| with: | ||
| name: ${{ matrix.package }}-pkg | ||
| path: dist/ | ||
| - name: Publish distribution to PyPI |
Contributor
Author
There was a problem hiding this comment.
revert this deletion
Contributor
Author
There was a problem hiding this comment.
clang-format only.
Contributor
Author
There was a problem hiding this comment.
format only
Contributor
Author
There was a problem hiding this comment.
format only
Contributor
Author
There was a problem hiding this comment.
format only.
Contributor
Author
There was a problem hiding this comment.
rename to .cpp
| @@ -0,0 +1,575 @@ | |||
| #include <nanobind/nanobind.h> | |||
| #include <nanobind/ndarray.h> | |||
Contributor
Author
There was a problem hiding this comment.
nanobind has an eigen header that should be a lot easier.
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.
Summary
This PR introduces SkalaXC, a standalone C++17 shared library for evaluating Skala exchange-correlation functionals. It reuses GauXC’s lower-level numerical infrastructure while keeping GauXC, LibTorch, Eigen, and other implementation dependencies behind a stable, ABI-isolated public boundary.
The change also replaces the previous GauXC integration examples and Python export tooling with maintained C++, C, Fortran, and Python SkalaXC interfaces, dedicated packaging, and comprehensive CI coverage.
Standalone SkalaXC library
Public APIs and ABI isolation
Host, MPI, and CUDA execution
CUDA and host-compiler compatibility
Packaging and dependency management
Testing and CI
Documentation and examples
Legacy cleanup