ulissigroup / vasp-interactive

GNU Lesser General Public License v2.1
57 stars 12 forks source link

Allow robust handling of `nsw` #2

Closed alchem0x2A closed 3 years ago

alchem0x2A commented 3 years ago

Currently in the interactive mode nsw still controls the stop criteria. If user unintentionally set nsw to a very small number then VaspInteractive attempts to send structure positions after vasp process exits, which leads to a BrokenPIPE error.

This behavior is undesired. Consider catch the exception and output better warining message for the user