Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 570 Bytes

README.rst

File metadata and controls

27 lines (17 loc) · 570 Bytes

Orbis

Orbis is a wxPython application for interactively investigating simple Hückel systems.

You can draw molecules using the sketchpad and have the following parameters for the system calculated:

  • Eigen energies/eigen vectors
  • Pi bond orders
  • charge densities
  • Atom-Atom polarizabilities
  • Atom-Bond polarizabilities

Installation

$ python setup.py install

Unit Tests

Unit tests are run using nose (including coverage):

$ python setup.py nosetests