(git:e7e05ae)
tmc_move_types.F File Reference

Go to the source code of this file.

Modules

module  tmc_move_types
 tree nodes creation, searching, deallocation, references etc.
 

Functions/Subroutines

subroutine, public tmc_move_types::move_types_create (move_types, nr_temp)
 allocating the module variables More...
 
subroutine, public tmc_move_types::move_types_release (move_types)
 deallocating the module variables More...
 

Variables

integer, parameter, public tmc_move_types::mv_type_none = 0
 
integer, parameter, public tmc_move_types::mv_type_swap_conf = 1
 
integer, parameter, public tmc_move_types::mv_type_atom_trans = 2
 
integer, parameter, public tmc_move_types::mv_type_mol_trans = 3
 
integer, parameter, public tmc_move_types::mv_type_mol_rot = 4
 
integer, parameter, public tmc_move_types::mv_type_proton_reorder = 5
 
integer, parameter, public tmc_move_types::mv_type_atom_swap = 6
 
integer, parameter, public tmc_move_types::mv_type_md = 7
 
integer, parameter, public tmc_move_types::mv_type_volume_move = 8
 
integer, parameter, public tmc_move_types::mv_type_gausian_adapt = 9
 
integer, parameter, public tmc_move_types::mv_type_nmc_moves = 10
 
integer, parameter, public tmc_move_types::nr_mv_types = 10