################################################################################# # # File: Example2.job # Date: XXXX, Starting run Nr: YYYY # Lines starting with "#" are comments # # Some energy and q-scans # ################################################################################# # # Energy scan centered at (h,k,l) = (2.1, 3.2, 0) and transf. energy en=0 # with steps den=0.1, 11 point with monitor 1000 cts # se title Phonon Scans. Scan in Energy sc qh=2.1 3.2 0 12 dqh=0 0 0 0.1 np=11 mn=1000 # # Q scan centered at (h,k,l) = (2.1, 3.2, 0) and transf. energy en=0 # scan direction = (1 0 0) with steps dqh = 0.02, 11 points with monitor 1000 cts # se title Phonon Scans. q-scan in direction (1 0 0) sc qh=2.1 3.2 0 12 dqh=0.02 0 0 0 np=11 mn=1000 # # Q scan centered at (h,k,l) = (2.1, 3.2, 0) and transf. energy en=0 # scan direction = (1 -1 0) with steps dqh = 0.02, 11 points with monitor 1000 cts # se title Phonon Scans. q-scan in direction (1 -1 0) sc qh=2.1 3.2 0 12 dqh=0.02 -0.02 0 0 np=11 mn=1000 # end of file (do not forget one or more s after the last command) #################################################################################