I am reading in the topology and parameter files using the way described in
http://mackerell.umaryland.edu/Warning.html. So my input file was just:
==========input=============================
bomblev 0
open read form unit 11 name top_all22_prot.inp
read rtf card unit 11
close unit 11
open read form unit 12 name par_all22_prot.inp
read parameter card unit 12
close unit 12
open read form unit 13 name top_all36_cgenff.rtf
read rtf card append unit 13
close unit 13
open read form unit 14 name par_all36_cgenff.prm
read parameter card append unit 14
close unit 14
stop
============================================
But I got error messages:
=============errors=========================
CHARMM> open read form unit 13 name top_all36_cgenff.rtf
VOPEN> Attempting to open::top_all36_cgenff.rtf::
OPNLGU> Unit 13 opened for READONLY access to top_all36_cgenff.rtf
CHARMM> read rtf card append unit 13
MAINIO> Residue topology file being read from unit 13.
TITLE> * -------------------------------------------------------------------------- *
TITLE> * CGENFF: TOPOLOGY FOR THE CHARMM GENERAL FORCE FIELD V. 2B4 *
TITLE> * FOR SMALL MOLECULE DRUG DESIGN *
TITLE> * -------------------------------------------------------------------------- *
TITLE> *
*** WARNING **** residue ALAD already exists (old one deleted)
RESI ALAD 0.00
*** WARNING **** residue GLYP already exists (old one deleted)
RESI GLYP -1.00
IN USE MAXIMUM
ATOMS 10003 10000
BONDS 9534 10000
ANGLES 2 10000
DIHEDRALS 0 10000
IMPROPERS 496 4000
CROSSTERMS 27 2000
EXCLUSIONS 0 5000
ACCEPTORS 221 600
DONORS 141 600
BUILD/IC 8809 10000
***** LEVEL -4 WARNING FROM <RTFRDR> *****
***** LIMIT EXCEEDED
******************************************
BOMLEV ( 0) IS REACHED - TERMINATING. WRNLEV IS 5
============================================
May I ask how I should read in the CGFF correctly?
And I found the file below in the tutorialL
tutorial.html
Is this the introduction of how the CGFF was generated, or is this teaching us how to correctly read in the CGFF together with the protein force field (all22)?
Thanks a lot!