Onsager-Machlup action-based springs (Mandelli & Parrinello 2021). More...
#include <NEBSpringForce.h>
Public Member Functions | |
| SpringResult | compute (long i, const AtomMatrix &tangent, const AtomMatrix &posNext, const AtomMatrix &posPrev, const AtomMatrix &pos, const std::shared_ptr< Matter > &image) const |
Public Attributes | |
| double | base_k |
| std::vector< AtomMatrix > | L_vecs |
Onsager-Machlup action-based springs (Mandelli & Parrinello 2021).
Definition at line 48 of file NEBSpringForce.h.
| SpringResult eonc::neb::OnsagerMachlupSpring::compute | ( | long | i, |
| const AtomMatrix & | tangent, | ||
| const AtomMatrix & | posNext, | ||
| const AtomMatrix & | posPrev, | ||
| const AtomMatrix & | pos, | ||
| const std::shared_ptr< Matter > & | image ) const |
Definition at line 46 of file NEBSpringForce.cpp.
| double eonc::neb::OnsagerMachlupSpring::base_k |
Definition at line 49 of file NEBSpringForce.h.
| std::vector<AtomMatrix> eonc::neb::OnsagerMachlupSpring::L_vecs |
Definition at line 50 of file NEBSpringForce.h.