#include <poissonBoltzmann.h>
Public Attributes | |
float | q |
float | r |
float | x |
float | y |
float | z |
Index | index |
This datastructure only contains position (x, y, z), charge (q) and radius (r) of the atoms. Index is used to store the index of the gridpoint defining the lower left front corner of the cube containing the atom. This is needed to calculate the potential at the atom's position (to calculate the total energy).