Skip to content
Snippets Groups Projects
Select Git revision
  • 4cd80263ff477e81ab88dc76f32103f3852a0468
  • master default protected
  • LUFA-170418
  • LUFA-151115
  • LUFA-140928
  • LUFA-140302
  • LUFA-130901
  • LUFA-130901-BETA
  • LUFA-130303
  • LUFA-120730
  • LUFA-120730-BETA
  • LUFA-120219
  • LUFA-120219-BETA
  • LUFA-111009
  • LUFA-111009-BETA
  • LUFA-110528
  • LUFA-110528-BETA
17 results

DualRole

Name Last commit Last update
..
ex
src
README.md
setup.py

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

  1. Install Frame3dd.
  2. Install python dependencies
sudo pip install networkx scipy
  1. 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.