CIS module to compute CIS excited states
calculates different types of cis density matrix for stateindex state state: state index 1...n typ (optional argument): 'F' for full density matrix 'P' for particle density matrix 'H' for hole density matrix 'T' for transition-density matrix
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(basis), | intent(in) | :: | b | |||
type(wf_data), | intent(in) | :: | f | |||
integer, | intent(in) | :: | state | |||
real(kind=long), | intent(out), | optional | :: | f_occ(size(f%lc,2)) | ||
character(len=1), | intent(in), | optional | :: | type |