View on GitHub

Mbo

Many body operators

Download this project as a .zip file Download this project as a tar.gz file

MBO is a library for the efficient numerical treatment of quantum mechanical many body operators. Quantum mechanical many body operators are linear operators constructed from small matrices (single body operators) that are embedded into a tensor product space.

Getting MBO

Currently, the only way to obtain MBO is from the source repository:

git clone https://github.com/d-meiser/mbo
cd mbo
mkdir build
cd build
cmake ..
make
sudo make install

Documentation

The documentation and API references for MBO are here:

MBO Documentation