next up previous contents
Next: Auxiliary Programs Up: OPTIM User Guide Previous: Double-Ended Searches   Contents


Output

The amount of information printed can be controlled through the keywords GRADIENTS, VECTORS, EFSTEPS, VALUES, SUMMARY, and DEBUG as described in ยง3. Some useful aliases to interrogate output files are:


alias energy 'grep ''Energy for last'' output!$\star$'
alias unscaled 'grep unscaled output!$\star$'
alias RMS 'grep RMS output!$\star$'
alias pgroup 'grep group output!$\star$'
alias negative 'grep negative output!$\star$'


Note that the statements written in the output file start with subroutineName>. This helps in the identification of the appropriate subroutine that was called to print the statement that follows it.