![]() |
(git:b77b4be)
|
tree nodes creation, searching, deallocation, references etc. More...
Data Types | |
type | tmc_move_type |
Functions/Subroutines | |
subroutine, public | move_types_create (move_types, nr_temp) |
allocating the module variables | |
subroutine, public | move_types_release (move_types) |
deallocating the module variables | |
Variables | |
integer, parameter, public | mv_type_none = 0 |
integer, parameter, public | mv_type_swap_conf = 1 |
integer, parameter, public | mv_type_atom_trans = 2 |
integer, parameter, public | mv_type_mol_trans = 3 |
integer, parameter, public | mv_type_mol_rot = 4 |
integer, parameter, public | mv_type_proton_reorder = 5 |
integer, parameter, public | mv_type_atom_swap = 6 |
integer, parameter, public | mv_type_md = 7 |
integer, parameter, public | mv_type_volume_move = 8 |
integer, parameter, public | mv_type_gausian_adapt = 9 |
integer, parameter, public | mv_type_nmc_moves = 10 |
integer, parameter, public | nr_mv_types = 10 |
tree nodes creation, searching, deallocation, references etc.
subroutine, public tmc_move_types::move_types_create | ( | type(tmc_move_type), pointer | move_types, |
integer | nr_temp | ||
) |
allocating the module variables
move_types | pointer to the structure which should be deallocated |
nr_temp | ... |
Definition at line 85 of file tmc_move_types.F.
subroutine, public tmc_move_types::move_types_release | ( | type(tmc_move_type), pointer | move_types | ) |
deallocating the module variables
move_types | pointer to the structure which should be deallocated |
Definition at line 115 of file tmc_move_types.F.
integer, parameter, public tmc_move_types::mv_type_none = 0 |
Definition at line 27 of file tmc_move_types.F.
integer, parameter, public tmc_move_types::mv_type_swap_conf = 1 |
Definition at line 28 of file tmc_move_types.F.
integer, parameter, public tmc_move_types::mv_type_atom_trans = 2 |
Definition at line 29 of file tmc_move_types.F.
integer, parameter, public tmc_move_types::mv_type_mol_trans = 3 |
Definition at line 30 of file tmc_move_types.F.
integer, parameter, public tmc_move_types::mv_type_mol_rot = 4 |
Definition at line 31 of file tmc_move_types.F.
integer, parameter, public tmc_move_types::mv_type_proton_reorder = 5 |
Definition at line 32 of file tmc_move_types.F.
integer, parameter, public tmc_move_types::mv_type_atom_swap = 6 |
Definition at line 33 of file tmc_move_types.F.
integer, parameter, public tmc_move_types::mv_type_md = 7 |
Definition at line 34 of file tmc_move_types.F.
integer, parameter, public tmc_move_types::mv_type_volume_move = 8 |
Definition at line 35 of file tmc_move_types.F.
integer, parameter, public tmc_move_types::mv_type_gausian_adapt = 9 |
Definition at line 36 of file tmc_move_types.F.
integer, parameter, public tmc_move_types::mv_type_nmc_moves = 10 |
Definition at line 37 of file tmc_move_types.F.
integer, parameter, public tmc_move_types::nr_mv_types = 10 |
Definition at line 38 of file tmc_move_types.F.