Add LibFCI active-space solver (#5167)

Co-authored-by: Thomas D. Kuehne <tkuehne@cp2k.org>
This commit is contained in:
Dynamics of Condensed Matter 2026-05-12 19:36:10 +02:00 committed by GitHub
parent 37a23bdd17
commit c523002d91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 729 additions and 12 deletions

View file

@ -235,7 +235,7 @@ def process_file(fn: str, allow_modifications: bool) -> None:
if re.match(r".*\.(cc|cpp|cxx|hcc|hpp|hxx)$", fn):
if basename in ["torch_c_api.cpp", "ace_c_api.cpp", "openpmd_c_api.cpp"]:
# Begrudgingly tolerated because some libraries have no C API.
# Begrudgingly tolerated for C++ code with a narrow C ABI.
run_remote_tool("clangformat", fn)
else:
raise Exception(f"C++ is not supported.")