final v1.0 files
[weak_simulation_stab_extent.git] / sparsify.h
1 #define PI 3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679
2
3 double binomcoeff(int m, int n);
4 int sparsify(long** stabStateIndices, int* numStabStates, int T, double phi, double delta, int coherentSampling, double samplePrefactor);