[
] (https://coveralls.io/r/d-meiser/mbo)
The many body operators (mbo) library provides functions for the numerical solution of quantum mechanical many body problems. It is designed to be efficient both in terms of space usage and execution time.
The latest version of mbo can be obtained from the github repository at https://github.com/d-meiser/mbo.
The mbo website is here: mbo website.
The documentation can be found here: mbo documentation.
mbo uses cmake for cross platform configuration. On linux, mbo can be downloaded, configured, and installed with the following steps:
git clone https://github.com/d-meiser/mbo
cd mbo
mkdir build
cd build
cmake ..
make -j4
sudo make install
Note that the last step typically requires super user privileges.
On windows mbo can be built with the microsoft visual studio compilers. The free version (visual studio express) is sufficient.
We'd love to hear how you're using mbo, what you find good, and what not so good. The preferred way for leaving feedback is via the github issue tracker for the mbo repository https://github.com/d-meiser/mbo/issues.
You can also contact me directly at [email protected].