mirror of
https://github.com/TREX-CoE/qmc-lttc.git
synced 2024-09-20 08:42:21 +02:00
8 lines
102 B
C
8 lines
102 B
C
#include <math.h>
|
|
#include <stdio.h>
|
|
|
|
double gaussian(double *r) {
|
|
// Pending
|
|
return 0;
|
|
}
|