Home

Chapter 5. Plugin Reference

Documentation

Version 1.2.0 Beta 1

Chapter 5. Plugin Reference

1. Physical Interaction Plugins

Physical Interaction plugins calculate the physical interactions between atomic and molecular entities, such as attraction and repulsion.

1.1. AIREBO

The Adaptive Intermolecular Reactive Empirical Bond Order (AIREBO) potential is an extension of the REBO potential described in the REBO_MBM plugin description. The extensions that the AIREBO potential provides are:
  • Non-bonded, intermolecular interactions, modelled with a Lennard-Jones (LJ) 12-6 potential
  • Four-body torsional interaction, modelled with a torsional potential with a single minimum
The resulting system energy is then giving by

Equation 5.1. The AIREBO Potential


The reference and citation to use for this AIREBO plugin and any publications that result from simulations with this potential is

S. J. Stuart, A. B. Tutein and J. A. Harrison, "A Reactive Potential for Hydrocarbons with Intermolecular Interactions", J. Chem. Phys.112 6472-6486 (2000).

1.1.1. Configuration

The following is an example of how to configure the AIREBO plugin in the simulation specification file.

  ...
  <simulationFlow ...
    ...
    <calculator name="AIREBO" plugin="AIREBO">
      <parameter name="deltaTbyTau" value="1.0" />
    </calculator>

Table 5.1. AIREBO Configuration Parameters

ParameterDescription
deltaTbyTauThis refers to the Δt/τT term in the van Gunstern-Berendsen Thermostat used by the plugin. The range is [0.01 < Δt/τT < 1.2] where 1.2 greatly dampens any thermal activity in the system, and 0.01 barely dampens thermal activity. A value of 1.0 seems to work well.


1.1.2. Operation Notes

  • Parameterized for hydrocarbons only. Additional parameterizations will be made available in future releases.

1.2. BondCalculator

This plugin discovers molecules in the simulation space and specifies bonds to describe them. It uses a simple scheme based on the distance between atoms to decide bonds. The bond length data comes from here [chemviz.ncsa.uiuc.edu].

1.3. MPQC_SClib

This quantum mechanics plugin encapsulates the functionality of the Scientific Computing Toolkit (SC) used by the Massively Parallel Quantum Chemistry Program (MPQC), hence MPQC_SClib. The following levels of theory are supported:

  • Closed shell, unrestricted, and general restricted open shell Hartree-Fock energies and gradients
  • Closed shell, unrestricted, and general restricted open shell Kohn-Sham density functional theory (DFT) energies and gradients
  • Second order closed shell Møller-Plesset perturbation theory energies and gradients.

Currently, the plugin can be used to calculate system energies, gradient dynamics, and electrostatic potential (ESP) planes.

1.3.1. Common Configuration

The following is an example of the common elements of each MPQC_SClib configuration in the simulation specification file.

  ...
  <parameter name="baseDirectory" value="c:/Program Files/NanoHive-1" />
  ...
  <simulationFlow ...
    ...
    <calculator name="qmCalculator" plugin="MPQC_SClib">
      <parameter name="logDirectory" value="log" />
      <parameter name="dataDirectory" value="data/MPQC_SClib" />

      <parameter name="multiplicity" value="1" />
      <parameter name="method" value="HF" />
      <parameter name="basis" value="3-21G*" />
      <parameter name="functional" value="B3LYP" />
      <parameter name="integrator" value="coarse" />
      <parameter name="maxEnergyConvergenceAttempts" value="10" />
      <parameter name="desiredEnergyAccuracy" value="1.0e-005" />
      ...

Table 5.2. MPQC_SClib Common Parameters

ParameterDescription
logDirectoryThe SClib component of the plugin writes status and result information as it runs. This specifies the directory where SClib should write its output file (SClib_out.txt).

Note

To watch detailed output from the MPQC_SClib plugin as it is running, execute (from a Unix command line) tail -f <logDirectory>/SClib_out.txt
dataDirectoryWhere to find the MPQC_SClib atomic information and basis set data files. All distributions come with a set under the data/MPQC_SClib directory as shown in the example configuration.
multiplicityMultiplicity is determined by the number of unpaired electrons in the system you're calculating. Here's a table showing the multiplicity depending on the number of unpaired electrons:

Unpaired ElectronsMultiplicity
01 (default)
12
23
34

Note, however, that you need not calculate with the maximum multiplicity as shown in the table, you can get away with multiplicities of either 1 or 2 for every system. Choose multiplicity=1 for systems with an even number of unpaired electrons, choose multiplicity=2 for systems with an odd number of unpaired electrons.

You can further reduce things if you don't happen to know how many unpaired electrons there are, as long as you know how many electrons there are. So choose multiplicity=1 for systems with an even number of electrons, choose multiplicity=2 for systems with an odd number of electrons.

methodThe method to use, note that the effective multiplicity will ultimately determine the specific method. Possible values are
  • HF - general Hartree-Fock. With multiplicity=1, closed-shell Hartree-Fock is used, with multiplicity>1, unrestricted Hartree-Fock is used.
  • RHF - restricted Hartree-Fock. With multiplicity=1, closed-shell Hartree-Fock is used, with multiplicity>1, high-spin open-shell Hartree-Fock is used.
  • UHF - unrestricted Hartree-Fock regardless of multiplicity.
  • KS - Kohn-Sham (DFT). With multiplicity=1, closed-shell Kohn-Sham is used, with multiplicity>1, unrestricted Kohn-Sham is used. Note that a functional must be specified with this method.
  • RKS - restricted Kohn-Sham (DFT). With multiplicity=1, closed-shell Kohn-Sham is used, with multiplicity>1, high-spin open-shell Kohn-Sham is used. Note that a functional must be specified with this method.
  • UKS - unrestricted Kohn-Sham (DFT) regardless of multiplicity. Note that a functional must be specified with this method.
  • MP2 - second order closed shell Møller-Plesset perturbation theory. multiplicity must be 1.
basisThe Gaussian basis set to use. The following is a table of available basis sets (from the SClib documentation) listing the supported elements for each basis and the number of basis functions for H (n0), first row (n1), and second row (n2) atoms.
Basis SetElementsn0n1n2
STO-2GH-Ca159
STO-3GH-Kr159
STO-3G*H-Ar1514
STO-6GH-Be, C-Kr159
MINI (Huzinaga) H-Ca159
MINI (Scaled)H-Ca159
MIDI (Huzinaga)H-Na29
DZ (Dunning)H, Li, B-Ne, Al-Cl21018
DZP (Dunning)H, Li, B-Ne, Al-Cl51624
DZP + Diffuse (Dunning)H, B-Ne619
3-21GH-Kr2913
3-21G*H-Ar2919
3-21++GH-Ar31317
3-21++G*H-Ar31323
4-31GH-Ne, P-Cl2913
4-31G*H-Ne, P-Cl21519
4-31G**H-Ne, P-Cl51519
6-31GH-Ar2913
6-31G*H-Ar21519
6-31G**H-Ar51519
6-31+G*H-Ar21923
6-31++GH-Ar31317
6-31++G*H-Ar31923
6-31++G**H-Ar61923
6-311GH-Ar, Ga-Kr31321
6-311G*H-Ar, Ga-Kr31826
6-311G**H-Ar, Ga-Kr61826
6-311G(2df,2pd)H-Ne1430
6-311++G**H-Ne723
6-311++G(2d,2p)H-Ne1029
6-311++G(3df,3pd)H-Ar194250
cc-pVDZH, He, B-Ne, Al-Ar, Ga-Kr51418
cc-pVTZH, He, B-Ne, Al-Ar, Ga-Se143034
cc-pVQZH, He, B-Ne, Al-Ar305559
cc-pV5ZH-Ne, Al-Ar559195
aug-cc-pVDZH, He, B-Ne, Al-Ar92327
aug-cc-pVTZH, He, B-Ne, Al-Ar234650
aug-cc-pVQZH, He, B-Ne, Al-Ar468084
aug-cc-pV5ZH, He, B-Ne, Al-Ar80127131
cc-pCVDZB-Ne 18
cc-pCVTZB-Ne 43
cc-pCVQZB-Ne 84
cc-pCV5ZB-Ne 145
aug-cc-pCVDZB-F 27
aug-cc-pCVTZB-Ne 59
aug-cc-pCVQZB-Ne 109
aug-cc-pCV5ZB-F 181
NASA Ames ANOH, B-Ne, Al, P, Ti, Fe, Ni305559
functionalThe exchange-correlation functional to use for DFT methods. The table below (from the SClib documentation) lists the functional names and the equivalent functionals in other packages. The Description column gives the sub-functionals used to build up the functional and its coefficient if it is other than one. The G98 column lists the equivalent functional in Gaussian 98 A.6. The NWChem column lists the equivalent functional in NWChem 3.3.1.
FunctionalDescriptionG98NWChem
XALPHAXalpha exchange functional (XalphaFunctional)XALPHA
HFSSlater exchange functional (SlaterXFunctional)HFSslater
HFBBecke 1988 exchange functional (Becke88XFunctional)HFBbecke88
HFG96Gill (1996) exchange functional (G96XFunctional)
G96LYPG96XFunctional + Lee, Yang, Parr correlation functional (LYPCFunctional)G96LYP
BLYPSlaterXFunctional + Becke88XFunctional + LYPCFunctionalBLYP
SVWN1SlaterXFunctional + the Vosko, Wilk, Nusair local correlation functional (VWN1LCFunctional) slater vwn_1
SVWN1RPASlaterXFunctional + VWN1LCFunctional (using the RPA parameters) slater vwn_1_rpa
SVWN2SlaterXFunctional + VWN2LCFunctional slater vwn_2
SVWN3SlaterXFunctional + VWN2LCFunctional slater vwn_3
SVWN4SlaterXFunctional + VWN4LCFunctional slater vwn_4
SVWN5SlaterXFunctional + VWN5LCFunctionalSVWN5slater vwn_5
SPZ81SlaterXFunctional + Perdew, Zunger 1981 local spin density approximation correlation functional (PZ81LCFunctional)SPL
SPW92SlaterXFunctional + Perdew, Wang 1992 local spin density approximation correlation functional (PW92LCFunctional slater pw91lda
BP86SlaterXFunctional + Becke88XFunctional + Perdew 1986 correlation functional (P86CFunctional) + PZ81LCFunctional becke88 perdue86
B3LYP0.2 HF-Exchange + 0.8 SlaterXFunctional + 0.72 Becke88XFunctional + 0.19 VWN1LCFunctional (using the RPA parameters) + 0.81 LYPCFunctionalB3LYPb3lyp
B3PW910.2 HF-Exchange + 0.8 SlaterXFunctional + 0.72 Becke88XFunctional + 0.19 Perdew, Wang 1991 correlation functional (PW91CFunctional) + 0.81 PW92LCFunctionalB3PW91
B3P860.2 HF-Exchange + 0.8 SlaterXFunctional + 0.72 Becke88XFunctional + 0.19 P86CFunctional + 0.81 VWN1LCFunctional (using the RPA parameters)
PBEPerdew, Burke, Ernzerhof (PBE) exchange functional (PBEXFunctional) + (PBE) correlation functional (PBECFunctional) xpbe96 cpbe96
PW91PW91XFunctional + PW91CFunctional
mPW(PW91)PW91modified PW91XFunctional (mPW91XFunctional(PW91)) + PW91CFunctionalPW91PW91
mPWPW91modified mPW91XFunctional(PW91) (mPW91XFunctional(mPW91)) + PW91CFunctional
mPW1PW910.16 HF-Exchange + 0.84 mPW91XFunctional(mPW91) + PW91CFunctional
integratorSpecifies the grid to be used for numerical integrations. The following values can be given: xcoarse, coarse, medium, fine, xfine, and ultrafine. Default: fine
maxEnergyConvergenceAttemptsSpecifies the maximum number of attempts that should be made to achieve the desired energy calculation accuracy (desiredEnergyAccuracy.) Default: -1 indicating no limit to the number of attempts.
desiredEnergyAccuracySpecifies the desired energy calculation accuracy in Hartrees (1 Hartree = 4.359 744 17(75) x 10-18 Joules.) Default: 1.0e-6


1.3.2. What Level of Theory Should I Use?

Quantum chemistry methods is a large body of science, but here's a fast break-down, from least to most accurate, with respect to the MPQC_SClib plugin.

  • The most basic method is the Hartree-Fock theory - each electron sees the average effect of all the other electrons.
  • Density Functional Theory (DFT) - the exact electron density can be determined by finding the density that minimizes a density functional. The catch is that the exact form of the functional isn't known, but there's several functionals available to approximate it.
  • Correlated methods - electrons respond to the dynamic motion of each of the other electrons, not just the average effect. Møller-Plesset perturbation theory is an example of this method.

The accuracy trade-off is computational intensity, ie, time.

Each of the methods listed above utilize a set of basis functions called a basis set. The basis functions describe orbitals, which are descriptions of the behavior of an electron in an atom according to quantum mechanics. The more basis functions there are in a basis set, the more accurate the description of the orbitals, and the more costly the calculation.

Note

Each basis set only has functionals for a sub-set of atoms.

Below is a brief comparison of various levels of theory used to calculate the energy of an H2O molecule, including some notes [1] about the basis set used.

Table 5.3. MPQC_SClib Comparison of Various Levels of Theory

MethodBasis Set (# basis functions)Basis Set NotesFunctionalCalculation TimeEnergy (Hartrees)
HF3-21G* (30)A small basis set.n/a< 1 s-75.5788429667
HF6-311G** (50)Usually acceptable for HF and DFT.n/a2 s-76.0314305762
KS3-21G* (30)A small basis set.B3LYP32 s-75.9719803768
KS6-311G** (50)Usually acceptable for HF and DFT.B3LYP41 s-76.4390839802
MP2cc-pVTZ (78)Designed for correlated methods such as MP2.n/a37 s-76.309362958967
MP2cc-pVQZ (144) n/a9 min 40 s-76.338134762910


1.3.3. MPQC_SClib Gradient Dynamics Configuration

Gradient dynamics uses the calculated energy gradient to determine atom velocities. It's very similar to geometry optimization, but allows for pathing, ie, the controlled motion of molecular tools, to act on the system. The Cytosine-Guanine Example below uses gradient dynamics where the guanine molecule is "pushed" towards the cytosine molecule and subsequently hydrogen bonding takes place.

The following fragment is an example of how to configure the MPQC_SClib plugin for gradient dynamics in the simulation specification file.

    ...
    <calculator name="qmCalculator" plugin="MPQC_SClib">
      ...
      <parameter name="gradientDynamics" value="yes" />
      <parameter name="deltaTbyTau" value="1.0" />
	  ...

Table 5.4. MPQC_SClib Gradient Dynamics Parameters

ParameterDescription
gradientDynamicsWhether or not to perform gradient dynamics on the system. Either "yes" or "no".
deltaTbyTauThis refers to the Δt/τT term in the van Gunstern-Berendsen Thermostat used by the plugin. The range is [0.01 < Δt/τT < 1.2] where 1.2 greatly dampens any thermal activity in the system, and 0.01 barely dampens thermal activity. A value of 1.0 seems to work well.


1.3.4. Cytosine-Guanine Example

In this example we use the MPQC_SClib gradient dynamics mechanism to show the hydrogen bonding of a DNA base-pair: cytosine and guanine. The cytosine molecule is briefly pushed towards the guanine molecule to give it some momentum in the right direction.

All the files for this simulation are included in the installed cytosine-guanine example, including the resultant HiveKeeper visualization file. You can open the simulation with HiveKeeper and play the visualization (without having to re-run the simulation, which would take a few days.) While playing the visualization in HiveKeeper, you can rotate the system and see the characteristic "twisting" of the two molecules as they bond.

A video of the simulation is also available here: [MPEG] 688 Kb

1.3.5. Electostatic Potential (ESP) Plane Configuration

The potential energy associated with the charge distribution of a molecule is the electrostatic potential (ESP). The ESP at some point due to a point charge is given by

Equation 5.2. Electrostatic Potential


where

Eis the electrostatic potential
kis (4πεo)-1
qis the value of the point charge
ris the distance between q and the point where E is being calculated

In our molecules and systems we have many "point" charges comprising protons and electron densities. The total electrostatic potential at a point may be found by measuring the strengths of the individual electrostatic potentials due to each of the individual charges and then summing them. To form a visualization of ESP we assign a color to each point depending on how positive or negative the ESP is at that point.

The image to the right shows the ESP of a water molecule, which has two very polar covalent bonds. The ESP coloring shows how the majority of electron density (blue color) resides on the oxygen atom, with a lack of electron density (red color) on the hydrogen atoms. The white color in this visualization is used to show high potentials - the white inside the red is interpreted as very positive potential.

The ESP of a molecule can help give an understanding of such properties as its melting/boiling point, solubility, acidity, and current flow characteristics [2].

The ESP Plane and the ESP Window

The MPQC_SClib plugin can calculate the ESP for a bounded window lying on a plane in space. While the bounded window is not a plane, if the window is big enough, everything outside the window, along the plane, would effectively have insignificant ESP. And so we refer to the window as a plane in some sense.

The following fragment is an example of how to configure the MPQC_SClib plugin for ESP plane output in the simulation specification file.

    ...
    <calculator name="qmCalculator" plugin="MPQC_SClib">
      ...
      <parameter name="outputType" value="ESPplane" />
      <parameter name="resolution" value="20" />
      <parameter name="centerPoint" value="0e-10,0.3e-10, 0e-10" />
      <parameter name="normalPoint" value="0e-10 1.3e-10 0e-10" />
      <parameter name="outputLength" value="10.0e-10" />
      <parameter name="cutoffHeight" value="1.0e-10" />
      <parameter name="cutoffWidth" value="0.5e-10" />
	  ...

Table 5.5. MPQC_SClib Electrostatic Potential Plane Parameters

ParameterDescription
outputTypeSet to "ESPplane".
resolutionThis specifies the resolution of the window. The total number of ESP data points in the window will number resolution2.
centerPointSpecifies the point where the ESP window shall be centered at.
normalPointCombined with the centerPoint, specifies the orientation of the ESP window.
outputLengthThe length of one side of the ESP window. The area of the window will be outputLength2
cutoffHeightThe distance above and below the window in which to include atoms for ESP calculation.
cutoffWidthThe distance around the window in which to include atoms for ESP calculation.


All measurements are in meters.

This illustration shows the parameters and how they specify the ESP window.

1.3.6. Electrostatic Potential of a 5,5 Carbon Nanotube Example

Using the MPQC_SClib plugin, we specified a flat square that visually encodes the electrostatic potential (ESP) of all atoms, within a specified range of the square, as color - red for positive ESP and blue for negative. We then pulled a 5,5 carbon nanotube through the square to observe its ESP.

ESP Window and Nanotube Path

In our example, we pull a nanotube through a window that shows the ESP of everything passing through it. The image to the left shows the window and how the nanotube will be pulled through it.

The dynamics of the nanotube itself will be simulated with the REBO_MBM plugin.

Here is an MPEG showing the path of the nanotube only (no ESP visualization.)

Nanotube ESP

The figure to the right shows the ESP of a slice of the nanotube as it begins to travel through the ESP window. We can see positive ESP around the pairs of carbon atoms at level with the window, and negative ESP radiating out from in between carbon pairs. The ESP is not symmetric because the nanotube is at an angle to the ESP window, as is shown in the above diagram. Note that there is no negative ESP inside the nanotube.

Here is an MPEG of the entire process.

1.4. REBO_MBM

Note

This plugin is being deprecated - use the AIREBO plugin instead.

This plugin employs D. Brenner et al's second-generation Reactive Empirical Bond Order (REBO) potential energy function for solid carbon and hydrocarbon molecules [3] . This potential allows for covalent bond breaking and forming with associated changes in atomic hybridization. It has been used to model many processes including reactive surface and cluster dynamics [4] , carbon nanotube properties [5] , polycrystalline diamond structure [6] , brittle fracture dynamics [7] , and processes associated with nanoindentation [8] .

The general form of this potential, originally derived by Abell from chemical pseudopotential theory [9] is:

Equation 5.3. REBO Potential


where

Ebis the chemical binding energy
i, jare nearest neighbor atoms
rijis the distance between atoms i and j
V Ris the interatomic, pair-additive repulsive function (core-core, etc)
V Ais the interatomic, pair-additive attractive function (from valence electrons, etc)
bijis a bond order between atoms i and j

Tersoff introduced analytic parameterized forms for the bond order that were able to describe bonding for a number elements in various phases [10] . The value of the bond order was assumed to depend both on the local coordination and on bond angles.

Brenner, et al, established that Tersoff's solid-state scheme can be applied to both solid-state and molecular systems [11] , and developed the first-generation form of the potential [12] . The second-generation form contains improved analytic functions and an extended database relative to the earlier version.

This plugin was developed with code from P. McCluskey's C port of Brenner et al's FORTRAN version, which incorporated C code from J. Michelsen, hence the name REBO_MBM. The license for some of the code used for the plugin asks me to give the following acknowledgement:

"This product includes software developed by Zyvex LLC."

1.4.1. Configuration

The following is an example of how to configure the REBO_MBM plugin in the simulation specification file.

  ...
  <parameter name="baseDirectory" value="c:/NanoHive-1" />
  ...
  <simulationFlow ...
    ...
    <calculator name="REBO_MBM" plugin="REBO_MBM">
      <parameter name="dataDirectory" value="data/REBO_MBM" />
    </calculator>

Table 5.6. REBO_MBM Configuration Parameters

ParameterDescription
dataDirectoryWhere to find the REBO spline data files. All distributions come with a set under the data/REBO_MBM directory as shown in the example configuration.


1.4.2. Operation Notes

  • This plugin primarily supports molecules made up totally of either Carbon atoms, or Carbon and Hydrogen atoms. The minimal Silicon atom support is best for positioning Carbon atoms in a place where they will form stronger bonds with other Carbon atoms. Non-C/H/Si atoms are ignored completely.
  • The original code this plugin uses has a hard-coded value of 15,000 for the number of atoms it can handle. Work will be done to remove this limit for the next version.
  • Works with RC_Traverser
  • Updates the totalEnergy, kineticEnergy, potentialEnergy, and idealTemp entries in the MeasurementSet.

1.4.3. Mechanosynthesis of Diamond Simulation Example

Using the REBO_MBM Interaction Plugin described above, D. Huang et al's proposed reaction sequence of epitaxial diamond growth [13] , Sinnott et al's hydrogen abstraction [14] , and adaptations of Ralph Merkle's proposed hydrocarbon assembly tools [15] , we created an example of the mechanosynthesis of diamond with the simulator.

Diamond Seed

We start with a small molecule of diamond.
  • Carbon atoms are yellow; hydrogen atoms are white
  • The diamond seed is anchored by six of its hydrogens, indicated by green stars. The ability to anchor atoms in space is a feature of NanoHive-1.
  • The brighter carbon atoms indicate the primary initial diamond structure that will be extended
The first phase of the mechanosynthesis is to abstract the two hydrogens, indicated as 1 and 2, in preparation for the new carbons.

Hydrogen Abstraction

Here we see hydrogen 1 has just been abstracted from the diamond seed.
  • The upper molecule (less the bottom-most hydrogen, which has just been abstracted) is the hydrogen abstractor
  • The abstractor was lowered down at 0.2 nm/ps directly over the target hydrogen, until the bottom carbon was 0.16 nm above the target hydrogen. The abstractor was moved by pathing, or controlling the motion of, three of the hydrogens at the top of the abstractor. The ability to path atoms is a feature NanoHive-1.
  • The bond indicated in green is a double bond between the two carbons
The target hydrogen is abstracted because it forms a stronger bond with the double-bonded carbon, at the end of the abstractor tool, than with the single-bonded carbon in the diamond seed.

Hydrogen 2 is abstracted in the same manner.

Dimer Deposition

This dimer deposition tool is used to deposit the first of two carbon dimers onto the diamond seed.
  • The blue atoms are silicon
  • The molecule is really two tools that act as one until the dimer is deposited, at which point the left and right silicon structures act independently to complete the deposition
  • The silicon-carbon/silicon-hydrogen model used in the REBO_MBM plugin is only an approximation to facilitate the dimer deposition - for this reason, the tool is not hydrogenated like the hydrogen abstractor was
  • The hydrogen acts as a catalyst to the deposition reaction

Here we see the first dimer has been deposited onto the diamond seed and the two tools are being removed.

The second dimer is deposited in the same manner.

Resulting Diamond Molecule

The second dimer has just been deposited (it did not have an additional hydrogen), and the tool removed, leaving the resulting (larger) diamond molecule.

Here is an MPEG of the entire process.



[1] Janssen, C. L., "Quantum Chemistry on Clusters", ClusterWorld 2 18 (August 2004).

[2] Liang, G. C., A. W. Ghosh, M. Paulsson, and S. Datta (2004), Phys. Rev. B 69 No.3, 0353XX.

[3] Brenner, D. W., O. A. Shenderova, J. A. Harrison, S. J. Stuart, B. Ni, and S. B. Sinnott (2002), J. Phys.: Condens. Matter 14 783-802.

[4] Sinnot, S. B., L. F. Qi, O. A. Shenderova, and D. W. Brenner (1999), Advances in Classical Trajectory Methods: Molecular Dynamics of Clusters, Surfaces, Liquids and interfaces vol 4, ed W Hase (Stamford, CT: JAI Press) pp 1-26 ch 1

[5] Wijesundara, M. B. J., L. Hanley, B. Ni, S. B. Sinnott (2000), Proc. Natl Acad. Sci. USA 97 23.

[6] Shenderova, O. A., D. W. Brenner, and L. H. Yang (1999), Phys. Rev. B 60 7043.

[7] Shenderova, O. A., D. W. Brenner, A. Omeltchenko, X. Su, and L. H. Yang (2000), Phys. Rev. B 61 3877.

[8] Sinnott, S. B., R. J. Colton, C. T. White, O. A. Shenderova, D. W. Brenner, and J. A. Harrison (1997), J. Vac. Sci. Technol. A 15 936.

[9] Abell, G. C. (1985), Phys. Rev. B 31 6184.

[10] Tersoff, J. (1986), Phys. Rev. Lett. 56 632.; Tersoff, J. (1988), Phys. Rev. B 37 6991.; Tersoff, J. (1988), Phys. Rev. Lett. 61 2879.; Tersoff, J. (1989), Phys. Rev. B 39 5566.

[11] Brenner, D. W. (1989), Mater. Res. Soc. Symp. Proc. 141 59.

[12] Brenner, D. W. (1990), Phys. Rev. B 42 9458.

[13] Huang, D., M. Frenklach, and M. Maroncelli (1988), J. Phys. Chem. 92 6379-6381.

[14] Sinnott, S. B., R. J. Colton, C. T. White, D. W. Brenner (1994), Surface Science 316 L1055-L1060.

[15] Merkle, R. C. (1997), Nanotechnology 8 149-162.


Last Modified: 5/17/2006