xmolecule_set_mo_coef Subroutine

public subroutine xmolecule_set_mo_coef(xdata_cptr, mo_coef, l_ao, l_mo) bind(c)

set LCAO coefficients

Arguments

Type IntentOptional Attributes Name
type(c_ptr), intent(inout) :: xdata_cptr
real(kind=c_double), intent(in) :: mo_coef(l_ao,l_mo)
integer(kind=c_int), intent(in) :: l_ao
integer(kind=c_int), intent(in) :: l_mo