Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 410 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 410 Bytes

madpy

Summary

madpy is a one-dimensional python implementation of MADNESS. It is intended primarily for pedagogical use in understanding how madness works. It could also be useful as a prototyping laboratory.

Requirements

This probably needs Python 2.3 or later.

You can run tests with "python oned.py"

To use the tree plotting module draw_tree.py, you will also need matplotlib and networkx.