Skip to content

d-meiser/mbo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

358b014 · Sep 19, 2015
Dec 10, 2014
Sep 19, 2015
Sep 19, 2015
Feb 28, 2015
Apr 16, 2015
Feb 20, 2015
Feb 28, 2015
Jun 3, 2014
Aug 2, 2014
Sep 24, 2014
Sep 19, 2015
Sep 19, 2015
Sep 19, 2014
Dec 25, 2014
Sep 19, 2015
Sep 30, 2014
Feb 28, 2015

Repository files navigation

Build Status Build status [Coverage Status] (https://coveralls.io/r/d-meiser/mbo)

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.

Windows

On windows mbo can be built with the microsoft visual studio compilers. The free version (visual studio express) is sufficient.

Questions and Comments

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].

About

Many body operators

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published