|
This script is used to evaluate all-atom energies with CHARMM for ensemble
structures. The options -par, -run, -dir, -log
and the options for
parallel execution
function the same way as in ensmin.pl but only a single
tag is needed here because new structures are not generated.
For each structure in the ensemble an energy evaluation is carried out according
to the CHARMM parameters
given with -par. According to the assignment list given with -set
the total energy or components of it are then stored as ensemble data. The comma-separated
list consists of pairs of property tags and energy component names as in
enerCHARMM.pl.
By default, a property value that has been set previously is not overwritten but th
option -overwrite is available if values that may be present already should be
replaced with new values.
The option -update can be used to set the frequency with which the ensemble
data file is updated. By default this number is set to 10. If quick energy evaluations
are run in parallel on many nodes this may cause an I/O bottle neck on the server
and it is advisable to use larger update frequencies between 50 and 1000 under
these circumstances.
This command does not carry out any minimization or other refinement and only
evaluates single-point energies like enerCHARMM.pl. An ensemble
of structures can be minimized with ensmin.pl if necessary.
|