Macaulay2 » Documentation
Packages » ConformalBlocks :: conformalBlockVectorBundle
next | previous | forward | backward | up | index | toc

conformalBlockVectorBundle -- creates an object of class ConformalBlockVectorBundle

Description

This function creates an object of the type ConformalBlockVectorBundle.

In the example below we create the conformal block bundle $V(sl_3,2,(\omega_1,\omega_1,\omega_1,\omega_2,\omega_2,\omega_2))$ on $\bar{M}_{0,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

Ways to use conformalBlockVectorBundle:

  • conformalBlockVectorBundle(LieAlgebra,ZZ,List,ZZ)

For the programmer

The object conformalBlockVectorBundle is a method function.


The source of this document is in ConformalBlocks.m2:1414:0.