Data for a single image needed by projection strategies. More...
#include <NEBProjection.h>
Public Attributes | |
| const AtomMatrix & | force |
| const AtomMatrix & | tangent |
| const SpringResult & | springResult |
| long | nFreeAtoms |
| long | nAtoms |
Data for a single image needed by projection strategies.
Definition at line 22 of file NEBProjection.h.
| const AtomMatrix& eonc::neb::ImageForceData::force |
Definition at line 23 of file NEBProjection.h.
| long eonc::neb::ImageForceData::nAtoms |
Definition at line 27 of file NEBProjection.h.
| long eonc::neb::ImageForceData::nFreeAtoms |
Definition at line 26 of file NEBProjection.h.
| const SpringResult& eonc::neb::ImageForceData::springResult |
Definition at line 25 of file NEBProjection.h.
| const AtomMatrix& eonc::neb::ImageForceData::tangent |
Definition at line 24 of file NEBProjection.h.