MNDO

class MNDO

This interface supports energy and gradient evaluations with the MNDO semi-empirical electronic structure package developed by the group of Walter Thiel at MPI Muelheim.

An MNDO Theory object can be specified as follows:

my_frag = Fragment(...)

my_theory = MNDO(frag=my_frag,
                 method='am1',
                 ...)

which would then be called as theory=my_theory in subsequent tasks (see Tasks).

Note that as it is a semi-empirical code, the MNDO interface will ignore some keyword options that are common to other QM interfaces, such as basis, ecp, functional, etc.

General options

method

(default: mndo) Semi-empirical method to use, e.g. mndo, am1, pm3, om2.

SCF options

accuracy

(default: medium) SCF accuracy setting. high sets SCF convergence to 10^-8 eV. veryhigh sets SCF convergence to 10^-10 eV.