1(*
2 Copyright (C) 2019 D. Mejia-Rodriguez
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: mgga_exc *)
10
11$define mgga_k_pcopt_params
12$include "mgga_k_pc07.mpl"
13$include "mgga_c_scan.mpl"
14
15f := (rs, z, xt, xs0, xs1, us0, us1, ts0, ts1) ->
16  scan_f(rs, z, xt, xs0, xs1, K_FACTOR_C*pc07_f(xs0,us0),
17    K_FACTOR_C*pc07_f(xs1,us1)):
18