1(*
2 Copyright (C) 2017 M.A.L. Marques
3
4 This Source Code Form is subject to the terms of the Mozilla Public
5 License, v. 2.0. If a copy of the MPL was not distributed with this
6 file, You can obtain one at http://mozilla.org/MPL/2.0/.
7*)
8
9(* type: gga_exc *)
10(* prefix:
11  gga_c_bmk_params *params;
12
13  assert(p->params != NULL);
14  params = (gga_c_bmk_params * )(p->params);
15*)
16
17$define lda_c_pw_params
18$include "lda_c_pw.mpl"
19
20$include "b97.mpl"
21
22f := (rs, z, xt, xs0, xs1) ->
23  b97_f(f_pw, 0.2, params_a_c_ss, 0.006, params_a_c_ab,
24        rs, z, xs0, xs1):
25