(git:c5411e0)
Loading...
Searching...
No Matches
molecule_kind_types::colvar_constraint_type Type Reference

Data Fields

integer type_id = no_colvar_id
 
integer inp_seq_num = 0
 
logical use_points = .FALSE.
 
real(kind=dp) expected_value = 0.0_dp
 
real(kind=dp) expected_value_growth_speed = 0.0_dp
 
integer, dimension(:), pointer i_atoms => NULL()
 
type(restraint_type) restraint = restraint_type()
 

Detailed Description

Definition at line 117 of file molecule_kind_types.F.

Field Documentation

◆ type_id

integer molecule_kind_types::colvar_constraint_type::type_id = no_colvar_id

Definition at line 118 of file molecule_kind_types.F.

◆ inp_seq_num

integer molecule_kind_types::colvar_constraint_type::inp_seq_num = 0

Definition at line 119 of file molecule_kind_types.F.

◆ use_points

logical molecule_kind_types::colvar_constraint_type::use_points = .FALSE.

Definition at line 120 of file molecule_kind_types.F.

◆ expected_value

real(kind=dp) molecule_kind_types::colvar_constraint_type::expected_value = 0.0_dp

Definition at line 121 of file molecule_kind_types.F.

◆ expected_value_growth_speed

real(kind=dp) molecule_kind_types::colvar_constraint_type::expected_value_growth_speed = 0.0_dp

Definition at line 122 of file molecule_kind_types.F.

◆ i_atoms

integer, dimension(:), pointer molecule_kind_types::colvar_constraint_type::i_atoms => NULL()

Definition at line 123 of file molecule_kind_types.F.

◆ restraint

type(restraint_type) molecule_kind_types::colvar_constraint_type::restraint = restraint_type()

Definition at line 124 of file molecule_kind_types.F.


The documentation for this type was generated from the following file: