source: git/Tst/Manual/ellipticcovers.tst @ 96847c

spielwiese
Last change on this file since 96847c was 96847c, checked in by Janko Boehm <boehm@…>, 11 years ago
added tests for ntDiff and ellipticcovers.lib
  • Property mode set to 100644
File size: 736 bytes
Line 
1LIB "tst.lib";
2tst_init();
3LIB "ellipticcovers.lib";
4ring R=(0,x1,x2,x3,x4),(q1,q2,q3,q4,q5,q6),dp;
5graph G = makeGraph(list(1,2,3,4),list(list(1,3),list(1,2),list(1,2),list(2,4),list(3,4),list(3,4)));
6G;
7propagator(list(x1,x2),0);
8propagator(list(x1,x2),2);
9propagator(G,list(1,1,1,0,0,0));
10
11number P1= propagator(G,list(1,1,1,0,0,0));
12computeConstant(P1,x2);
13
14
15partitions(3,7);
16
17number P = propagator(G,list(0,2,1,0,0,1));
18gromovWitten(P);
19
20partitions(6,2);
21
22ring S=(0,x1,x2),(q1,q2,q3),dp;
23graph G2 = makeGraph(list(1,2),list(list(1,2),list(1,2),list(1,2)));
24gromovWitten(G2,list(0,2,1));
25gromovWitten(G2,3);
26generatingFunction(G2,3);
27
28ring T=(0,x1,x2,x3,x4),(q),dp;
29permute(list(x1,x2,x3,x4));
30
31
32tst_status(1);
33$
34
Note: See TracBrowser for help on using the repository browser.