aboutsummaryrefslogtreecommitdiff
path: root/src/common/1d.cube.size7/evaluate-molecule.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/1d.cube.size7/evaluate-molecule.c')
-rw-r--r--src/common/1d.cube.size7/evaluate-molecule.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/common/1d.cube.size7/evaluate-molecule.c b/src/common/1d.cube.size7/evaluate-molecule.c
new file mode 100644
index 0000000..ad83d90
--- /dev/null
+++ b/src/common/1d.cube.size7/evaluate-molecule.c
@@ -0,0 +1,7 @@
+ coeffs->coeff_m3*data->data_m3
+ + coeffs->coeff_m2*data->data_m2
+ + coeffs->coeff_m1*data->data_m1
+ + coeffs->coeff_0*data->data_0
+ + coeffs->coeff_p1*data->data_p1
+ + coeffs->coeff_p2*data->data_p2
+ + coeffs->coeff_p3*data->data_p3;