integrate vmd wrapper module for pizza.py

this wrapper allows to spawn an instance of VMD
as an ancillary process under python and supports
a few simple manipulations through converting them
to tcl commands. also arbitrary tcl commands can
be forwarded by the object to the vmd instance.
This commit is contained in:
Axel Kohlmeyer
2010-11-20 17:00:21 -05:00
parent dd247a869a
commit cd166c6f2f
3 changed files with 298 additions and 0 deletions

2
python/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.pyc
build