SCM Home Page
*
*
Copyright Terms of UsePrivacy Policy
Home Products Try & Buy Downloads Documentation Support News About SCM Contact
Home     Products     Try & Buy     Downloads     Documentation     Support     News     About SCM     Contact

prevupnext

NBO analysis: adfnbo, gennbo

Sample directory: adf/e_H2O_ADFNBO/

Dr. Autschbach, SCM, and Prof. Weinhold have collaborated to prepare a simple in put file generator, called adfnbo, for the GENNBO program of Prof. Weinholds Natural Bond Orbital (NBO) 5.0 package:
http://www.chem.wisc.edu/~nbo5
The GENNBO executable is included in the ADF distribution and can be enabled via the license file for all those who buy an NBO manual from either the NBO authors or from SCM (info@scm.com).

Usage:

$ADFBIN/adf <<eor
Title simple NBO example for water 

Atoms    Z-Matrix
O   0 0 0
H   1 0 0   0.9
H   1 2 0   0.9  100
End
  
Basis
CORE NONE 
TYPE DZ
End

FULLFOCK
AOMAT2FILE
SAVE TAPE15
SYMMETRY NOSYM

End Input
eor

$ADFBIN/adfnbo <<eor
eor

$ADFBIN/gennbo < FILE47

A File named FILE47 is generated by adfnbo which is an input file for the general NBO program gennbo. ADF needs to write some data to file, which is done by including these keywords in the adf input file:

FULLFOCK
AOMAT2FILE
SAVE TAPE15
SYMMETRY NOSYM
GENNBO

This section contains a brief summary of the capabilities of GENNBO, made available by Prof. Weinhold.

GENNBO implements most capabilities of the full NBO 5.0 program suite as described on the NBO website: http://www.chem.wisc.edu/~nbo5
These include determination of natural atomic orbitals (NAOs), bond orbitals (NBOs), and localized MOs (NLMOs), as well as the associated NPA (atomic charges and orbital populations) and NRT (resonance structures, weightings, bond orders) valence descriptors, for a wide variety of uncorrelated and correlated (variational, perturbative, or density functional) theoretical levels. GENNBO-supported options include all keywords except those explicitly requiring interactive communication with the host electronic structure system (viz., $DEL deletions, NEDA, NCS, NJC). The GENNBO program typically sits conveniently on the PC desktop, ready to analyze (or re-analyze at will, with altered options) the final results of a complex ADF calculation performed on a remote cluster.

GENNBO "communicates" with the original ADF calculation through an archive file (JOB.47 file, preserving all necessary details of the final density) that is initially generated by ADF and subsequently becomes the input file for GENNBO. The .47 file contains a standard $NBO ... $END keylist that can be edited with a standard word processor or text editor to include chosen NBO keyword options, just as though they might have appeared in the original input stream of an interactive ADFNBO run. The stand-alone GENNBO program therefore allows many alternative NBO analysis options to be explored at leisure, without costly re-calculation of the wavefunction.