DipoleSurface
Provides a unified interface to working with dipole surfaces. Currently basically no fancier than a regular surface (although with convenient loading functions), but dipole-specific stuff could come
Properties and Methods
from_log_file: method
from_fchk_file: method
__init__(self, mu_x, mu_y, mu_z):
mu_x:SurfaceX-component of dipole moment
mu_y:SurfaceY-component of dipole moment
mu_z:SurfaceZ-component of dipole moment
get_log_values(log_file, keys=('StandardCartesianCoordinates', 'DipoleMoments')):
get_fchk_values(fchk_file):
__call__(self, gridpoints, **opts):
Explicitly overrides the Surface-level evaluation because we know the Taylor surface needs us to flatten our gridpoints
gridpoints:AnyNo description…
opts:AnyNo description…
:returns:_No description…
Examples
Edit Examples or
Create New Examples
Edit Template or
Create New Template
Edit Docstrings