|
votca 2025.1-dev
|
#include <csg_stat_imc.h>

Public Member Functions | |
| pair_t (interaction_t *i1, interaction_t *i2, votca::Index offset_i, votca::Index offset_j, const pair_matrix &corr) | |
Public Attributes | |
| interaction_t * | i1_ |
| interaction_t * | i2_ |
| votca::Index | offset_i_ |
| votca::Index | offset_j_ |
| pair_matrix | corr_ |
Definition at line 78 of file csg_stat_imc.h.
|
inline |
Definition at line 162 of file csg_stat_imc.h.
| pair_matrix votca::csg::Imc::pair_t::corr_ |
Definition at line 82 of file csg_stat_imc.h.
| interaction_t* votca::csg::Imc::pair_t::i1_ |
Definition at line 79 of file csg_stat_imc.h.
| interaction_t* votca::csg::Imc::pair_t::i2_ |
Definition at line 80 of file csg_stat_imc.h.
| votca::Index votca::csg::Imc::pair_t::offset_i_ |
Definition at line 81 of file csg_stat_imc.h.
| votca::Index votca::csg::Imc::pair_t::offset_j_ |
Definition at line 81 of file csg_stat_imc.h.