################################################################### # Sample amber2accent input file ################################################################### # The amber prmtop and trajectory file # PRMTOP prmtop # CRD mdcrd # ################################################################### # This determines if ptraj will be used to calculate BAT values # PTRAJ_EXEC should be the path/name of your ptraj executable # (default 'ptraj') # USE_PTRAJ 1 # #PTRAJ_EXEC # ################################################################### # Select which residues make up the solute # acceptable entries have the form of comma separated # numbers or number ranges (e.g. 5,7-12,18) # RESIDUES 1 # ################################################################### # The root atoms to construct the connectivity tree, put AUTO # instead of three numbers to try automatic root atom selection # If handselected, the root atoms must be connected, root1 must be # terminal and root2 must be connected only to root and terminal # atoms # ROOT_ATOMS AUTO #ROOT_ATOMS 2 1 4 # ################################################################### # If your solute contains two separate molecules, a pseudobond must # be defined between them. The first atom given must be from the # molecule containing the root atoms # #PSEUDO_BOND 15 16 # ###################################################################