![]() |
(git:b77b4be)
|
Type for the canonical sampling through velocity rescaling. More...
Data Types | |
type | al_system_type |
Functions/Subroutines | |
subroutine, public | al_init (al, simpar, section) |
Initialize type for Adaptive Langevin (AD_LANGEVIN) | |
subroutine, public | al_thermo_create (al) |
Initialize NVT type for AD_LANGEVIN thermostat. | |
subroutine, public | al_dealloc (al) |
Deallocate type for AD_LANGEVIN thermostat. | |
Type for the canonical sampling through velocity rescaling.
subroutine, public al_system_types::al_init | ( | type(al_system_type), pointer | al, |
type(simpar_type), pointer | simpar, | ||
type(section_vals_type), pointer | section | ||
) |
Initialize type for Adaptive Langevin (AD_LANGEVIN)
al | ... |
simpar | ... |
section | ... |
Definition at line 62 of file al_system_types.F.
subroutine, public al_system_types::al_thermo_create | ( | type(al_system_type), pointer | al | ) |
Initialize NVT type for AD_LANGEVIN thermostat.
al | ... |
Definition at line 85 of file al_system_types.F.
subroutine, public al_system_types::al_dealloc | ( | type(al_system_type), pointer | al | ) |
Deallocate type for AD_LANGEVIN thermostat.
al | ... |
Definition at line 108 of file al_system_types.F.