![]() |
(git:b77b4be)
|
Type for the canonical sampling through velocity rescaling. More...
Data Types | |
type | csvr_system_type |
Functions/Subroutines | |
subroutine, public | csvr_init (csvr, simpar, section) |
Initialize type for Canonical Sampling through Velocity Rescaling (CSVR) | |
subroutine, public | csvr_thermo_create (csvr) |
Initialize NVT type for CSVR thermostat. | |
subroutine, public | csvr_dealloc (csvr) |
Deallocate type for CSVR thermostat. | |
Type for the canonical sampling through velocity rescaling.
subroutine, public csvr_system_types::csvr_init | ( | type(csvr_system_type), pointer | csvr, |
type(simpar_type), pointer | simpar, | ||
type(section_vals_type), pointer | section | ||
) |
Initialize type for Canonical Sampling through Velocity Rescaling (CSVR)
csvr | ... |
simpar | ... |
section | ... |
Definition at line 65 of file csvr_system_types.F.
subroutine, public csvr_system_types::csvr_thermo_create | ( | type(csvr_system_type), pointer | csvr | ) |
Initialize NVT type for CSVR thermostat.
csvr | ... |
Definition at line 90 of file csvr_system_types.F.
subroutine, public csvr_system_types::csvr_dealloc | ( | type(csvr_system_type), pointer | csvr | ) |
Deallocate type for CSVR thermostat.
csvr | ... |
Definition at line 132 of file csvr_system_types.F.