DVRWavefunctions

wavefunction_class: DVRWavefunction

 

__init__(self, energies=None, wavefunctions=None, grid=None, results: Psience.DVR.BaseDVR.DVRResults = None, **opts): 

 

__repr__(self): 

 

plot(self, figure=None, **opts): 

Plots the held wavefunctions

  • figure: Any
  • graphics_class: Any
  • plot_style: Any
  • scaling: Any
  • shift: Any
  • opts: Any
  • :returns: Graphics

 

expectation(self, op, other=None, multiplicative=True): 

Computes the expectation value of operator op over the wavefunction other and self

  • other: DVRWavefunctions | np.ndarray
  • op: Any
  • :returns: _

 

transform_operator(self, M): 

 

coordinate(self): 

 

momentum(self): 

 

laplacian(self): 

 

kinetic_energy(self): 

 

potential_energy(self): 

Feedback

Examples

Templates

Documentation