Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lammps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
multiscale
lammps
Commits
c07a01c6
Commit
c07a01c6
authored
8 years ago
by
Axel Kohlmeyer
Browse files
Options
Downloads
Patches
Plain Diff
import updated README file for charmm2lammps.pl with CMAP support
parent
030df745
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/ch2lmp/README
+12
-11
12 additions, 11 deletions
tools/ch2lmp/README
with
12 additions
and
11 deletions
tools/ch2lmp/README
+
12
−
11
View file @
c07a01c6
...
@@ -24,11 +24,11 @@ To use the charmm2lammps.pl script, type: "perl charmm2lammps.pl
...
@@ -24,11 +24,11 @@ To use the charmm2lammps.pl script, type: "perl charmm2lammps.pl
<forcefield> <project> [-option=value ...]" where <forcefield> is the
<forcefield> <project> [-option=value ...]" where <forcefield> is the
name of the CHARMM FF you are using, (i.e. all22_prot), and <project>
name of the CHARMM FF you are using, (i.e. all22_prot), and <project>
is the common name of your *.crd and *.psf files. Possible options
is the common name of your *.crd and *.psf files. Possible options
are listed
next
. If the option requires a parameter, the syntax
are listed
below
. If the option requires a parameter, the syntax
should be
-option=value (e.g. -border=5).
must be like this:
-option=value (e.g. -border=5).
-help display available options
-help display available options
-
charmm add charmm type
s to LAMMPS data file
-
nohints do not add charmm types and style hint
s to LAMMPS data file
-water add TIP3P water [default: 1 g/cc]
-water add TIP3P water [default: 1 g/cc]
-ions add (counter)ions using Na+ and Cl- [default: 0 mol/l]
-ions add (counter)ions using Na+ and Cl- [default: 0 mol/l]
-center recenter atoms
-center recenter atoms
...
@@ -42,9 +42,8 @@ should be -option=value (e.g. -border=5).
...
@@ -42,9 +42,8 @@ should be -option=value (e.g. -border=5).
-ax rotation around x-axis
-ax rotation around x-axis
-ay rotation around y-axis
-ay rotation around y-axis
-az rotation around z-axis
-az rotation around z-axis
-cd correction for dihedral for carbohydrate systems
-cmap add CMAP section to data file and fix cmap command lines in
-cmap add CMAP section to data file and fix cmap command lines in
input script" (NOTE: requires use of *.pdb file)
input script" (NOTE: requires use of *.pdb file)
In the "example" folder, you will find example files that were created
In the "example" folder, you will find example files that were created
by following the steps below. These steps describe how to take a
by following the steps below. These steps describe how to take a
...
@@ -89,9 +88,9 @@ exit
...
@@ -89,9 +88,9 @@ exit
1ac7.pdb file.
1ac7.pdb file.
6) Run charmm2lammps.pl by typing:
6) Run charmm2lammps.pl by typing:
"perl charmm2lammps.pl all27_na 1ac7
-charmm
-border=1 -pdb_ctrl -water -ions"
"perl charmm2lammps.pl all27_na 1ac7 -border=1 -pdb_ctrl -water -ions"
7) Run lammps by typing: "lmp
<
1ac7.in"
7) Run lammps by typing: "lmp
_mpi -in
1ac7.in"
8) Run lammps2pdb.pl by typing: "perl lammps2pdb.pl 1ac7"
8) Run lammps2pdb.pl by typing: "perl lammps2pdb.pl 1ac7"
...
@@ -102,10 +101,11 @@ molecule and converts them into LAMMPS format. The -water option
...
@@ -102,10 +101,11 @@ molecule and converts them into LAMMPS format. The -water option
embeds the molecule in water on a crystal lattice. The -border option
embeds the molecule in water on a crystal lattice. The -border option
includes a layer of water surrounding the minimum dimensions of the
includes a layer of water surrounding the minimum dimensions of the
molecule. The -pdb_ctrl option produces the 1ac7_ctrl.pdb file that
molecule. The -pdb_ctrl option produces the 1ac7_ctrl.pdb file that
can be visualized in a standard visualization package such as VMD.
The
can be visualized in a standard visualization package such as VMD.
By
-charmm option put comments
into the LAMMPS data file (everything
default, comments are added
into the LAMMPS data file (everything
after the # sign is a comment) for user convenience in tracking atom
after the # sign is a comment) for user convenience in tracking atom
types etc. according to CHARMM nomenclature.
types etc. according to CHARMM nomenclature. If this is not desired,
the -nohints option can be used to turn off this function.
The example molecule provided above (i.e., 1ac7) is a DNA fragment.
The example molecule provided above (i.e., 1ac7) is a DNA fragment.
If instead, a peptide longer than 2 amino acid residues or a protein
If instead, a peptide longer than 2 amino acid residues or a protein
...
@@ -131,7 +131,7 @@ speed.
...
@@ -131,7 +131,7 @@ speed.
The -ions option allows the user to neutralize the simulation cell
The -ions option allows the user to neutralize the simulation cell
with Na+ or Cl- counterions if the molecule has a net charge
with Na+ or Cl- counterions if the molecule has a net charge
Additional salt can be added by increasing the default concentration
Additional salt can be added by increasing the default concentration
(
e.g.
-ions=0.5).
(
i.e.,
-ions=0.5).
** In the "other" file folder, you will find:
** In the "other" file folder, you will find:
...
@@ -146,3 +146,4 @@ Additional salt can be added by increasing the default concentration
...
@@ -146,3 +146,4 @@ Additional salt can be added by increasing the default concentration
3) A 3rd party perl script called "crd2pdb.pl"
3) A 3rd party perl script called "crd2pdb.pl"
4) A 3rd party fortran code called "pdb_to_crd.f"
4) A 3rd party fortran code called "pdb_to_crd.f"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment