potential — A model Hamiltonian.
The potential element contains parameters defining control parameters for a potential.
Create a Hamiltonian to describe the interactions between the entities of the particle sets.
Required, the name of the potential.
Optional, the type of potential: classical | quantum. Typically, the name attribute is sufficient to determine the class.
Reserved.
Optional, details of the model, source, version etc.
Reserved.
The list of names meaningful to potential for ohmms and related applications.
| name | meaning | references |
|---|---|---|
| sw | Stillinger-Weber potential for Si. | |
| MEAM | Modified Embedded-Atom method. |
This example shows how to set the potential to an empirical TB potential to obtain a total energy using 2x2x2 k-point mesh.
<potential name="tb" class="quantum">
<kpoint datatype="auto">
<parameter name="grid"> 2 2 2 </parameter>
</kpoint>
<filename> TBPARAM.Si.abc.std </filename>
</potential>