updated hyper examples
This commit is contained in:
@ -13,14 +13,14 @@ variable cutevent index 1.1
|
||||
variable alpha index 200.0
|
||||
variable boost index 4000.0
|
||||
variable ghostcut index 12.0
|
||||
variable steps index 1500
|
||||
variable steps index 2000
|
||||
variable nevent index 100
|
||||
variable nx index 8
|
||||
variable ny index 8
|
||||
variable nx index 2
|
||||
variable ny index 2
|
||||
variable zoom index 1.8
|
||||
variable seed index 826626413
|
||||
variable seed index 3875984
|
||||
variable tol index 1.0e-15
|
||||
variable add index 37K
|
||||
variable add index 50
|
||||
|
||||
units metal
|
||||
atom_style atomic
|
||||
@ -107,12 +107,6 @@ dump 1 all image 10000000 local.*.jpg v_acolor type size 1024 1024 &
|
||||
zoom ${zoom} adiam 2.5 view 0.0 0.0 up 0 1 0 axes yes 0.9 0.01
|
||||
dump_modify 1 pad 6 amap 1 3 sa 1 3 blue red green
|
||||
|
||||
# test of histogramming and dump output of bias coeffs
|
||||
|
||||
#fix histo all ave/histo 10 100 1000 0.9 1.1 100 f_HL &
|
||||
# mode vector kind local file tmp.histo
|
||||
#dump 2 all local 1000 tmp.local f_HL
|
||||
|
||||
# run
|
||||
|
||||
hyper ${steps} ${nevent} HL event min ${tol} ${tol} 1000 1000 dump 1
|
||||
|
||||
Reference in New Issue
Block a user