tfrederiksen / inelastica

Python package for eigenchannels, vibrations and inelastic electron transport based on SIESTA/TranSIESTA DFT
https://tfrederiksen.github.io/inelastica
GNU Lesser General Public License v3.0
33 stars 16 forks source link

Fix broken function in SiestaIO #9

Closed tfrederiksen closed 6 years ago

tfrederiksen commented 6 years ago

To avoid circular references, import Inelastica.MakeGeom was disabled in SiestaIO. Since it is needed in ReadANIFile this function is now left broken.

zerothi commented 6 years ago

A simple work-around is to import SiestaIO in the method. This will work ;)