Skip to content

Commit 0652293

Browse files
Update README.md
1 parent b9c76a8 commit 0652293

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Script A - Coarse Grainer
66

77
###### **A1. Description**
8-
Converts an atomistic simulation to a coarse grained one using SDK coarse graining mapping. Pre-existing mappings are provided for the fundamental amino acids and DNA, however the mapping blueprint is designed to be highly customizable for indivudal expansion.
8+
Converts an atomistic simulation to a coarse grained one. Pre-existing SDK mappings are provided for the fundamental amino acids and DNA nucleic acids + backbone. However, the mapping blueprint is designed to be highly customizable for indivudal expansion meaning any simulation can be corase grained in accordance to user-specified input.
99

1010
###### **A2. Input Files**
1111
+ `topology`: Atomistic topology file
@@ -59,16 +59,14 @@ e.g.
5959
## Script B - Parameterizer
6060

6161
###### **B1. Description**
62-
Measures all bond lengths, angle measures, and dihedral angles between coarse grain beads. Can be configured to run computations in parallel on multiple CPUs.
62+
Measures all bonds, angles, and dihedrals between coarse grain beads. Can be configured to run computations in parallel on multiple CPUs.
6363

6464
###### **B2. Input Files**
65-
+ `topology`: Coarse grained topology file (MUST specify bond connections between CG beads, directly using output from script A recommended)
65+
+ `topology`: Coarse grained topology file (MUST specify bond connections between CG beads, this is automatically garunteed when directly using output from script A)
6666
+ `trajectory`: Coarse grained trajectory file
6767

6868
###### **B3. Input Parameters**
6969

70-
71-
7270
###### **B4. Output**
7371
+ **measurement data** files: Outputs a dat file containing the measured length/angle for all bonds/angles/dihedrals in `amino_acid_molds` across every observed frame. Each file is named by joining the names of its component beads.
7472
+ **NOTE**: Units for length are Armstrongs; units for angles are degrees

0 commit comments

Comments
 (0)