fixed free() pointer error that was throwing segfaults on newer systems
[strong_simulation_stabilizer_rank.git] / exponentialsum.h
1 #define PI 3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679
2
3 complex double exponentialsum(int *k, int *Q, int *D, int **J);