mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-27 05:35:28 -04:00
Add LibFCI active-space solver (#5167)
Co-authored-by: Thomas D. Kuehne <tkuehne@cp2k.org>
This commit is contained in:
parent
37a23bdd17
commit
c523002d91
18 changed files with 729 additions and 12 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue