Analysis

Types

Methods

BialkaliSpectrum.with_ground_stateMethod
with_ground_state(
    spectra,
    ground_basis_state::State;
    groupby=:fields
)

Returns a new DataFrame with the contents of spectra, plus an additional column :ground_state containing the :index of the state with the highest overlap with ground_basis_state, in the same group determined by groupby.

Used internally but not necessary probably??

source