Over at Chemical Quantum Images, Felix has posted Python code that will read a file containing a molecular structure and calculate the molecular orbitals using Huckel theory. The code uses the OpenBabel Python module to read the structure, and NumPy, the Python extension for numerical computing, to do the heavy lifting (to diagonalise a matrix).
Now, if I only understood the theory...:-)
2 comments:
where is this code?
It's linked in Felix's blog post: https://homepage.univie.ac.at/felix.plasser/chemprogs/python.htm
Post a Comment