eReaxff: classical treatment of the explicit electronΒΆ

The eReaxFF implementation in the SCM ReaxFF program is based on the paper [J. Chem.Theory Comput 12, 3463 (2016)] and on the prototype code obtained from the group of Adri van Duin. It was, however, largely rewritten by SCM to meet our coding standards and to maximize performance.

An eReaxFF calculation requires the following additional force-field parameters to be defined (equation numbers are refering to the eReaxFF paper):

  • The header of the force-field file must begin with the “[ ereaxff acks2 ]” string,
  • General parameter 27: the currently reserved \(p_{elho}\) parameter in the unpublished electron-hole interaction equation (which is still highly experimental and is subject to change),
  • General parameter 37: the Gauss exponent parameter \(p_{val}\) describing the free electron, Eq(3),
  • Atomic parameter 24: the \(\alpha\) parameter in Eq(2),
  • Atomic parameter 27: the \(\beta\) parameter in Eq(2),
  • Atomic parameter 13: the \(p_{ij}^{xel2}\) parameter in Eq(4d),
  • Bond parameter 16: the \(p_{ij}^{xel1}\) parameter in Eq(4d).

Additionally, since the eReaxFF method is usually coupled to the ACKS2 charge equilibration method, the ACKS2-related parameters should also be defined.

In the input geometry file, the explicit electrons are called ‘El’ and the holes are ‘Ho’ (yes we are aware that the latter clashes with holmium but this is what the original authors are using).

It should be noted that the eReaxFF implementation is considered experimental so the users are advised to contact Adri van Duin regarding its use.