(git:6a2e663)
force_field_types Module Reference

Define all structures types related to force_fields. More...

Functions/Subroutines

subroutine, public init_ff_type (ff_type)
 
  1. Just NULLIFY and zero all the stuff
More...
 
subroutine, public init_inp_info (inp_info)
 Specific function to initialize the inp_info. More...
 
subroutine, public deallocate_ff_type (ff_type)
 
  1. Just DEALLOCATE all the stuff
More...
 
subroutine, public deallocate_inp_info (inp_info)
 Specific function to deallocate the inp_info. More...
 

Detailed Description

Define all structures types related to force_fields.

History
10.2008 Teodoro Laino [tlaino] - University of Zurich added native support for AMBER forcefield 10.2014 Moved kind types into force_field_kind_types.F [Ole Schuett]
Author
MK (29.08.2003)

Function/Subroutine Documentation

◆ init_ff_type()

subroutine, public force_field_types::init_ff_type ( type(force_field_type), intent(inout)  ff_type)

  1. Just NULLIFY and zero all the stuff

Parameters
ff_type...
Author
ikuo

Definition at line 230 of file force_field_types.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ init_inp_info()

subroutine, public force_field_types::init_inp_info ( type(input_info_type), pointer  inp_info)

Specific function to initialize the inp_info.

Parameters
inp_info...
History
none
Author
teo

Definition at line 382 of file force_field_types.F.

Here is the caller graph for this function:

◆ deallocate_ff_type()

subroutine, public force_field_types::deallocate_ff_type ( type(force_field_type), intent(inout)  ff_type)

  1. Just DEALLOCATE all the stuff

Parameters
ff_type...

Definition at line 449 of file force_field_types.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ deallocate_inp_info()

subroutine, public force_field_types::deallocate_inp_info ( type(input_info_type), pointer  inp_info)

Specific function to deallocate the inp_info.

Parameters
inp_info...
History
none
Author
teo

Definition at line 754 of file force_field_types.F.

Here is the call graph for this function:
Here is the caller graph for this function: