This function creates an object of the type ConformalBlockVectorBundle.
In the example below we create the conformal block bundle V(sl3,2,(ω1,ω1,ω1,ω2,ω2,ω2)) on M0,6.
i1 : sl_3=simpleLieAlgebra("A",2);
|
i2 : V=conformalBlockVectorBundle(sl_3,2,{{1,0},{1,0},{1,0},{0,1},{0,1},{0,1}},0)
o2 = V
o2 : Conformal block vector bundle on M-0-6-bar
|