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

conformalBlockVectorBundle -- creates an object of class ConformalBlockVectorBundle

Synopsis

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 :

For the programmer

The object conformalBlockVectorBundle is a method function.