next up previous contents
Next: 34. File formats Up: user Previous: 32. Analysis   Contents

33. 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 results33.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 gradients33.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 31). 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 geometry33.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. Link atoms are defined by the molecular dynamics module, based on the specification of the quantum atoms in the prepare module. For the link atoms, basis sets X_L need to be defined in the basis set input block.

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:

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


next up previous contents
Next: 34. File formats Up: user Previous: 32. Analysis   Contents
2003-10-08