User Tools

Site Tools


exercises:common:ensemble

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
exercises:common:ensemble [2022/10/31 17:25] – [NVT Ensemble] jglanexercises:common:ensemble [2022/10/31 17:28] (current) – [NVT Ensemble] jglan
Line 234: Line 234:
       REGION MASSIVE       REGION MASSIVE
       &NOSE                    #Uses the Nose-Hoover thermostat       &NOSE                    #Uses the Nose-Hoover thermostat
-        TIMECON 1000           #timeconstant of the thermostat chain, how often does thermostat adjust your system +        TIMECON 100           #timeconstant of the thermostat chain, how often does the thermostat adjust your system 
       &END NOSE       &END NOSE
     &END     &END
Line 240: Line 240:
      
  
 +Alternatively, one can also use [[https://manual.cp2k.org/cp2k-2022_1-branch/CP2K_INPUT/MOTION/MD/THERMOSTAT/CSVR.html| Canonical sampling through velocity rescaling
 +(CSVR)]] as developed by Giovanni [[https://doi.org/10.1063/1.2408420 |Bussi et al. ]]
 +  &MD
 +    ENSEMBLE NVT
 +    STEPS 3000
 +    TIMESTEP 5
 +    TEMPERATURE 298
 +    &THERMOSTAT
 +      &CSVR                    
 +        TIMECON 100           #timeconstant of the CSVR, how often does the thermostat adjust your system 
 +      &END CSVR
 +    &END
 +  &END MD
 +  
 ===== NPT Ensemble  ===== ===== NPT Ensemble  =====
  
exercises/common/ensemble.1667237124.txt.gz · Last modified: 2022/10/31 17:25 by jglan