Loading...
Searching...
No Matches
eonc::neb::NEB_Projection Struct Reference

Jonsson, Mills, Jacobsen 1998 (World Scientific). More...

#include <NEBProjection.h>

Public Member Functions

AtomMatrix project (const ImageForceData &d) const

Detailed Description

Jonsson, Mills, Jacobsen 1998 (World Scientific).

Standard NEB: parallel spring force + perpendicular true force.

Definition at line 38 of file NEBProjection.h.

Member Function Documentation

◆ project()

AtomMatrix eonc::neb::NEB_Projection::project ( const ImageForceData & d) const

Definition at line 21 of file NEBProjection.cpp.

21 {
22 AtomMatrix fPerp = eonc::neb::forcePerp(d.force, d.tangent);
23 return d.springResult.forceSpringPar + fPerp;
24}
Eigen::Matrix< double, Eigen::Dynamic, 3, eOnStorageOrder > AtomMatrix
Definition Eigen.h:37
AtomMatrix forcePerp(const AtomMatrix &force, const AtomMatrix &tangent)
Compute the perpendicular component of force relative to the tangent.

The documentation for this struct was generated from the following files: