Wavefunctions

An object representing a set of wavefunctions. Provides concrete, but potentially inefficient methods for doing all the wavefunction ops.

Properties and Methods

 

__init__(self, energies=None, wavefunctions=None, indices=None, wavefunction_class=None, **opts): 

 

get_wavefunctions(self, which): 

 

__getitem__(self, item): 

Returns a single Wavefunction object

 

__iter__(self): 

 

frequencies(self, start_at=0): 

 

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

Plots all of the wavefunctions on one set of axes

  • opts: Any

    No description…

  • :returns: _

    No description…

Examples


Edit Examples or Create New Examples
Edit Template or Create New Template
Edit Docstrings