~ubuntu-branches/debian/sid/lammps/sid

« back to all changes in this revision

Viewing changes to tools/moltemplate/examples/all_atom_examples/AMBER_force_field_examples/waterTIP3P+isobutane/README.TXT

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2015-04-29 23:44:49 UTC
  • mfrom: (5.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20150429234449-mbhy9utku6hp6oq8
Tags: 0~20150313.gitfa668e1-1
Upload into unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This is an example of how to use "canned" force-fields in like GAFF in LAMMPS.
2
 
In this example, we specify only the atom names, bond connectivity,
3
 
(and coordinates and charge), and use moltemplate to
4
 
load the GAFF parameters from an external file (gaff.lt)
5
 
(...instead of specifying them explicitly in the molecule definition).
6
 
 
7
 
The simulation consists of a mixture of isobutane and water.
8
 
Over time (less than 1 ns), the two molecules phase-separate.
9
 
 
10
 
The GAFF parameters are applied only to the isobutane molecule.
11
 
(The water molecule paramters are defined explicitly in common/tip3p_2004.lt)
12
 
For this to work, make sure you have defined the MOLTEMPLATE_PATH
13
 
environment variable and set it to "common".  See manual for more details.)
14
 
 
15
 
WARNING: THIS IS A PRELIMINARY EXAMPLE WHICH USES AMBER'S GAFF FORCE FIELD.
16
 
         AS OF 2014-4-19, these features have not been tested.
17
 
         THE ABILITY TO DETECT AND ASSIGN GAFF FORCE FIELD PARAMETERS
18
 
         MOLECULES ACCORDING TO ATOM TYPE IS AN EXPERIMENTAL FEATURE
19
 
         AND CURRENTLY PROBABLY HAS BUGS (IN THE DIHEDRALS AND IMPROPERS).
20
 
         PLEASE REPORT BUGS AND/OR SEND CORRECTIONS.  -A 2014-4-19
21
 
 
22
 
----------------- CHARGE ----------------------
23
 
 
24
 
NOTE: The GAFF force-field DOES NOT ASSIGN ATOM CHARGE.
25
 
      In this example, atom charges were taken from the OPLSAA force field file:
26
 
      http://dasher.wustl.edu/tinker/distribution/params/oplsaa.prm
27
 
      This is not the charge in AMBER simunlations is typically assigned.
28
 
      (As of 2014, it is assigned using the "HF/6-31G* RESP2" or "AM1-BCC3"
29
 
       methods using AmberTools (which are not available in moltemplate).
30
 
       http://ambermd.org/doc6/html/AMBER-sh-19.4.html
31
 
       http://ambermd.org/tutorials/basic/tutorial4b/)
32
 
 
33
 
 
34
 
-------- REQUIREMENTS: ---------
35
 
 
36
 
1) This example requires building LAMMPS with the "USER-MISC" package.
37
 
    (because it makes use of "gaff.lt" which uses dihedral_style fourier)
38
 
    To do this, type "make yes-user-misc" before compiling LAMMPS.
39
 
   http://lammps.sandia.gov/doc/Section_start.html#start_3
40
 
 2) You must define your MOLTEMPLATE_PATH environment variable
41
 
    and set it to the "common" subdirectory of your moltemplate distribution.
42
 
    (See the "Installation" section in the moltemplate manual.)
43
 
 
44
 
More detailed instructions on how to build LAMMPS input files and 
45
 
run a short simulation are provided in other README files.
46
 
 
47
 
step 1)
48
 
README_setup.sh
49
 
 
50
 
step 2)
51
 
README_run.sh