vossjo / ase-espresso

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

Solve minor bug involving QE output filename #31

Closed SCingolani closed 4 years ago

SCingolani commented 5 years ago

Changes at lines 664-667 solve a bug where ase-espresso would fail if a filename without a leading slash is provided in the "txt" argument to the initializer (initialize self.sdir before using it). Change in line 706 makes ase-espresso actually use the filename provided by the user, otherwise it gets ignored.