dipole_matrix Interface

public interface dipole_matrix

Form either a real or a complex dipole matrix.

The real-typed version is equivalent to .


Contents


Module Procedures

private function dipole_matrix_real(geom, damp, ddipmat, grad) result(dipmat)

Arguments

Type IntentOptional AttributesName
type(geom_t), intent(inout) :: geom
type(damping_t), intent(in) :: damp
type(grad_matrix_re_t), intent(out), optional :: ddipmat
type(grad_request_t), intent(in), optional :: grad

Return Value type(matrix_re_t)

private function dipole_matrix_complex(geom, damp, ddipmat, grad, q) result(dipmat)

Arguments

Type IntentOptional AttributesName
type(geom_t), intent(inout) :: geom
type(damping_t), intent(in) :: damp
type(grad_matrix_cplx_t), intent(out), optional :: ddipmat
type(grad_request_t), intent(in), optional :: grad
real(kind=dp), intent(in) :: q(3)

Return Value type(matrix_cplx_t)