mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
still to early for CSVR thermostat ;-)
svn-origin-rev: 6370
This commit is contained in:
parent
29ee307082
commit
bc3ca864db
1 changed files with 3 additions and 0 deletions
3
src/md.F
3
src/md.F
|
|
@ -435,6 +435,9 @@ CPSourceFileRef,&
|
|||
CALL section_vals_val_get(tmp_section,"TIMECON",r_val=simpar%tau_nhc,error=error)
|
||||
CALL section_vals_val_get(tmp_section,"MTS",i_val=simpar%nc,error=error)
|
||||
CASE (do_thermo_csvr)
|
||||
CALL cp_unimplemented_error(fromWhere=routineP, &
|
||||
message="CSVR thermostat not implemented yet!", &
|
||||
error=error, error_level=cp_fatal_level)
|
||||
! Canonical Sampling through velocity rescaling
|
||||
tmp_section => section_vals_get_subs_vals(thermostat_section,"CSVR",error=error)
|
||||
CALL section_vals_val_get(tmp_section,"TIMECON",r_val=simpar%tau_nhc,error=error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue