ia_dihedral_setup Subroutine

public subroutine ia_dihedral_setup(num_dihedral_types, dihedral_styles, dihedral_params)

Sets up parameters for dihedral potentials

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: num_dihedral_types

Number of dihedral types

integer, intent(in), dimension(:):: dihedral_styles

Styles for each type

real(kind=rp), intent(inout), dimension(:,:):: dihedral_params

Parameters for each type, depending on style


Called by

proc~~ia_dihedral_setup~~CalledByGraph proc~ia_dihedral_setup ia_dihedral_setup proc~ia_setup ia_setup proc~ia_setup->proc~ia_dihedral_setup proc~run run proc~run->proc~ia_setup program~main main program~main->proc~run

Contents

None