Skip to content

Commit

Permalink
fix xc include in libxc baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebystrom committed Dec 4, 2024
1 parent 391850f commit d666e30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ciderpress/lib/xc_utils/libxc_baselines.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
// Author: Kyle Bystrom <[email protected]>
//

#include <stddef.h>
#include <stdlib.h>
#include <xc.h>

void get_lda_baseline(int fn_id, int nspin, int size, double *rho, double *exc,
Expand Down

0 comments on commit d666e30

Please sign in to comment.