- NAME
SEGMENT - Define the ``solute'' in solute tempering
simulations.
- SYNOPSIS
SEGMENT
....
END
- DESCRIPTION
This structured command is used to define
the ``solute'' in the a solute/tempering REM simulation and to
assign the scaling factors for the Hamiltonian REM simulation
(see Sec. 5.2) to the intrasolute, solute-solvent and
solvent-solvent interactions.
The following sub-commands may be specified within SEGMENT:
define, kind
- define n1 n2
The define command is used to crop a piece of solute for Hamiltonian
scaling in a REMD simulation. One can use up to a maximum of
define commands, cropping 10 disconnected (non overlapping) part of the solute.
and are the atom indices of the selected solute parts,
The numeric order of the atoms is that specified in the topology file
(see Sec. 10.3.
- kind inter_type
Once the ``solute'' has been defined using the define
sub-command, the sub-command kind is used to scale the
solute-solute, solute-solvent interactions. Possible choices for the
string inter_type are intra and inter. intra
means that the non-bonded energy scaling (see SETUP command ) is
applied to the intrasolute non-bonded interactions only,
i.e. solute-solvent interactions are not scaled where by ``solvent''
we mean the actual solvent and the solute atoms which were not
selected using the define sub-command. inter scales only
solute-non solute (i.e. solvent) non bonded interactions. Intrasolute
interactions are NOT scaled if inter is specified. If the
sub-command kind is not specified, the ORAC assumes that both solute-solvent and solute-solute interactions are scaled.
- EXAMPLES
SEGMENT
define 1 10
define 1300 1325
kind inter
END
procacci
2021-12-29