votca 2024.2-dev
|
struct to store collected information for interactions More...
#include <csg_stat_imc.h>
Public Attributes | |
votca::Index | index_ |
tools::Property * | p_ |
tools::HistogramNew | average_ |
tools::HistogramNew | average_force_ |
double | min_ |
double | max_ |
double | step_ |
double | norm_ |
double | cut_ |
bool | is_bonded_ |
bool | threebody_ |
bool | force_ |
struct to store collected information for interactions
Definition at line 64 of file csg_stat_imc.h.
tools::HistogramNew votca::csg::Imc::interaction_t::average_ |
Definition at line 67 of file csg_stat_imc.h.
tools::HistogramNew votca::csg::Imc::interaction_t::average_force_ |
Definition at line 68 of file csg_stat_imc.h.
double votca::csg::Imc::interaction_t::cut_ |
Definition at line 71 of file csg_stat_imc.h.
bool votca::csg::Imc::interaction_t::force_ |
Definition at line 74 of file csg_stat_imc.h.
votca::Index votca::csg::Imc::interaction_t::index_ |
Definition at line 65 of file csg_stat_imc.h.
bool votca::csg::Imc::interaction_t::is_bonded_ |
Definition at line 72 of file csg_stat_imc.h.
double votca::csg::Imc::interaction_t::max_ |
Definition at line 69 of file csg_stat_imc.h.
double votca::csg::Imc::interaction_t::min_ |
Definition at line 69 of file csg_stat_imc.h.
double votca::csg::Imc::interaction_t::norm_ |
Definition at line 70 of file csg_stat_imc.h.
tools::Property* votca::csg::Imc::interaction_t::p_ |
Definition at line 66 of file csg_stat_imc.h.
double votca::csg::Imc::interaction_t::step_ |
Definition at line 69 of file csg_stat_imc.h.
bool votca::csg::Imc::interaction_t::threebody_ |
Definition at line 73 of file csg_stat_imc.h.