Skip to content

Commit

Permalink
Update libxc.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
mavenlin authored Dec 4, 2023
1 parent 0b391c0 commit 9125526
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions maple2jax/libxc/libxc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
#include "pybind11/pybind11.h"
#include "pybind11/stl.h"
#include "register.h" // NOLINT

extern "C" {
#include "util.h" // NOLINT
}

REGISTER_MAPLE(xc_deorbitalize_func, std::string("DEORBITALIZE"));

Expand Down

0 comments on commit 9125526

Please sign in to comment.