DVRResults
A subclass that can wrap all of the DVR run parameters and results into a clean interface for reuse and extension
__init__(self, grid=None, kinetic_energy=None, potential_energy=None, hamiltonian=None, wavefunctions=None, parent=None, **opts):
@property
dimension(self):
plot_potential(self, plot_class=None, figure=None, plot_units=None, energy_threshold=None, zero_shift=False, **opts):
Simple plotting function for the potential. Should be updated to deal with higher dimensional cases
plot_class:McUtils.Plots.Graphicsthe graphics class to use for the plot
opts:Anyplot styling options
:returns:McUtils.Plots.Graphics