xmolecule_get_cis_oscillator_strength Subroutine

public subroutine xmolecule_get_cis_oscillator_strength(xdata_cptr, state, os, tdip, nstates) bind(c)

returns cis oscillator strengths

Arguments

Type IntentOptional Attributes Name
type(c_ptr), intent(inout) :: xdata_cptr
integer(kind=c_int), intent(in) :: state
real(kind=c_double), intent(inout) :: os(nstates)
real(kind=c_double), intent(inout) :: tdip(nstates,3)
integer(kind=c_int), intent(inout) :: nstates