The ConformalBlocks package for Macaulay2
The ConformalBlocks package for Macaulay2
The source file
ConformalBlocks.m2
A short introductory paper
ConformalBlocks.pdf
How to install
- Download and install Macaulay2 version 1.4
- Download the file ConformalBlocks.m2 above
- Open Macaulay2 in the same directory where you have saved ConformalBlocks.m2. Run the following two commands:
i1: installPackage("ConformalBlocks")
i2: viewHelp "ConformalBlocks"
- The first command installs the package. The second command will take you to the documentation (provided the package has installed correctly). You only need to install a package once in Macaulay2; to use it again later, use the command loadPackage("ConformalBlocks") instead.