An official website of the United States government
Here’s how you know
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock (
)or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.
| bit | Xplor-NIH | VMD-XPLOR |
|---|
|
| Xplor-NIH home Documentation |
If the minimizer exits with “line search abandoned" and
very large van der Waals energies (in the thousands of
kcal mole
), the
structure probably has bad contacts. The output of
X-PLOR provides a list of bad contacts
.
One should check the molecule and symmetry-related molecules on
the graphics and fix the problem. If this is inconvenient,
try the following procedure:
use the “repel" nonbonded energy
function (see Section 4.1) for
the first several steps of minimization. One should
replace the minimization statement in the example above
with the following statements:
parameter nbonds repel=0.89 rcon=4. end end
{*This turns on the repulsive *}
{*function. *}
minimize powell
nstep=40
drop=40.0
end
{* This switches back to the Lennard-Jones function.*}
parameter nbonds repel=0.0 end end
minimize powell
nstep=40
drop=40.0
end