mirror of
https://github.com/TREX-CoE/qmc-lttc.git
synced 2025-03-19 07:16:38 +01:00
8 lines
102 B
C
8 lines
102 B
C
#include <math.h>
|
|
#include <stdio.h>
|
|
|
|
double gaussian(double *r) {
|
|
// Pending
|
|
return 0;
|
|
}
|