[lammps-users] TightbindingMD

Steve,
I am working on silicon nanowires using tersoff potential. I observed that the structure is not stable (few atoms flying off) for small sizes using tersoff potential. Similarly i observed a temperature jump from NVT to NVE ensemble when sw potential is used. All these are for fixed or free boundary condition cases. I want to know whether these potentials can capture surface reconstruction effects or not. ( I read in literature that tight-binding MD can capture all these effects).

Also, how difficult is it to extend REAX ff to silicon ?

Thanks
Ajit

Steve,
I am working on silicon nanowires using tersoff potential. I
observed that the structure is not stable (few atoms flying off) for small
sizes using tersoff potential. Similarly i observed a temperature jump from
NVT to NVE ensemble when sw potential is used. All these are for fixed or

ajit,

this looks a lot like you are following a suitable equilibration
protocol in your lammps scripts or your initial coordinates are
badly chosen or there are worse mistakes. for example, there
can not be a temperature jump due to changing the integrator.
please provide an example to back up your claims.

free boundary condition cases. I want to know whether these potentials can
capture surface reconstruction effects or not. ( I read in literature that
tight-binding MD can capture all these effects).

and ab initio MD even better! however, neither of the methods
will produce "good" results, if the input is no good (GIGO principles)
and both, stillinger-weber and tersoff, are able to capture
surface reconstruction effects. question is, how well and that
you should be able to find out through a literature search.

        Also, how difficult is it to extend REAX ff to silicon ?

same answer. the parametrization procedure for REAX is published
literature. according to the TANSTAAFL (= there ain't no such thing
as a free lunch) theorem, it will be more difficult to parameterize than
a lennard-jones potential. :wink:

cheers,
    axel.

Dr. Axel,

Below is the code i used for silicon. As i mentioned i observe a temperature jump in NVE with sw potential which i dont see with tersoff potential.

Looking forward to your comments.

Thanks
Ajit

i don't have the time to discuss all details, but there are
a number of strange things going on.

why do you use s s s boundary conditions?
this way you simulate a "cluster" or "block" not a "wire"
(which to me implies using periodic boundaries in one
direction).

why do you use such a overly small time step?
with atoms as heavy as silicon, this should not be needed.

why do you use such a large drag value on the thermostat?
in order to keep the temperature at the desired range, it is
better to reduce the time constant.

also, your system is still equilibrating, that is for the initial
part of a trajectory typically better handled by the langevin
thermostat.

as for the "jump" there is not a "jump" but rather a
gradual increase which then gets a bit larger over time.
that is a sign, that your system is not yet equilibrated
and while it is continuing to go down in potential energy,
your kinetic energy goes up until at some point you have
a signficant reordering after which the structure seems
stable.

this would probably be the kind of reconstruction
that you want to see. the difference between sw
and tersoff, i likely due to the fact that tersoff has
a different (and more rugged) potential landscape,
so you may either "trapped" in a local minimum
or the reconstruction might have already happened
during the equilibrium stage.

basically, for as long as the potential energy is decreasing,
you have to keep running with nvt, or else your temperature
will go up. also, you have to remember that equilibration will
take longer at lower temperatures.

please see below how i would set up a "nanowire" simulation
with sw (or tersoff for that matter).
the system is not completely equilibrated after 2ns, but fairly
close, and you won't see any "jumps" anymore. if you replace
sw with tersoff, you should get a very similar result. only, that
the functional form of the tersoff potential also supports sp3 to
sp2 transitions, so there are some small differences in details
of the reconstruction at the edges. check out the attached
visualizations. there are many more details to consider, but i
hope this demonstrates that it is not only the method that
makes a difference, but how you go about to get what you are
after, and that MD is not a fire-and-forget tool.

axel.

equilibrated-config-sw.jpg

equilibrating-config-ters.jpg