vossjo / ase-espresso

ase interface for Quantum Espresso
GNU General Public License v3.0
65 stars 55 forks source link

Restructuring the code into a package #13

Closed lmmentel closed 8 years ago

lmmentel commented 8 years ago

I restructured the file tree to get the structure close to what is recommended/typical for a python package. Some of the other changes are:

Warning Backwards compatibility is broken since commit 986c9600 because the names of the main classes are changed from espresso, vibespresso and multiespresso to Espresso, Vibespresso and Multiespresso respectively. The change is introduced to conform to python standard and to avoid confusion in module/class names.

I hope you will find some of those changes useful.

Cheers!