OpenChem

OpenChem is an Open Source program for investigating nanotechnology, molecular structures, machines, and phenomena.

Features

The prototype of OpenChem implements the basic features of a molecular construction and vizualization program. It loads and saves pdb files, rotates and translates molecules or parts of molecules, allows for structure creation and editing, and geometrical optimization by energy minimization.

The authors have largely lost interest in further development on it, and it is not in a terribly useful state.

You would probably be better off looking at PyMOL, MMTK, or Fungimol.

You can download OpenChem source code here.

Also, see John Michelsen's OpenChem page and Chris Phoenix's OpenChem page.

Screenshot

Here is an image of the OpenChem user interface:

 

Rendering

A sequence showing the arcs between overlapping atoms that reproduces 3D-like behavior from circles, as the left atom is moved toward the viewer from 0 to 45 degrees.

Implementation

OpenChem is implemented as a python GUI calling the Rasmol rendering engine, written in C. Energy minimization is provided by a MM3 engine.

Future modules

Also in the works are molecular dynamics capabilities, a PM3 semi-empirical quantum mechanics module, an interactive brenner hydrocarbon potential, and an interface to Ralph Merkle's tube.c molecule generation program.

Download

A prototype of OpenChem is available here. It is a python script utilizing Tkinter and Pmw.

Discussions about OpenChem are happening mostly on Will Ware's NanoCAD mailing list.