Exceptions (exceptions.py)¶
Exceptions
pymultiwfn.api.exceptions
¶
Exceptions for pymultiwfn interface.
InvalidInputFileError
¶
Bases: MultiwfnError
Raised when an input file extension is unsupported by Multiwfn.
Source code in src/pymultiwfn/api/exceptions.py
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | |
MultiwfnError
¶
Bases: Exception
Base exception for pyMultiwfn errors.
Source code in src/pymultiwfn/api/exceptions.py
4 5 6 7 | |