shnitsel.core.datasheet ======================= .. py:module:: shnitsel.core.datasheet Submodules ---------- .. toctree:: :maxdepth: 1 /api/shnitsel/core/datasheet/colormaps/index /api/shnitsel/core/datasheet/common/index /api/shnitsel/core/datasheet/dip_trans_hist/index /api/shnitsel/core/datasheet/hist/index /api/shnitsel/core/datasheet/nacs_hist/index /api/shnitsel/core/datasheet/oop/index /api/shnitsel/core/datasheet/per_state_hist/index /api/shnitsel/core/datasheet/structure/index /api/shnitsel/core/datasheet/time/index Classes ------- .. autoapisummary:: shnitsel.core.datasheet.Datasheet Package Contents ---------------- .. py:class:: Datasheet(frames = None, *, path = None, copy_data = None, spectra_times = None, col_state = None, col_inter = None) .. py:attribute:: frames :value: None .. py:attribute:: can .. py:attribute:: spectra_times :type: list[int | float] | numpy.ndarray | None .. py:attribute:: charge :type: int :value: 0 .. py:attribute:: structure_skeletal :type: bool :value: False .. py:attribute:: name :type: str :value: '' .. py:method:: _copy_data(old) .. py:property:: per_state .. py:property:: inter_state .. py:property:: pops .. py:property:: delta_E .. py:property:: fosc_time .. py:property:: spectra .. py:property:: spectra_groups .. py:property:: spectra_ground .. py:property:: spectra_excited .. py:property:: noodle .. py:property:: hops .. py:property:: structure_atXYZ .. py:property:: mol .. py:property:: mol_skeletal .. py:property:: smiles .. py:property:: inchi .. py:method:: calc_all() .. py:method:: plot_per_state_histograms(fig = None) .. py:method:: plot_timeplots(fig = None) .. py:method:: plot_separated_spectra_and_hists(fig = None) .. py:method:: plot_separated_spectra_and_hists_groundstate(fig = None, scmap=plt.get_cmap('turbo')) .. py:method:: plot_nacs_histograms(fig = None) .. py:method:: plot_noodle(fig = None) .. py:method:: plot_structure(fig = None) .. py:method:: get_subfigures(include_per_state_hist = False, borders = False) :staticmethod: .. py:method:: plot(include_per_state_hist = False, borders = False, consitent_lettering = True) .. py:method:: _test_subfigures(include_per_state_hist = False, borders = False)