next up previous contents
Next: 30. File formats Up: user Previous: 28. Analysis   Contents

Subsections

29. Combined quantum and molecular mechanics

Combined or hybrid Quantum Mechanics and Molecular Mechanics (QM/MM) is a simulation methodology that is about 15 years old but in all the literature there are cautions that calibration computations must be done to validate the model for each particular chemical system studied. This is not a black box style computation and the NWChem users are advised that without calibration QM/MM may not give the appropriate results29.1.

The QM/MM module in NWChem is driven by the molecular dynamics module. This module currently works for any QM method that has analytic gradients29.2. The input for this requires the definition of chemical system via the same interface that is used by the MD module (c.f. Section 27). The extensions to this interface include the definition of ``Quantum'' atoms and ``Link'' where appropriate. The QM information must be present in the traditional NWChem input deck except for the geometry29.3. The geometrical information will be constructed automatically by nwmd. For dynamics and free energy simulations the input is again identical to that for nwmd with limitations on the kinds of simulations that can be done.

The QM/MM module is invoked with the task directive where the ``theory'' is QMMM. The recognized operations on the QM/MM theory directive are energy, optimize, and dynamics.

  TASK QMMM (energy | optimize | dynamics)

Tasks gradient, saddle, frequencies and thermodynamics are currently not available in the QM/MM mode.

The QM/MM input consists of the standard NWChem input block:

  QMMM
    ...
  END

The QMMM has the following the additional sub-directive that the user may specify for the particular simulation. These options currently are:

29.1 EATOMS

There is one compound input directive that must exist for the QM/MM simulation to proceed. This sets the relative zero of energy for the QM component of the system. It is not incorrect to leave this value as zero but the energetics of the QM system will likely over shadow the MM component of the system. Properties based on energy fluctuations of the system will be overly sensitive to the energy of the QM component of the system. The zero of energy for the MM system is by definition of most parameterized force fields the separated atom energy. The zero of energy for QM systems by definition of most QM methods is the vacuum. The a priori determination of the separated atom energy for a particular QM method is not well defined and thus leads to a number of assumptions or guess work depending upon the particular QM method being utilized. Therefor, the determination of the QM separated atom energy (``eatoms'') is left to the user. The input takes the form:

  EATOMS <real eatoms>

There is no default for this and the input must be present for a QM/MM simulation.

All other parameters that control the QM/MM simulation are set via the input to nwmd (see chapter 27).


next up previous contents
Next: 30. File formats Up: user Previous: 28. Analysis   Contents
Jorge Garza Olguin 2003-04-28