BGexpand: More performance improvements
[BGap.git] / BGap.frm
blobc0ef30b10dc4fd16fa9a45327c49a1448a96f6ec
2 * This program computes the alpha' expansion of disk integrals
3 * using the method described in 1609.07078. The procedures that
4 * do all the work are in the file BGap.h
6         Format 250;
7         Off statistics;
9         #include- BGap.h
11 * left/right are the integration domain/integrand
12 * modify accordingly
13         L example = Zint(1,3,4,5,8,2,6,7,[p],1,2,3,4,5,6,7,8);
15 * the number here is the alpha' order (allowed range 1,...,7)
16 * If you want the field theory limit, set it to 1
17         #call BGexpand(2)
19         bracket zeta2,zeta3,zeta5,zeta7;
20         print +s -f;
21         .end