The container that holds the potential grid from APBS calculation. The
potential has the unit of kT/e.
|
__init__(self,
**kwargs)
There are two ways to initialize the object: read from a DX file, or
copy from an existing object with the option of using another 3D
potential map. |
|
|
|
_read(self,
dx_file)
Read the potential from a DX file and store the data. |
|
|
|
_new(self,
pg,
pots=None)
Create a new object from an existing object |
|
|
1D Numpy array (N)
|
getSurfacePotential(self,
vertex_coords)
Interpolate the potential from the grid to the surface. |
|
|