Some hacked utilities for interfacing to the Frame3DD library, maintained by Henri P. Gavin, Department of Civil and Environmental Engineering, Duke University. frame3dd.sourceforge.net
Installation
- Install Frame3dd.
- Install python dependencies
sudo pip install networkx scipy
- Build and install pyframe3dd. By default this will go to /usr/local
python setup.py build
python setup.py install
Examples
The directory ex/ contains example python scripts using the library.