Commit 0a6b3f87 authored by sjplimp's avatar sjplimp Committed by GitHub
Browse files

Merge pull request #527 from dstelter92/master

Added compute_scalar to fix_grem
parents 7227bc41 e7634a44
Loading
Loading
Loading
Loading
+1025 −120

File changed.

Preview size limit exceeded, changes collapsed.

+1025 −120

File changed.

Preview size limit exceeded, changes collapsed.

+1025 −120

File changed.

Preview size limit exceeded, changes collapsed.

+1025 −120

File changed.

Preview size limit exceeded, changes collapsed.

+5 −5
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@ read_data ${rep}/lj.data

#dump            dump all xyz 1000 ${rep}/dump.xyz

thermo          10
thermo_style    custom step temp pe etotal press vol
timestep        1.0

fix             fxnpt all npt temp ${T0} ${T0} 1000.0 iso ${press} ${press} 10000.0 
fix             fxgREM all grem ${lambda} -.03 -30000 fxnpt

thermo          10
thermo_style    custom step temp f_fxgREM pe etotal press vol
thermo_modify   press fxgREM_press
timestep        1.0

temper/grem     10000 100 ${lambda} fxgREM fxnpt 10294 98392 #${walker}

Loading