def display_bare_wavefunctions(sweep, subsys, param_val, fig_ax): title = 'wavefunctions: subsystem {} ({})'.format( sweep.get_subsys_index(subsys), subsys._sys_type) __ = splot.bare_wavefunction(sweep, param_val, subsys, title=title, fig_ax=fig_ax)
def display_bare_wavefunctions(index): title = 'wavefunctions: subsystem {} ({})'.format( self.sweep.hilbertspace.index(subsys), subsys._sys_type) __ = splot.bare_wavefunction(self.sweep, param_val, subsys, title=title, fig_ax=(fig, axes_list_flattened[index]))