|
| Xplor-NIH home Documentation |
Next: Learning Atom-based Parameters Up: Writing a Parameter File Previous: How the Type-based Parameter
Examples of Atom-based Modifications of the Parameters
The first example shows how to
set the energy constants of all improper angles involving
tyrosine residues to 500 kcal mol
parameter
improper ( resname tyr ) ( resname tyr )
( resname tyr ) ( resname tyr ) 500 TOKEN TOKEN
end
In the next example, the energy constants of all bonds are
set to 400 kcal moleparameter bond ( all ) ( all ) 400. TOKEN endIn the next example, the energy constant for the
parameter
dihedral ( name CA and resname * ) ( name C and resname * )
( name N and resname PRO ) ( name CA and resname PRO )
500 TOKEN TOKEN
end
The last example is similar to the previous one, except that,
in addition to increasing the energy constant, the periodicity
is set to one and the equilibrium angle is set to 0
parameter
dihedral ( name CA and resname * ) ( name C and resname * )
( name N and resname PRO ) ( name CA and resname PRO )
500 1 0.
end
Xplor-NIH 2025-03-21