(git:6a2e663)
metadynamics_types Module Reference

defines types for metadynamics calculation More...

Functions/Subroutines

subroutine, public metadyn_create (meta_env, n_colvar, dt, para_env, metadyn_section)
 allocates a metadynamic environment (performs only minimal initialization) More...
 
subroutine, public set_meta_env (meta_env, time)
 sets the meta_env More...
 
subroutine, public meta_env_release (meta_env)
 releases the meta_env More...
 

Detailed Description

defines types for metadynamics calculation

History
01.2005 created [fawzi and ale]

Function/Subroutine Documentation

◆ metadyn_create()

subroutine, public metadynamics_types::metadyn_create ( type(meta_env_type), intent(out)  meta_env,
integer, intent(in)  n_colvar,
real(dp), intent(in)  dt,
type(mp_para_env_type), pointer  para_env,
type(section_vals_type), pointer  metadyn_section 
)

allocates a metadynamic environment (performs only minimal initialization)

Parameters
meta_envthe meta env_ that will be allocated
n_colvarnumber of collectiva variables
dt...
para_env...
metadyn_section...
History
04.2004 created 02.2006 Reorganized the structure of the restart for Metadynamics (teo) cleaned the metadynamic type
Author
- alessandro laio and fawzi mohamed
  • Teodoro Laino [tlaino] - University of Zurich. 11.2007
  • Teodoro Laino [tlaino] - University of Zurich. 10.2008 Major rewriting and addition of multiple walkers

Definition at line 143 of file metadynamics_types.F.

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

◆ set_meta_env()

subroutine, public metadynamics_types::set_meta_env ( type(meta_env_type), intent(in), pointer  meta_env,
real(kind=dp), optional, pointer  time 
)

sets the meta_env

Parameters
meta_env...
time...
Author
alessandro laio and fawzi mohamed

Definition at line 228 of file metadynamics_types.F.

Here is the caller graph for this function:

◆ meta_env_release()

subroutine, public metadynamics_types::meta_env_release ( type(meta_env_type), intent(inout)  meta_env)

releases the meta_env

Parameters
meta_env...
Author
alessandro laio and fawzi mohamed

Definition at line 245 of file metadynamics_types.F.

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