Skip to content
ruvido edited this page Jun 19, 2011 · 24 revisions

Welcome to the Pynoramix wiki!

Kickstart example

For the impatient, some simple code to start with. First, fire-up your python shell:

$ ipython

then load the library:

>>> import pynoramix as pyno
>>> Mol=pyno.load('conf.pdb')
Clone this wiki locally