Excitation
- class adcc.Excitation(parent_state, index, method)
Bases:
object
Construct an Excitation from an
adcc.ExcitedStates
parent object.The class provides access to the properties of a single excited state, dynamically constructed inside ExcitedStates.excitations All properties marked with
mark_excitation_property()
are set as properties ofadcc.Excitation
.- Parameters
parent_state –
adcc.ExcitedStates
object from which the Excitation is derivedindex (int) – Index of the excited state the constructed
adcc.Excitation
should refer to (0-based)method (AdcMethod) – ADC method of the parent
adcc.ExcitedStates
object
Attributes Summary
parent_state
Attributes Documentation
- parent_state