/hypermegacyber

Very basic hybrid monte carlo for python.

OtherNOASSERTION

HyperMegaCyber

Basic hybrid Monte-Carlo for python.

This code is heavily inspired by the deep learning tutorials with theano and Radford Neal's work for R.

Dependencies

The only dependency is numpy.

Installation

Run

$ python setup.py install

or alternatively

$ pip install .

from the source directory. You might have to prefix the call with a sudo.