diff --git a/NAMD/Tutorial-1.html b/NAMD/Tutorial-1.html index 84d8319..8ccf78e 100644 --- a/NAMD/Tutorial-1.html +++ b/NAMD/Tutorial-1.html @@ -244,7 +244,7 @@

1.4. Create Backbone and Protein restraints
vmd -dispdev text –e restraints.tcl
+
vmd -dispdev text -e restraints.tcl
 
@@ -257,7 +257,7 @@

1.5.1 NAMD2

Copy the input files to the folder:

-
cp sirah.amber/tutorial/NAMD/1/NAMD2/*.conf .
+
cp ../sirah.amber/tutorial/NAMD/1/NAMD2/*.conf .
 

The folder sirah.amber/tutorial/NAMD/1/NAMD2 contains typical input files for energy minimization (em1.conf and em2.conf), heating (heat.conf), equilibration (eq1.conf and eq2.conf) and production (md.conf) runs. Please carefully review the input files, paying especially attention to the cell dimension values, names, and restrictions.

@@ -319,12 +319,16 @@

1.5.1 NAMD2

1.5.2 NAMD3

+
+

Warning

+

Point release 3.0.1 fixes potentially impactful bugs in 3.0. All users are strongly encouraged to upgrade to this version.

+

Make a new folder for the run:

mkdir -p run; cd run
 

Copy the input files to the folder:

-
cp sirah.amber/tutorial/NAMD/1/NAMD3/*.conf .
+
cp ../sirah.amber/tutorial/NAMD/1/NAMD3/*.conf .
 

The folder sirah.amber/tutorial/NAMD/1/NAMD3 contains typical input files for energy minimization (em1.conf and em2.conf), heating (heat.conf), equilibration (eq1.conf and eq2.conf) and production (md.conf) runs. Please carefully review the input files, paying especially attention to the cell dimension values, names, and restrictions.

@@ -532,7 +536,7 @@

1.7.4 Equilibration

@@ -372,7 +372,7 @@

1.5.1 NAMD2

Copy the input files to the folder:

-
cp sirah.amber/tutorial/NAMD/1/NAMD2/*.conf .
+
cp ../sirah.amber/tutorial/NAMD/1/NAMD2/*.conf .
 

The folder sirah.amber/tutorial/NAMD/1/NAMD2 contains typical input files for energy minimization (em1.conf and em2.conf), heating (heat.conf), equilibration (eq1.conf and eq2.conf) and production (md.conf) runs. Please carefully review the input files, paying especially attention to the cell dimension values, names, and restrictions.

@@ -434,12 +434,16 @@

1.5.1 NAMD2

1.5.2 NAMD3

+
+

Warning

+

Point release 3.0.1 fixes potentially impactful bugs in 3.0. All users are strongly encouraged to upgrade to this version.

+

Make a new folder for the run:

mkdir -p run; cd run
 

Copy the input files to the folder:

-
cp sirah.amber/tutorial/NAMD/1/NAMD3/*.conf .
+
cp ../sirah.amber/tutorial/NAMD/1/NAMD3/*.conf .
 

The folder sirah.amber/tutorial/NAMD/1/NAMD3 contains typical input files for energy minimization (em1.conf and em2.conf), heating (heat.conf), equilibration (eq1.conf and eq2.conf) and production (md.conf) runs. Please carefully review the input files, paying especially attention to the cell dimension values, names, and restrictions.

@@ -647,7 +651,7 @@

1.7.4 Equilibration
# Constraints of protein
 if {1} {                                   ;# If 1 read the block
 constraints           on                   ;# Turns on constraints
-consref               your_restraints.pdb  ;# Reference PDB file for constraint positions
+consref               your_restraints.coor  ;# Reference PDB file for the last position (last_step.coor)
 conskfile             your_restraints.pdb  ;# File containing constraint force constants
 constraintScaling     1                    ;# Scaling factor for constraint forces
 consexp               2                    ;# Exponent for constraint potential
@@ -662,7 +666,7 @@ 

1.7.4 Equilibration
# Constraints of protein
 if {1} {                                   ;# If 1 read the block
 constraints           on                   ;# Turns on constraints
-consref               your_restraints.pdb  ;# Reference PDB file for constraint positions
+consref               your_restraints.coor  ;# Reference PDB file for the last position (last_step.coor)
 conskfile             your_restraints.pdb  ;# File containing constraint force constants
 constraintScaling     0.1                  ;# Scaling factor for constraint forces
 consexp               2                    ;# Exponent for constraint potential
diff --git a/_sources/NAMD/Tutorial-1.rst.txt b/_sources/NAMD/Tutorial-1.rst.txt
index 7182b3f..6581419 100644
--- a/_sources/NAMD/Tutorial-1.rst.txt
+++ b/_sources/NAMD/Tutorial-1.rst.txt
@@ -199,7 +199,7 @@ Run the VMD script to generate the pdb restriction file:
 
 .. code-block:: bash
 
-    vmd -dispdev text –e restraints.tcl 
+    vmd -dispdev text -e restraints.tcl 
 
 
 1.5. Run the simulation
@@ -218,7 +218,7 @@ Copy the input files to the folder:
 
 .. code-block:: bash
 
-    cp sirah.amber/tutorial/NAMD/1/NAMD2/*.conf .
+    cp ../sirah.amber/tutorial/NAMD/1/NAMD2/*.conf .
 
 The folder ``sirah.amber/tutorial/NAMD/1/NAMD2`` contains typical input files for energy minimization (``em1.conf`` and ``em2.conf``), heating (``heat.conf``), equilibration (``eq1.conf`` and ``eq2.conf``) and production (``md.conf``) runs.  Please carefully review the input files, paying especially attention to the cell dimension values, names, and restrictions.
 
@@ -300,6 +300,10 @@ The folder ``sirah.amber/tutorial/NAMD/1/NAMD2`` contains typical input files fo
 1.5.2 NAMD3
 ~~~~~~~~~~~~~
 
+.. warning::
+
+    Point release 3.0.1 fixes potentially impactful bugs in 3.0. All users are strongly encouraged to upgrade to this version.
+
 Make a new folder for the run:
 
 .. code-block:: bash
@@ -310,7 +314,7 @@ Copy the input files to the folder:
 
 .. code-block:: bash
 
-    cp sirah.amber/tutorial/NAMD/1/NAMD3/*.conf .
+    cp ../sirah.amber/tutorial/NAMD/1/NAMD3/*.conf .
 
 The folder ``sirah.amber/tutorial/NAMD/1/NAMD3`` contains typical input files for energy minimization (``em1.conf`` and ``em2.conf``), heating (``heat.conf``), equilibration (``eq1.conf`` and ``eq2.conf``) and production (``md.conf``) runs.  Please carefully review the input files, paying especially attention to the cell dimension values, names, and restrictions.
 
@@ -559,7 +563,7 @@ For ``eq1.conf``:
     # Constraints of protein 
     if {1} {                                   ;# If 1 read the block 
     constraints           on                   ;# Turns on constraints 
-    consref               your_restraints.pdb  ;# Reference PDB file for constraint positions 
+    consref               your_restraints.coor  ;# Reference PDB file for the last position (last_step.coor) 
     conskfile             your_restraints.pdb  ;# File containing constraint force constants 
     constraintScaling     1                    ;# Scaling factor for constraint forces 
     consexp               2                    ;# Exponent for constraint potential 
@@ -577,7 +581,7 @@ For ``eq2.conf``:
     # Constraints of protein 
     if {1} {                                   ;# If 1 read the block 
     constraints           on                   ;# Turns on constraints 
-    consref               your_restraints.pdb  ;# Reference PDB file for constraint positions 
+    consref               your_restraints.coor  ;# Reference PDB file for the last position (last_step.coor)
     conskfile             your_restraints.pdb  ;# File containing constraint force constants 
     constraintScaling     0.1                  ;# Scaling factor for constraint forces 
     consexp               2                    ;# Exponent for constraint potential 
diff --git a/_static/js/versions.js b/_static/js/versions.js
index 818bc99..4958195 100644
--- a/_static/js/versions.js
+++ b/_static/js/versions.js
@@ -1,6 +1,6 @@
 const themeFlyoutDisplay = "hidden";
-const themeVersionSelector = "True";
-const themeLanguageSelector = "True";
+const themeVersionSelector = true;
+const themeLanguageSelector = true;
 
 if (themeFlyoutDisplay === "attached") {
   function renderLanguages(config) {
@@ -8,10 +8,14 @@ if (themeFlyoutDisplay === "attached") {
       return "";
     }
 
+    // Insert the current language to the options on the selector
+    let languages = config.projects.translations.concat(config.projects.current);
+    languages = languages.sort((a, b) => a.language.name.localeCompare(b.language.name));
+
     const languagesHTML = `
       
Languages
- ${config.projects.translations + ${languages .map( (translation) => `
diff --git a/searchindex.js b/searchindex.js index 65ac3f3..ef4f7a2 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"1. DNA molecule in explicit solvent": [[32, "dna-molecule-in-explicit-solvent"]], "1. DNA molecule in implicit solvent": [[30, "dna-molecule-in-implicit-solvent"]], "1. Proteins in explicit solvent": [[33, "proteins-in-explicit-solvent"]], "1.1 RMSD Visualizer Tool": [[12, "rmsd-visualizer-tool"], [31, "rmsd-visualizer-tool"]], "1.1. Build CG representations": [[1, null], [18, null], [27, null], [30, "build-cg-representations"], [32, "build-cg-representations"], [33, "build-cg-representations"]], "1.2. PDB to GROMACS format": [[18, "pdb-to-gromacs-format"], [32, "pdb-to-gromacs-format"]], "1.2. Prepare LEaP input": [[1, "prepare-leap-input"], [30, "prepare-leap-input"]], "1.2. Prepare with LEaP": [[27, "prepare-with-leap"], [33, "prepare-with-leap"]], "1.2. Tcl script": [[12, "tcl-script"], [31, "tcl-script"]], "1.3. Run LEaP": [[1, "run-leap"], [27, "run-leap"], [30, "run-leap"], [33, "run-leap"]], "1.3. Solvate the system": [[18, "solvate-the-system"], [32, "solvate-the-system"]], "1.4. Create Backbone and Protein restraints": [[27, "create-backbone-and-protein-restraints"], [33, "create-backbone-and-protein-restraints"]], "1.4. Run the simulation": [[1, "run-the-simulation"], [18, "run-the-simulation"], [30, "run-the-simulation"], [32, "run-the-simulation"]], "1.5. Run the simulation": [[27, "run-the-simulation"], [33, "run-the-simulation"]], "1.5. Visualizing the simulation": [[1, "visualizing-the-simulation"], [18, "visualizing-the-simulation"], [30, "visualizing-the-simulation"], [32, "visualizing-the-simulation"]], "1.5.1 NAMD2": [[27, "namd2"], [33, "namd2"]], "1.5.2 NAMD3": [[27, "namd3"], [33, "namd3"]], "1.6. Visualizing the simulation": [[27, "visualizing-the-simulation"], [33, "visualizing-the-simulation"]], "1.7 How to modify input files": [[27, "how-to-modify-input-files"], [33, "how-to-modify-input-files"]], "1.7.1 All files": [[27, "all-files"], [33, "all-files"]], "1.7.2 Energy minimization": [[27, "energy-minimization"], [33, "energy-minimization"]], "1.7.3 Heating": [[27, "heating"], [33, "heating"]], "1.7.4 Equilibration": [[27, "equilibration"], [33, "equilibration"]], "1.7.5 Production": [[27, "production"], [33, "production"]], "2. DNA molecule in explicit solvent": [[30, "dna-molecule-in-explicit-solvent"]], "2. Hybrid solvation": [[32, "hybrid-solvation"]], "2.1. Build CG representations": [[2, null], [30, "id12"]], "2.1. PDB to GROMACS format": [[19, null], [32, "id9"]], "2.2. Prepare LEaP input": [[2, "prepare-leap-input"], [30, "id13"]], "2.2. Solvate the system": [[19, "solvate-the-system"], [32, "id10"]], "2.3. Run LEaP": [[2, "run-leap"], [30, "id14"]], "2.3. Run the simulation": [[19, "run-the-simulation"], [32, "id11"]], "2.4. Run the simulation": [[2, "run-the-simulation"], [30, "id15"]], "2.4. Visualizing the simulation": [[19, "visualizing-the-simulation"], [32, "id12"]], "2.5. Visualizing the simulation": [[2, "visualizing-the-simulation"], [30, "id16"]], "3. Multiscale simulation in implicit solvent": [[30, "multiscale-simulation-in-implicit-solvent"]], "3. Proteins in explicit solvent": [[32, "proteins-in-explicit-solvent"]], "3.1. Build CG representations": [[3, null], [20, null], [30, "id19"], [32, "id17"]], "3.2. PDB to GROMACS format": [[20, "pdb-to-gromacs-format"], [32, "id19"]], "3.2. Prepare LEaP input": [[3, "prepare-leap-input"], [30, "id20"]], "3.3. Run LEaP": [[3, "run-leap"], [30, "id21"]], "3.3. Solvate the system": [[20, "solvate-the-system"], [32, "id20"]], "3.4. Run the simulation": [[3, "run-the-simulation"], [20, "run-the-simulation"], [30, "id22"], [32, "id22"]], "3.5. Visualizing the simulation": [[3, "visualizing-the-simulation"], [20, "visualizing-the-simulation"], [30, "id23"], [32, "id23"]], "4. Closed circular DNA in explicit solvent": [[32, "closed-circular-dna-in-explicit-solvent"]], "4. Closed circular DNA in implicit solvent": [[30, "closed-circular-dna-in-implicit-solvent"]], "4.1. Build CG representations": [[4, null], [21, null], [30, "id29"], [32, "id29"]], "4.2. PDB to GROMACS format": [[21, "pdb-to-gromacs-format"], [32, "id30"]], "4.2. Prepare LEaP input": [[4, "prepare-leap-input"], [30, "id30"]], "4.3. Run LEaP": [[4, "run-leap"], [30, "id31"]], "4.3. Solvate the system": [[21, "solvate-the-system"], [32, "id31"]], "4.4. Run the simulation": [[4, "run-the-simulation"], [21, "run-the-simulation"], [30, "id32"], [32, "id33"]], "4.5. Visualizing the simulation": [[4, "visualizing-the-simulation"], [21, "visualizing-the-simulation"], [30, "id33"], [32, "id34"]], "5. Lipid bilayers in explicit solvent": [[32, "lipid-bilayers-in-explicit-solvent"]], "5. Proteins in explicit solvent": [[30, "proteins-in-explicit-solvent"]], "5.1. Build CG representations": [[5, null], [22, null], [30, "id37"], [32, "id38"]], "5.2. PDB to GROMACS format": [[22, "pdb-to-gromacs-format"], [32, "id39"]], "5.2. Prepare LEaP input": [[5, "prepare-leap-input"], [30, "id39"]], "5.3. Run LEaP": [[5, "run-leap"], [30, "id40"]], "5.3. Solvate the system": [[22, "solvate-the-system"], [32, "id40"]], "5.4. Run the simulation": [[5, "run-the-simulation"], [22, "run-the-simulation"], [30, "id41"], [32, "id42"]], "5.5. Visualizing the simulation": [[5, "visualizing-the-simulation"], [22, "visualizing-the-simulation"], [30, "id42"], [32, "id43"]], "6. Lipid bilayers in explicit solvent": [[30, "lipid-bilayers-in-explicit-solvent"]], "6. Membrane proteins in explicit solvent": [[32, "membrane-proteins-in-explicit-solvent"]], "6.1. Build CG representations": [[6, null], [23, null], [30, "id46"], [32, "id48"]], "6.1.1. Embed the protein in a lipid bilayer": [[23, "embed-the-protein-in-a-lipid-bilayer"], [32, "embed-the-protein-in-a-lipid-bilayer"]], "6.1.2. Delete close contact lipid molecules": [[23, "delete-close-contact-lipid-molecules"], [32, "delete-close-contact-lipid-molecules"]], "6.2. PDB to GROMACS format": [[23, "pdb-to-gromacs-format"], [32, "id51"]], "6.2. Prepare LEaP input": [[6, "prepare-leap-input"], [30, "id47"]], "6.3. Run LEaP": [[6, "run-leap"], [30, "id49"]], "6.3. Solvate the system": [[23, "solvate-the-system"], [32, "id52"]], "6.4. Generate position restraint files": [[23, "generate-position-restraint-files"], [32, "generate-position-restraint-files"]], "6.4. Resize the box with CPPTRAJ": [[6, "resize-the-box-with-cpptraj"], [30, "resize-the-box-with-cpptraj"]], "6.5. Run the simulation": [[6, "run-the-simulation"], [23, "run-the-simulation"], [30, "id50"], [32, "id54"]], "6.6. Visualizing the simulation": [[6, "visualizing-the-simulation"], [23, "visualizing-the-simulation"], [30, "id51"], [32, "id55"]], "7. Membrane proteins in explicit solvent": [[30, "membrane-proteins-in-explicit-solvent"]], "7. SMD with multiscale solvent": [[32, "smd-with-multiscale-solvent"]], "7.1. Build CG representations": [[7, null], [30, "id56"]], "7.1. Setting pulling direction": [[24, null], [32, "setting-pulling-direction"]], "7.1.1. Embed the protein in a lipid bilayer": [[7, "embed-the-protein-in-a-lipid-bilayer"], [30, "embed-the-protein-in-a-lipid-bilayer"]], "7.1.2. Delete close contact lipid molecules": [[7, "delete-close-contact-lipid-molecules"], [30, "delete-close-contact-lipid-molecules"]], "7.2. Build CG representations": [[24, "build-cg-representations"], [32, "id59"]], "7.2. Prepare LEaP input": [[7, "prepare-leap-input"], [30, "id58"]], "7.3. PDB to GROMACS format": [[24, "pdb-to-gromacs-format"], [32, "id62"]], "7.3. Run LEaP": [[7, "run-leap"], [30, "id59"]], "7.4. Resize the box with CPPTRAJ": [[7, "resize-the-box-with-cpptraj"], [30, "id61"]], "7.4. Solvate the system": [[24, "solvate-the-system"], [32, "id63"]], "7.5. Run the simulation": [[7, "run-the-simulation"], [24, "run-the-simulation"], [30, "id62"], [32, "id65"]], "7.6. Visualizing the simulation": [[7, "visualizing-the-simulation"], [24, "visualizing-the-simulation"], [30, "id63"], [32, "id66"]], "8. Glycoprotein in explicit solvent": [[30, "glycoprotein-in-explicit-solvent"]], "8.1. Build CG representations": [[8, null], [30, "id68"]], "8.2. Prepare LEaP input": [[8, "prepare-leap-input"], [30, "id71"]], "8.3. Run LEaP": [[8, "run-leap"], [30, "id72"]], "8.4. Run the simulation": [[8, "run-the-simulation"], [30, "id73"]], "8.5. Visualizing the simulation": [[8, "visualizing-the-simulation"], [30, "id74"]], "9. Non-enveloped Viral-Like Particle": [[30, "non-enveloped-viral-like-particle"]], "9.1. Structure preprocessing": [[9, null], [30, "structure-preprocessing"]], "9.1.1 Working with the Biological Assembly of an entire VLP": [[9, "working-with-the-biological-assembly-of-an-entire-vlp"], [30, "working-with-the-biological-assembly-of-an-entire-vlp"]], "9.1.2 Calculate system charge": [[9, "calculate-system-charge"], [30, "calculate-system-charge"]], "9.1.3 Packing the assimetric unit to build an entire VLP (Alternative)": [[9, "packing-the-assimetric-unit-to-build-an-entire-vlp-alternative"], [30, "packing-the-assimetric-unit-to-build-an-entire-vlp-alternative"]], "9.2. Build CG representations": [[9, "build-cg-representations"], [30, "id82"]], "9.3. Wrapping up VLP system with Packmol": [[9, "wrapping-up-vlp-system-with-packmol"], [30, "wrapping-up-vlp-system-with-packmol"]], "9.4 Prepare LEaP input": [[9, "prepare-leap-input"], [30, "id83"]], "9.5 Run LEaP": [[9, "run-leap"], [30, "id84"]], "9.6. Run the simulation": [[9, "run-the-simulation"], [30, "id85"]], "9.7. Visualizing the simulation": [[9, "visualizing-the-simulation"], [30, "id86"]], "AMBER": [[30, null]], "AMBER questions": [[16, "amber-questions"]], "About SIRAH": [[11, null]], "Acknowledgments": [[11, "acknowledgments"]], "Advantages": [[11, "advantages"]], "Appendix": [[30, "appendix"]], "Available mapping files": [[0, "available-mapping-files"], [30, "available-mapping-files"]], "Background": [[13, null]], "Backmapping analysis": [[29, "backmapping-analysis"], [34, "backmapping-analysis"]], "Basic analyses VMD": [[31, null]], "Calculating ionic concentrations": [[0, null], [30, "calculating-ionic-concentrations"]], "Citations": [[14, null]], "DNA model": [[13, "dna-model"]], "Developers": [[15, null], [15, "id1"]], "Divalent cations": [[13, "divalent-cations"]], "Download and Setting up SIRAH": [[10, "download-and-setting-up-sirah"], [28, "download-and-setting-up-sirah"], [30, "download-and-setting-up-sirah"], [33, "download-and-setting-up-sirah"]], "Download and setting SIRAH": [[25, "download-and-setting-sirah"], [32, "download-and-setting-sirah"]], "Explicit solvent": [[13, "explicit-solvent"]], "FAQs": [[16, null]], "Follow us": [[11, "follow-us"]], "Former contributors": [[15, "former-contributors"]], "Further Reading": [[17, null]], "GROMACS": [[32, null]], "GROMACS questions": [[16, "gromacs-questions"]], "General questions": [[16, "general-questions"]], "License": [[11, "license"]], "Limitations": [[11, "limitations"]], "Loading the Trajectory": [[12, null], [31, "loading-the-trajectory"]], "Multiscale simulations": [[13, "multiscale-simulations"]], "NAMD": [[33, null]], "Overview": [[13, "overview"]], "Phospholipids": [[13, "phospholipids"]], "Prior knowledge": [[10, "prior-knowledge"], [25, "prior-knowledge"], [28, "prior-knowledge"], [30, "prior-knowledge"], [32, "prior-knowledge"], [33, "prior-knowledge"]], "Protein glycosylations": [[13, "protein-glycosylations"]], "Protein model": [[13, "protein-model"]], "RMSD": [[12, "rmsd"], [31, "rmsd"]], "RMSF": [[12, "rmsf"], [31, "rmsf"]], "Radius of gyration": [[12, "radius-of-gyration"], [31, "radius-of-gyration"]], "Recompiling Namd": [[26, null]], "References": [[13, "references"]], "Required Software": [[10, null], [25, null], [28, null], [30, "required-software"], [32, "required-software"], [33, "required-software"]], "SASA": [[12, "sasa"], [31, "sasa"]], "SIRAH Applications": [[17, "sirah-applications"]], "SIRAH macros": [[29, "sirah-macros"], [34, "sirah-macros"]], "SIRAH tools": [[34, null]], "Secondary structure analysis": [[29, "secondary-structure-analysis"], [34, "secondary-structure-analysis"]], "Setting up SIRAH": [[30, "setting-up-sirah"], [32, "setting-up-sirah"], [33, "setting-up-sirah"]], "Structural analysis of CG systems": [[29, "structural-analysis-of-cg-systems"], [34, "structural-analysis-of-cg-systems"]], "VMD in text mode": [[12, "vmd-in-text-mode"], [29, "vmd-in-text-mode"], [31, "vmd-in-text-mode"], [34, "vmd-in-text-mode"]], "Visualization of CG systems": [[29, null], [34, "visualization-of-cg-systems"]], "Welcome to SIRAH FF documentation": [[35, null]]}, "docnames": ["AMBER/Appendix", "AMBER/Tutorial-1", "AMBER/Tutorial-2", "AMBER/Tutorial-3", "AMBER/Tutorial-4", "AMBER/Tutorial-5", "AMBER/Tutorial-6", "AMBER/Tutorial-7", "AMBER/Tutorial-8", "AMBER/Tutorial-9", "AMBER/installation", "About SIRAH", "Analysis/Tutorial-basic", "Background SIRAH", "Citation", "Developers", "FAQ", "Further reading", "GROMACS/Tutorial-1", "GROMACS/Tutorial-2", "GROMACS/Tutorial-3", "GROMACS/Tutorial-4", "GROMACS/Tutorial-5", "GROMACS/Tutorial-6", "GROMACS/Tutorial-7", "GROMACS/installation-G", "NAMD/Appendix", "NAMD/Tutorial-1", "NAMD/installation", "SIRAHTools/Tutorial-tcl", "Tutorials amber", "Tutorials analysis", "Tutorials gromacs", "Tutorials namd", "Tutorials sirahtools", "index"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["AMBER/Appendix.rst", "AMBER/Tutorial-1.rst", "AMBER/Tutorial-2.rst", "AMBER/Tutorial-3.rst", "AMBER/Tutorial-4.rst", "AMBER/Tutorial-5.rst", "AMBER/Tutorial-6.rst", "AMBER/Tutorial-7.rst", "AMBER/Tutorial-8.rst", "AMBER/Tutorial-9.rst", "AMBER/installation.rst", "About SIRAH.rst", "Analysis/Tutorial-basic.rst", "Background SIRAH.rst", "Citation.rst", "Developers.rst", "FAQ.rst", "Further reading.rst", "GROMACS/Tutorial-1.rst", "GROMACS/Tutorial-2.rst", "GROMACS/Tutorial-3.rst", "GROMACS/Tutorial-4.rst", "GROMACS/Tutorial-5.rst", "GROMACS/Tutorial-6.rst", "GROMACS/Tutorial-7.rst", "GROMACS/installation-G.rst", "NAMD/Appendix.rst", "NAMD/Tutorial-1.rst", "NAMD/installation.rst", "SIRAHTools/Tutorial-tcl.rst", "Tutorials amber.rst", "Tutorials analysis.rst", "Tutorials gromacs.rst", "Tutorials namd.rst", "Tutorials sirahtools.rst", "index.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "0": [0, 2, 3, 5, 6, 7, 8, 9, 12, 13, 14, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "00": [27, 33], "000": [24, 29, 32, 34], "0000": [27, 33], "0000000": [27, 33], "01325": [27, 33], "03": [11, 16], "04": [29, 34], "050": [9, 30], "0522173": 26, "054": 26, "06": 16, "0636": 26, "07": [10, 25, 28, 30, 32, 33], "0issu": [22, 23, 24, 32], "1": [0, 10, 13, 16, 17, 25, 28, 29, 34], "10": [3, 13, 16, 17, 22, 24, 29, 30, 32, 34], "100": [4, 9, 16, 20, 23, 24, 27, 29, 30, 32, 33, 34], "1000": [0, 16, 20, 22, 24, 29, 30, 32, 34], "1000n": [5, 6, 7, 8, 9, 23, 24, 27, 30, 32, 33], "100n": [1, 2, 4, 18, 19, 21, 22, 30, 32], "101": [4, 30], "1020": [9, 30], "10237": [12, 29, 31, 34], "10240": [21, 32], "105": 16, "1050": [9, 30], "106": [8, 30], "107": [8, 30], "107109": 17, "107985": [13, 14, 17], "108": [8, 30], "109": [7, 8, 30], "10n": [3, 30], "11": [0, 3, 9, 10, 11, 13, 14, 17, 24, 28, 30, 32, 33], "110": [3, 8, 23, 30, 32], "111": [8, 30], "112": [8, 30], "113": [8, 9, 18, 30, 32], "114": [7, 8, 30], "1140": [9, 30], "1150": [9, 30], "117": 17, "12": [3, 7, 12, 13, 23, 29, 30, 31, 32, 34], "122": [9, 30], "123": [3, 30], "124": [7, 30], "128": [7, 30], "129": [12, 29, 31, 34], "13": [3, 13, 14, 17, 30], "132": [6, 30], "14": [3, 12, 16, 29, 30, 31, 34], "140": [7, 30], "142": [7, 30], "14438": 17, "14448": 17, "15": [0, 13, 14, 30], "150": [9, 29, 30, 34], "154": [3, 30], "1560": [9, 30], "1564": [12, 29, 31, 34], "1568": 14, "1570": 14, "1592": [12, 29, 31, 34], "1595": 17, "15m": [0, 2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "16": [5, 10, 27, 28, 29, 30, 33, 34], "160": [9, 30], "1602": 17, "165": 17, "17": [0, 9, 16, 17, 30], "170": [13, 17], "1711": [13, 14], "1725": [13, 14], "173": 17, "18": [0, 30], "180": [9, 30], "18134": 17, "18235": [9, 30], "183804": 17, "184": [24, 32], "1843": [12, 29, 31, 34], "1863": 17, "1864": 17, "189": [24, 32], "19": [12, 17, 29, 31, 34], "1996": [12, 29, 31, 34], "1a": [12, 31], "1b": [12, 31], "1c9b": [3, 30], "1cfd": 16, "1crn": [5, 20, 27, 30, 32, 33], "1crn_aa": [5, 27, 30, 33], "1crn_aa_sslink": [5, 27, 30, 33], "1crn_cg": [5, 20, 27, 30, 32, 33], "1crn_cg_box": [20, 32], "1crn_cg_em1": [5, 20, 30, 32], "1crn_cg_em2": [5, 20, 30, 32], "1crn_cg_eq1": [5, 20, 30, 32], "1crn_cg_eq2": [5, 20, 30, 32], "1crn_cg_ion": [20, 32], "1crn_cg_ioniz": [27, 33], "1crn_cg_md": [5, 20, 30, 32], "1crn_cg_md_pbc": [5, 20, 30, 32], "1crn_cg_sol1": [20, 32], "1crn_cg_sol2": [20, 32], "1dc": [9, 30], "1e": [13, 29, 34], "1gya": [8, 30], "1gya_aa": [8, 30], "1gya_aa_sslink": [8, 30], "1gya_cg": [8, 30], "1gya_cg_em1": [8, 30], "1gya_cg_em2": [8, 30], "1gya_cg_eq1": [8, 30], "1gya_cg_eq2": [8, 30], "1gya_cg_md": [8, 30], "1gya_cg_md_pbc": [8, 30], "1gya_glycam": [8, 30], "1gya_glycam_now": [8, 30], "1qyo": 16, "2": [10, 11, 13, 14, 16, 17, 28, 29, 34], "20": [1, 2, 5, 8, 16, 18, 24, 27, 30, 32, 33], "200": [4, 9, 27, 30, 33], "201": [21, 32], "2010": [13, 14], "2011": 17, "2012": [13, 17], "2013": 17, "2015": [14, 17, 29, 34], "2016": [12, 14, 16, 29, 31, 34], "2017": [13, 14, 17], "2018": [13, 16, 17], "20180085": [13, 14], "2019": [13, 14, 16, 17, 29, 34], "2020": [13, 14, 17], "2021": [13, 17], "2022": 17, "2023": [13, 14, 17], "2024": 13, "21": [16, 22, 29, 32, 34], "2134": 17, "2149": 17, "22": [5, 20, 27, 29, 30, 32, 33, 34], "23": [27, 29, 33, 34], "234": [12, 31], "24": [5, 7, 8, 9, 20, 23, 24, 27, 30, 32, 33], "240": [9, 30], "243": [12, 31], "2433400": [27, 33], "244": [12, 31], "25": [29, 34], "253": [12, 31], "259": 17, "26": [5, 13, 27, 30, 33], "2659": [19, 32], "27": [0, 7, 16, 30], "2719": [13, 14], "2733": [13, 14], "2792": 17, "287": 17, "29": [24, 32], "2_20": [25, 32], "2a": [12, 31], "2b": [12, 31], "2kyv": [7, 23, 30, 32], "2kyv_cg": [7, 23, 30, 32], "2kyv_dmpc_cg": [7, 23, 30, 32], "2kyv_dmpc_cg_box": [23, 32], "2kyv_dmpc_cg_em1": [23, 32], "2kyv_dmpc_cg_em2": [23, 32], "2kyv_dmpc_cg_em_1": [7, 30], "2kyv_dmpc_cg_em_2": [7, 30], "2kyv_dmpc_cg_eq1": [23, 32], "2kyv_dmpc_cg_eq2": [23, 32], "2kyv_dmpc_cg_eq_": [7, 30], "2kyv_dmpc_cg_eq_0": [7, 30], "2kyv_dmpc_cg_eq_9": [7, 30], "2kyv_dmpc_cg_init": [7, 23, 30, 32], "2kyv_dmpc_cg_ion": [23, 32], "2kyv_dmpc_cg_md": [7, 23, 30, 32], "2kyv_dmpc_cg_md_pbc": [7, 23, 30, 32], "2kyv_dmpc_cg_monom": [23, 32], "2kyv_dmpc_cg_nb": [7, 30], "2kyv_dmpc_cg_solv1": [23, 32], "2kyv_dmpc_cg_solv2": [23, 32], "2m06": 16, "3": [10, 12, 13, 16, 17, 25, 28, 29, 31, 34], "30": [12, 24, 29, 31, 32, 34], "300": [27, 29, 33, 34], "3179": [18, 32], "319": 17, "32": [3, 5, 14, 27, 30, 33], "3223400": [27, 33], "326": 17, "33": [6, 12, 29, 30, 31, 34], "332": 26, "333": [6, 22, 30, 32], "34": [0, 2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "35": [9, 30], "35720": [9, 30], "3580": [19, 32], "36": [0, 16, 17, 29, 30, 34], "3727": [12, 29, 31, 34], "3793": [13, 14], "38": [12, 19, 29, 31, 32, 34], "3807": [13, 14], "3875": [23, 32], "3880": 17, "3894": 17, "3935": [13, 14], "3943": [13, 14], "3_24": [10, 28, 30, 33], "3a": [29, 34], "3b": [29, 34], "3c": [29, 34], "3d": [29, 34], "3ehg": 16, "3jci": [9, 30], "3jci_aa": [9, 30], "3jci_aa_em": [9, 30], "4": [12, 13, 16, 25, 29, 31, 34], "40": [5, 6, 8, 27, 30, 33], "401": [21, 32], "408": [13, 17], "41": [8, 30], "420": [9, 30], "422": [13, 17], "43": 17, "437": [24, 32], "43a1": [0, 30], "45": [3, 30], "4580": [24, 32], "4582": [24, 32], "46": [5, 30], "4697": [24, 32], "47": [29, 34], "4791": [12, 29, 31, 34], "48": 17, "489": 17, "4qeg": [24, 32], "4xdj": 16, "5": [0, 10, 12, 13, 16, 19, 25, 28, 29, 31, 34], "50": [2, 16, 24, 27, 29, 30, 32, 33, 34], "500": [6, 7, 16, 30], "5012": 17, "5023": 17, "5106": [13, 14, 17], "5116": [13, 14, 17], "52": [23, 32], "53a6": [0, 30], "540": [9, 30], "5674": [13, 14], "5688": [13, 14], "5773": [9, 30], "5888": [24, 32], "58gb": [12, 29, 31, 34], "599": 17, "5yw": [12, 29, 31, 34], "5yws_cg": [12, 29, 31, 34], "5yws_cg_md1_pbc": [12, 29, 31, 34], "5yws_cg_md_pbc": [12, 29, 31, 34], "6": [12, 13, 14, 16, 18, 19, 20, 21, 22, 29, 31, 34], "60": [9, 13, 14, 24, 27, 30, 32, 33], "600": [27, 33], "604": 17, "61": [13, 17], "620": [9, 30], "6261": [24, 32], "6281": [24, 32], "6393": [9, 30], "64": [3, 6, 22, 30, 32], "644039": 17, "65": [8, 30], "66": [6, 30], "6ola": [9, 30], "6ola_assembli": [9, 30], "6ola_gensystem": [9, 30], "6ola_modificated_1": [9, 30], "6ola_modificated_2": [9, 30], "6ola_modificated_2_fin": [9, 30], "6ola_modificated_fin": [9, 30], "6ola_modificated_final_cg": [9, 30], "7": [2, 5, 6, 8, 12, 13, 16, 18, 19, 20, 21, 22, 23, 29, 31, 34], "70": [27, 33], "71": 17, "712": [9, 30], "72": [27, 33], "720": [9, 30], "723": 14, "7270": [12, 29, 31, 34], "73": [27, 33], "739": 14, "75": [18, 29, 32, 34], "756": [20, 32], "7nm": [3, 30], "8": [13, 17, 24, 29, 32, 34], "80": 13, "81": 17, "850": [22, 32], "86": [13, 17], "8663400": [27, 33], "88": [2, 24, 30, 32], "8th": 17, "9": [6, 7, 10, 12, 13, 14, 16, 25, 28, 29, 31, 32, 33, 34], "90": [24, 27, 32, 33], "91": 17, "92": [24, 32], "921": 17, "93": [12, 29, 31, 34], "930": 17, "95": [23, 32], "950": [9, 30], "964": 14, "973": 14, "99": 17, "999": [29, 34], "99999": [9, 30], "A": [0, 3, 4, 6, 7, 9, 11, 12, 13, 14, 16, 17, 21, 23, 29, 30, 31, 32, 34], "And": [6, 8, 9, 29, 30, 34], "As": [6, 7, 9, 13, 16, 22, 29, 30, 32, 34], "At": [24, 27, 32, 33], "BE": [22, 32], "Be": [5, 9, 16, 19, 20, 23, 24, 27, 29, 30, 32, 33, 34], "But": [9, 12, 30, 31], "By": [5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "For": [5, 6, 7, 8, 9, 10, 12, 16, 19, 20, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "If": [1, 2, 3, 6, 7, 9, 10, 12, 14, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34], "In": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "It": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34, 35], "No": [16, 29, 34], "Not": 16, "On": 16, "One": [2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "Or": [9, 29, 30, 34], "Such": 16, "That": [2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 31, 32, 33], "The": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "Then": [2, 9, 12, 16, 19, 29, 30, 31, 32, 34], "There": [9, 16, 30], "These": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 20, 24, 26, 27, 29, 30, 31, 32, 33, 34], "To": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 16, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34], "With": [12, 29, 31, 34], "_": [0, 30], "_2": [0, 30], "_4": [0, 30], "_a": [0, 30], "aa": [29, 34], "aa_2014_lipid": [0, 30], "abil": [11, 13, 35], "abl": 16, "abort": [16, 23, 24, 32], "about": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "abov": [8, 24, 29, 30, 32, 34], "abrupt": 16, "absent": [9, 29, 30, 34], "acceler": [11, 35], "accept": [12, 31], "access": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35], "accommod": [24, 32], "accomplish": [27, 29, 33, 34], "accord": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "accordingli": [19, 29, 32, 34], "account": [2, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "accur": [9, 11, 13, 16, 30, 35], "accuraci": 17, "acetyl": [5, 8, 9, 16, 27, 30, 33], "achiev": [9, 11, 29, 30, 34], "achiv": [23, 24, 32], "acid": [5, 8, 9, 11, 13, 16, 20, 24, 27, 29, 30, 32, 33, 34, 35], "acronym": 16, "across": [12, 31], "acta": 17, "action": [12, 31], "activ": [29, 34], "actual": [5, 8, 9, 16, 20, 27, 30, 32, 33], "acyl": [7, 13, 30], "ad": [2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "adapt": 13, "add": [2, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "addfil": [12, 27, 29, 31, 33, 34], "addionsrand": [2, 5, 6, 7, 8, 9, 27, 30, 33], "addit": [5, 8, 9, 10, 11, 12, 14, 16, 17, 20, 24, 27, 29, 30, 31, 32, 33, 34], "addition": [9, 12, 29, 30, 31, 34], "addpath": [1, 2, 3, 4, 5, 6, 7, 8, 9, 27, 30, 33], "address": [9, 24, 30, 32], "adenin": [4, 21, 30, 32], "adjust": [6, 7, 9, 16, 27, 29, 30, 33, 34], "adopt": 16, "advanc": [6, 7, 16, 17, 22, 23, 30, 32], "advantag": [12, 31, 35], "advis": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34], "affect": [9, 17, 27, 30, 33], "afford": [13, 14, 17], "after": [5, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "again": [6, 7, 9, 16, 30], "aggreg": [11, 17], "agre": [6, 7, 22, 23, 30, 32], "ah": [5, 8, 9, 16, 27, 30, 33], "aim": [11, 13, 35], "aip": 17, "al": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "alba": 15, "algorithm": [12, 29, 31, 34], "alias": [28, 33], "align": [12, 24, 31, 32], "alik": 16, "all": [0, 1, 2, 3, 4, 5, 6, 8, 9, 11, 12, 13, 16, 17, 18, 20, 21, 22, 24, 29, 30, 31, 32, 34, 35], "allow": [7, 11, 13, 16, 23, 24, 29, 30, 32, 34, 35], "along": [6, 9, 12, 13, 16, 22, 24, 30, 31, 32], "alpha": [12, 29, 31, 34], "alreadi": [7, 9, 10, 12, 16, 23, 24, 29, 30, 31, 32, 34], "also": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34], "altern": [16, 24, 32], "although": [5, 8, 9, 11, 12, 16, 20, 27, 30, 31, 32, 33], "altiu": [13, 14], "alwai": [3, 5, 8, 9, 16, 20, 27, 29, 30, 32, 33, 34], "alzat": [13, 14], "amber": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 17, 19, 20, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34], "amber23": [10, 28, 30, 33], "amber99sb": [19, 32], "amber_lipid": [0, 16, 30], "amberhom": [10, 28, 29, 30, 33, 34], "ambermd": [29, 34], "ambertool": [8, 9, 10, 27, 28, 29, 30, 33, 34], "ambigu": [5, 8, 9, 16, 20, 27, 30, 32, 33], "ambpdb": [8, 30], "amelior": 16, "american": 16, "amid": [5, 8, 9, 16, 27, 30, 33], "amino": [9, 13, 16, 24, 29, 30, 32, 34], "aminoacid": 16, "among": [11, 35], "an": [3, 5, 6, 7, 8, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 31, 32, 33, 34], "anal": [1, 3, 4, 29, 30, 34], "analys": 12, "analysi": [12, 31], "analyz": [2, 5, 6, 7, 8, 9, 11, 12, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "andr": 15, "angl": [12, 29, 31, 34], "angletyp": [12, 29, 31, 34], "angstrom": [6, 7, 9, 22, 29, 30, 32, 34], "ani": [5, 7, 8, 9, 12, 16, 19, 20, 23, 24, 27, 29, 30, 31, 32, 33, 34], "anim": [29, 34], "anoth": [9, 12, 13, 14, 16, 25, 30, 31, 32], "answer": 16, "antibodi": 13, "anticip": [29, 34], "antonella": 15, "apl_dmpc64_310k": [6, 30], "appear": [9, 12, 16, 24, 29, 30, 31, 32, 34], "append": [6, 7, 12, 16, 22, 23, 29, 30, 31, 32, 34], "appendix": [2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 32, 33], "appli": [3, 6, 7, 8, 13, 16, 18, 19, 22, 23, 24, 29, 30, 32, 34], "applic": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 14, 27, 29, 30, 31, 33, 34], "approach": [3, 9, 11, 13, 14, 19, 24, 30, 32, 35], "approxim": [6, 9, 13, 22, 30, 32], "aqua": [29, 34], "aqueou": [11, 13, 14, 17, 35], "ar": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35], "ara\u00fajo": [13, 17], "arbitrari": 11, "area": [6, 12, 22, 27, 30, 31, 32, 33], "area_lipid": [6, 30], "arg": [9, 30], "argentina": 16, "argument": [29, 34], "ari": 15, "aris": [12, 16, 31], "aromat": 13, "around": [9, 16, 24, 30, 32], "arrai": [29, 34], "artefactu": 16, "articl": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 27, 29, 30, 31, 32, 33, 34], "artifact": [9, 30], "artifactu": [16, 29, 34], "ascii": [12, 29, 31, 34], "ash": [5, 8, 9, 16, 20, 27, 30, 32, 33], "asn": [8, 30], "asp": [9, 30], "asp320": 16, "aspart": [5, 8, 9, 16, 20, 27, 30, 32, 33], "aspect": [12, 31], "assembl": [9, 13, 30], "assembli": 17, "assembly1": [9, 30], "assess": [12, 17, 31], "assign": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "associ": 13, "astrid": 15, "asymetr": [9, 30], "asymmetr": [9, 16, 30], "ataxia": 17, "atom": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34, 35], "atomist": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 32, 33, 34, 35], "atomselect": [12, 24, 27, 31, 32, 33], "atpas": 17, "attempt": [9, 30], "attent": [5, 8, 9, 20, 27, 30, 32, 33], "auto": [25, 32], "autoimag": [2, 5, 6, 7, 8, 30], "autoinhibit": 17, "automat": [9, 16, 18, 19, 20, 21, 22, 23, 24, 30, 32], "avail": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 31, 32, 33, 34], "averag": [12, 29, 31, 34], "avoid": [1, 2, 3, 6, 7, 16, 18, 22, 23, 29, 30, 32, 34], "avx": [12, 29, 31, 34], "avx2": [12, 29, 31, 34], "aw3": [4, 30], "aw5": [4, 21, 30, 32], "awai": [5, 8, 9, 16, 27, 30, 33], "awar": [5, 8, 9, 16, 19, 20, 23, 24, 27, 29, 30, 32, 33, 34], "awk": [9, 30], "axi": [6, 16, 22, 24, 29, 30, 32, 34], "b": [3, 4, 12, 17, 21, 27, 29, 30, 31, 32, 33, 34], "baaden": 17, "back": [5, 8, 9, 16, 18, 20, 21, 22, 23, 24, 27, 30, 32, 33], "backbon": [5, 7, 8, 9, 12, 13, 16, 20, 23, 24, 29, 30, 31, 32, 34], "backmap": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 14, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "backmap_less_min": [29, 34], "bad": [6, 7, 16, 22, 30, 32], "balanc": [9, 30], "ballestero": [13, 14, 15, 17], "bar": [27, 33], "barostat": [27, 33], "barrera": [6, 7, 13, 14, 15, 17, 22, 23, 30, 32], "base": [0, 1, 2, 3, 6, 7, 9, 10, 12, 13, 16, 18, 22, 23, 27, 28, 29, 30, 31, 32, 33, 34], "bash": [28, 33], "basi": [17, 29, 34], "basic": [1, 2, 3, 4, 5, 8, 9, 10, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 32, 33, 34], "bb": [27, 33], "bb_restraint": [27, 33], "bba": 17, "bc1": [22, 32], "bc13": [7, 30], "bc2": [22, 32], "bc23": [7, 30], "bct": [22, 32], "bct1": [7, 30], "bct2": [7, 30], "bead": [6, 8, 9, 12, 13, 16, 20, 22, 23, 24, 29, 30, 31, 32, 34], "beadi": [8, 30], "beadj": [8, 30], "becam": 16, "becaus": [16, 27, 33], "becom": 16, "been": [9, 11, 13, 16, 18, 19, 20, 21, 22, 30, 32], "befor": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "begin": 16, "behavior": [1, 2, 3, 16, 29, 30, 34], "behind": [16, 24, 32], "being": [16, 35], "bellow": [7, 23, 27, 30, 32, 33], "below": [9, 12, 29, 30, 31, 34], "bend": [13, 17], "benefici": [11, 14], "berger": [0, 30], "bertipaglia": 17, "besid": [29, 34], "best": [2, 5, 6, 7, 8, 9, 20, 23, 24, 27, 29, 30, 32, 33, 34], "beta": [27, 29, 33, 34], "between": [6, 7, 9, 12, 13, 16, 18, 22, 23, 24, 29, 30, 31, 32, 34], "beyond": [7, 30], "bfo": [6, 22, 23, 30, 32], "big": [12, 16, 31], "bigger": 16, "bilay": [6, 13, 22], "binari": [28, 33], "bincoordin": [27, 33], "bind": [3, 16, 30], "binveloc": [27, 33], "biochem": 17, "biochimica": 17, "bioinformat": [14, 17], "biolog": [5, 8, 11, 13, 14, 16, 17, 27, 33, 35], "biologi": [13, 14, 17], "biomembran": 17, "biomolecul": 11, "biomolecular": [11, 12, 24, 31, 32, 35], "biophys": 17, "biophysica": 17, "biotechnologi": 17, "bkbre": [20, 24, 32], "bkbres_soft": [20, 24, 32], "block": [6, 7, 22, 23, 27, 30, 32, 33], "blue": [12, 24, 29, 31, 32, 34], "bnd": [8, 30], "bodi": 13, "bond": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 16, 18, 20, 21, 22, 23, 24, 25, 27, 29, 30, 31, 32, 33, 34], "bondtyp": [12, 29, 31, 34], "bonza": 17, "book": [6, 22, 30, 32], "borg": [13, 17], "born": [1, 3, 4, 30], "both": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 16, 18, 20, 21, 22, 24, 27, 29, 30, 31, 32, 33, 34], "bound": [3, 13, 30], "boundari": [2, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 29, 30, 31, 32, 34], "box": [3, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 31, 32, 33, 34], "box_xi": [22, 32], "brandner": [14, 15, 17], "brazilian": 17, "break": 16, "breath": [13, 17], "bridg": [5, 9, 27, 30, 33], "brief": 17, "bring": [27, 33], "brini": 17, "bruno": [13, 17], "bsb": 17, "bsc0": [3, 30], "bsc1": [3, 30], "bsg": [5, 8, 9, 16, 27, 30, 33], "bt": [18, 19, 20, 21, 24, 32], "bubbl": [13, 16, 17], "buffer": [3, 30], "bug": [1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "build": [10, 16, 25, 28], "built": [12, 29, 31, 34], "bulk": [17, 19, 24, 32], "bulkier": 13, "buratto": [13, 17], "button": [12, 29, 31, 34], "byfram": [29, 34], "byre": [29, 34], "c": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 17, 18, 19, 20, 21, 22, 23, 24, 29, 30, 32, 34], "c1": 13, "c1x": [4, 30], "c5": 13, "c5x": [12, 29, 31, 34], "ca": [9, 30], "ca2": 17, "caballero": [13, 14], "calc_n": [9, 30], "calcium": 13, "calcul": [6, 12, 16, 22, 27, 29, 31, 32, 33, 34], "call": [1, 2, 3, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "calmodulin": 17, "cal\u00ec": 17, "can": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "cantero": [27, 33], "cap": [1, 2, 3, 18, 30, 32], "capabl": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 17, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33, 35], "capsid": [9, 13, 30], "capsom": [9, 30], "captur": 11, "carafoli": 17, "carbon": [12, 13, 31], "card": [27, 33], "care": [16, 26], "carefulli": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "carlo": 15, "carrasco": [13, 14], "carrer": [13, 17], "carri": [16, 18, 20, 21, 22, 23, 24, 27, 32, 33], "casalla": [13, 14, 17], "case": [5, 7, 8, 9, 10, 12, 16, 18, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "caspas": 17, "castro": 17, "cat": [5, 8, 9, 27, 30, 33], "catalysi": 16, "catalyst": 16, "cation": 14, "caus": 16, "caution": [6, 7, 16, 22, 23, 24, 30, 32], "caviti": 16, "cax": [29, 34], "ccdna": [4, 21, 30, 32], "ccdna_cg": [4, 21, 30, 32], "ccdna_cg_box": [21, 32], "ccdna_cg_em": [4, 21, 30, 32], "ccdna_cg_eq": [4, 21, 30, 32], "ccdna_cg_ion": [21, 32], "ccdna_cg_md": [4, 21, 30, 32], "ccdna_cg_md_pbc": [21, 32], "ccdna_cg_sol": [21, 32], "cd": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 30, 32, 33], "cdot": [0, 30], "celiac": 17, "cell": [27, 33], "cellbasisvector": [27, 33], "cellbasisvector1": [27, 33], "cellbasisvector2": [27, 33], "cellbasisvector3": [27, 33], "cellorigin": [27, 33], "cellular": 13, "center": [7, 9, 12, 16, 18, 19, 20, 21, 24, 30, 31, 32], "certain": [11, 18, 19, 20, 21, 22, 29, 32, 34], "certainli": 16, "cg": [11, 12, 13, 14, 16, 17, 19, 31, 35], "cgconv": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "chain": [5, 7, 8, 9, 11, 13, 16, 18, 20, 23, 24, 27, 30, 32, 33, 35], "challeng": 11, "chang": [9, 10, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34], "channel": 13, "chapter": [6, 22, 30, 32], "characterist": [6, 7, 13, 30], "charg": [2, 5, 7, 8, 13, 16, 20, 23, 24, 27, 29, 32, 33, 34], "charmm": [0, 5, 7, 8, 9, 16, 19, 20, 23, 24, 26, 27, 30, 32, 33], "charmm_lipid": [0, 30], "check": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "chemic": [11, 13, 14, 17, 35], "chemistri": [17, 29, 34], "chirdo": 17, "chlorid": 13, "chngmask": [2, 5, 8, 9, 16, 30], "choic": [19, 32], "cholin": 13, "choos": [5, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "chose": [29, 34], "chosen": [19, 32], "cif": [9, 30], "circl": [21, 32], "circoviru": [9, 30], "circular": [4, 21], "circumv": [9, 30], "cite": [11, 14], "citiu": [13, 14], "ckp": [0, 30], "cl": [2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "clash": [7, 9, 16, 30], "classic": 13, "classif": [29, 34], "classifi": [29, 34], "clean": [27, 29, 33, 34], "click": [7, 9, 12, 23, 29, 30, 31, 32, 34], "clip": [7, 23, 30, 32], "close": [2, 4, 5, 6, 8, 9, 12, 16, 19, 21, 27, 29, 31, 33, 34], "cluster": 16, "clw": [2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "cmm": [22, 23, 32], "coars": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34, 35], "code": [5, 6, 7, 8, 9, 11, 16, 23, 24, 26, 27, 29, 30, 32, 33, 34, 35], "coeffici": [27, 33], "cof": 11, "cohes": [7, 30], "coil": [16, 29, 34], "coincident": 16, "collaps": 16, "collect": [11, 13, 35], "color": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "column": [27, 33], "combin": [11, 16, 19, 29, 32, 34, 35], "come": [24, 32], "command": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "commandnam": [29, 34], "comment": [27, 33], "common": [9, 11, 12, 16, 26, 30, 31], "commonli": [1, 2, 3, 4, 5, 6, 7, 8, 9, 30], "commun": [11, 17, 35], "compact": [12, 18, 19, 20, 21, 24, 31, 32], "compar": [11, 12, 31, 35], "comparison": 26, "compart": [9, 30], "compat": [0, 5, 8, 9, 11, 12, 13, 16, 20, 23, 24, 27, 30, 31, 32, 33], "compens": [9, 30], "compil": [29, 34], "complain": [23, 24, 32], "complementar": 13, "complet": [7, 9, 12, 13, 23, 24, 30, 31, 32], "complex": [9, 11, 12, 13, 14, 17, 29, 30, 31, 34, 35], "compli": [9, 30], "compon": [12, 13, 29, 31, 34, 35], "compos": [1, 2, 3, 4, 6, 18, 21, 22, 30, 32], "compound": [18, 19, 20, 21, 22, 23, 24, 32], "comprehens": [9, 13, 30], "compromis": 16, "comput": [9, 10, 11, 12, 13, 14, 16, 17, 25, 28, 30, 31, 32, 33], "concaten": [7, 23, 30, 32], "concentr": [2, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 31, 32, 33], "concern": 16, "conda": [9, 29, 30, 34], "condit": [2, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 29, 30, 31, 32, 34], "conduct": [9, 12, 13, 30, 31], "conf": [27, 33], "configur": [6, 13, 22, 27, 30, 32, 33], "conflict": [0, 16, 30], "conform": [11, 12, 16, 17, 24, 29, 31, 32, 34], "conjug": [29, 34], "conjunct": [12, 31], "connect": 16, "connexin": 13, "consecut": [29, 34], "consequ": [16, 29, 34], "consexp": [27, 33], "consid": [3, 6, 7, 9, 13, 16, 22, 30, 32], "consider": [29, 34], "consist": [11, 13, 16, 29, 34, 35], "conskcol": [27, 33], "conskfil": [27, 33], "consol": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "consref": [27, 33], "constant": [26, 27, 33], "constantli": 35, "constitut": 16, "constraint": [27, 33], "constraintsc": [27, 33], "construct": [9, 29, 30, 34, 35], "consult": [22, 23, 24, 32], "consum": [3, 6, 7, 30], "contact": [6, 12, 16, 19, 22, 31], "contain": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34], "context": 16, "contextu": [3, 30], "continu": 16, "contrari": 16, "contrast": [12, 27, 31, 33], "control": [27, 29, 33, 34], "conveni": [12, 18, 31, 32], "convent": [0, 6, 7, 16, 22, 23, 30, 32], "converg": [11, 29, 34], "convers": 26, "convert": [0, 8, 16, 18, 19, 20, 21, 22, 23, 24, 26, 29, 30, 32, 34], "coor": [27, 33], "coordin": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 23, 24, 27, 29, 30, 31, 32, 33, 34], "copi": [24, 27, 32, 33], "core": [9, 16, 27, 30, 33], "correct": [5, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 29, 30, 31, 32, 33, 34], "correctli": [9, 16, 18, 19, 20, 21, 22, 23, 24, 29, 30, 32, 34], "correl": [27, 33], "correspond": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 30, 31, 32, 33], "cost": 13, "could": [16, 24, 29, 32, 34], "coulomb": 26, "count": [9, 30], "countcharg": [9, 30], "counterion": [2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "coupl": [16, 29, 34], "cours": [1, 2, 3, 9, 30], "cov": 17, "coval": [4, 11, 13, 30, 35], "cover": [13, 29, 34], "cp": [18, 19, 20, 21, 22, 23, 24, 27, 32, 33], "cpk": [29, 34], "cpptraj": [2, 5, 8, 9, 16], "cpu": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 27, 29, 30, 31, 32, 33, 34], "crash": 16, "crate": [23, 32], "crd": [27, 33], "creat": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 28, 29, 30, 31, 32, 34], "crick": [1, 2, 3, 13, 18, 30, 32], "crispino": [13, 17], "criteria": 16, "critic": [7, 9, 16, 30], "cross": [12, 16, 29, 31, 34], "crucial": [9, 13, 30], "cruz": [15, 17], "cryo": 16, "ct": [5, 8, 9, 16, 27, 30, 33], "cubic": [27, 33], "cuda": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 27, 29, 30, 33, 34], "cuda_visible_devic": [27, 33], "cudasoaintegr": [27, 33], "cue": [13, 16, 17], "current": [9, 11, 16, 17, 29, 30, 34, 35], "custom": [12, 19, 29, 31, 32, 34], "cut": [16, 21, 29, 32, 34], "cutoff": [29, 34], "cw3": [4, 30], "cw5": [4, 21, 30, 32], "cx": 16, "cx26": [13, 16, 17], "cy": [5, 8, 9, 16, 20, 27, 30, 32, 33], "cyan": [29, 34], "cycl": [29, 34], "cyclic": [25, 32], "cym": [9, 30], "cystein": [5, 8, 9, 16, 20, 27, 30, 32, 33], "cytosin": [4, 21, 30, 32], "cyx": [5, 8, 9, 16, 20, 27, 30, 32, 33], "czaplewski": [13, 17], "c\u00e1cere": [13, 14, 15], "d": [9, 13, 14, 15, 17, 18, 19, 20, 21, 29, 30, 32, 34], "d1": 16, "d2": 16, "d6": 16, "dalk": [12, 29, 31, 34], "damag": 17, "damiano": 17, "damp": [27, 33], "dan": [1, 2, 4, 13, 14, 15, 16, 17, 18, 20, 21, 30, 32], "daniela": 15, "dark": [29, 34], "darkviolet": [29, 34], "darr\u00e9": [5, 8, 9, 13, 14, 15, 17, 18, 19, 20, 24, 27, 30, 32, 33], "dat": [6, 9, 10, 12, 16, 21, 23, 25, 28, 30, 31, 32, 33], "data": [9, 11, 12, 17, 29, 30, 31, 34], "databas": [7, 11, 16, 23, 30, 32], "dataset": 17, "dcd": [27, 33], "dcx": [4, 21, 30, 32], "de": [11, 17, 29, 34], "dec": [29, 34], "decai": [27, 33], "decomposit": [29, 34], "decompress": [9, 30], "dedic": [12, 31], "default": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "defect": 16, "deffnm": [18, 19, 20, 21, 22, 23, 24, 32], "defin": [5, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 26, 27, 29, 30, 31, 32, 33, 34], "definit": [1, 2, 3, 5, 8, 9, 10, 16, 19, 25, 28, 30, 32, 33], "deform": [16, 29, 34], "degre": [12, 16, 24, 31, 32], "delet": [5, 8, 9, 16, 20, 24, 27, 33], "delete1": [20, 24, 32], "delete2": [20, 32], "delete3": [24, 32], "delete4": [24, 32], "delimit": 16, "delta": [9, 16, 30], "delv": [12, 31], "demonstr": [9, 13, 30], "dens_profil": [6, 30], "dens_profile_dmpc64_310k": [6, 30], "densiti": [6, 9, 13, 16, 22, 30, 32], "density_profil": [22, 32], "depend": [9, 12, 16, 17, 19, 26, 30, 31, 32], "depict": 13, "der": [16, 29, 34], "deriv": [24, 29, 32, 34], "descent": [29, 34], "describ": [11, 12, 16, 19, 31, 32, 35], "descript": [11, 16, 29, 34], "design": [11, 12, 31], "desir": [26, 27, 33], "desktop": [13, 14, 17], "despit": 16, "detail": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 30, 31, 32, 33], "detect": [12, 16, 25, 29, 31, 32, 34], "determin": [9, 24, 27, 30, 32, 33], "develop": [9, 10, 11, 13, 16, 28, 30, 33], "deviat": [12, 29, 31, 34], "dgx": [4, 30], "diagon": 16, "dicuss": [12, 29, 31, 34], "did": 16, "difer": [9, 30], "differ": [0, 1, 2, 3, 5, 8, 9, 10, 11, 12, 13, 16, 18, 19, 20, 21, 22, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35], "dihedr": [12, 29, 31, 34], "dihedraltyp": [12, 29, 31, 34], "dimens": [6, 7, 9, 24, 27, 30, 32, 33], "diminish": 16, "directli": [11, 12, 16, 27, 31, 33], "directori": [10, 12, 25, 28, 30, 31, 32, 33], "disabl": [27, 29, 33, 34], "disclos": [12, 31], "discord": [23, 32], "discov": 17, "discuss": [1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "diseas": 17, "disord": 17, "dispdev": [9, 12, 27, 29, 30, 31, 33, 34], "displac": [12, 31], "displai": [12, 16, 18, 19, 20, 21, 22, 23, 24, 29, 31, 32, 34], "disrupt": 16, "dissect": 17, "distanc": [6, 7, 12, 16, 21, 22, 29, 30, 31, 32, 34], "distinct": [9, 30], "distinguish": 16, "distort": 16, "distribut": [6, 10, 13, 16, 19, 22, 28, 30, 32, 33], "disturb": 16, "disulfid": [5, 8, 9, 16, 20, 25, 27, 30, 32, 33], "dival": 14, "divers": [11, 13, 35], "divid": [6, 22, 30, 32], "dmpc": [6, 7, 13, 17, 22, 23, 30, 32], "dmpc64": [6, 22, 30, 32], "dmpc64_cg": [6, 22, 30, 32], "dmpc64_cg_box": [22, 32], "dmpc64_cg_em": [6, 22, 30, 32], "dmpc64_cg_eq": [22, 32], "dmpc64_cg_eq_": [6, 30], "dmpc64_cg_eq_0": [6, 30], "dmpc64_cg_eq_9": [6, 30], "dmpc64_cg_ion": [22, 32], "dmpc64_cg_md": [6, 22, 30, 32], "dmpc64_cg_md_pbc": [6, 22, 30, 32], "dmpc64_cg_nb": [6, 30], "dmpc64_cg_sol1": [22, 32], "dmpc64_cg_sol2": [22, 32], "dmpc_bilay": [6, 22, 30, 32], "dmpc_cg": [7, 23, 30, 32], "dmpc_cg_eq": [22, 32], "dna": [1, 2, 3, 4, 9, 11, 12, 14, 16, 17, 18, 19, 21, 25, 29, 31, 34, 35], "dna_box": [19, 32], "dna_cg": [1, 2, 3, 18, 30, 32], "dna_cg_box": [18, 32], "dna_cg_em": [1, 2, 18, 30, 32], "dna_cg_eq": [1, 2, 18, 30, 32], "dna_cg_ion": [18, 32], "dna_cg_md": [1, 2, 18, 30, 32], "dna_cg_md_pbc": [2, 18, 30, 32], "dna_cg_sol": [18, 32], "dna_chain_a": [18, 19, 21, 32], "dna_chain_b": [19, 21, 32], "dna_em": [19, 32], "dna_eq": [19, 32], "dna_hyb": [3, 30], "dna_hyb_em": [3, 30], "dna_hyb_eq": [3, 30], "dna_hyb_md": [3, 30], "dna_ion": [19, 32], "dna_md": [19, 32], "dna_md_pbc": [19, 32], "dna_shel": [19, 32], "dna_sol": [19, 32], "do": [6, 7, 9, 10, 12, 15, 16, 18, 20, 21, 22, 23, 24, 25, 28, 29, 30, 31, 32, 33, 34], "document": [10, 13, 16, 25, 27, 28, 29, 30, 32, 33, 34], "dodecahedron": [27, 33], "dodero": 17, "doe": [6, 7, 12, 16, 22, 27, 29, 30, 31, 32, 33, 34], "domain": [11, 24, 32], "don": [16, 19, 24, 27, 32, 33], "done": [6, 7, 12, 16, 27, 29, 30, 31, 33, 34], "dot": [29, 34], "doubl": [1, 2, 16, 18, 24, 29, 30, 32, 34], "doubli": [9, 30], "down": 16, "download": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27], "dpi": [29, 34], "dposrebb": [23, 32], "dposrez": [23, 32], "dramat": 16, "draw": [29, 34], "driven": 13, "dt": [29, 34], "due": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "dummi": [7, 23, 30, 32], "dure": [7, 16, 18, 29, 30, 32, 34], "dx": [27, 33], "dy": [27, 33], "dynam": [10, 11, 12, 13, 14, 16, 17, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "dz": [27, 33], "e": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "each": [2, 3, 5, 6, 7, 8, 9, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "easili": 16, "echo": [2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 30, 32], "edg": [13, 27, 33], "edit": [9, 18, 19, 20, 21, 22, 23, 24, 26, 29, 30, 32, 34], "editconf": [18, 19, 20, 21, 22, 23, 24, 32], "editor": [1, 2, 3, 4, 5, 6, 7, 8, 9, 24, 27, 30, 32, 33], "edr": [22, 32], "edu": [12, 29, 31, 34], "effect": [1, 2, 3, 13, 16, 18, 30, 32], "effici": [11, 35], "either": 16, "elast": 16, "electr": [13, 16, 17], "electrolyt": [2, 5, 6, 7, 8, 9, 13, 14, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "electropor": 16, "electrostat": [13, 14, 26, 29, 34], "element": [16, 29, 34], "elsewher": [29, 34], "em": [16, 18, 19, 21, 22, 32], "em1": [20, 23, 24, 27, 32, 33], "em1_cgliprot": [23, 32], "em1_cgprot": [20, 24, 32], "em1_prot": [7, 30], "em1_wt4": [5, 8, 30], "em2": [20, 23, 24, 27, 32, 33], "em2_cgliprot": [23, 32], "em2_cgprot": [20, 24, 32], "em2_prot": [7, 30], "em2_wt4": [5, 8, 30], "em3": [24, 32], "em3_cgprot": [24, 32], "em_cgdna": [18, 21, 32], "em_cglip": [22, 32], "em_cpu": [9, 30], "em_gb": [1, 30], "em_gbsa": [4, 30], "em_hyb": [3, 30], "em_hybsol": [19, 32], "em_lipid": [6, 30], "em_wt4": [2, 30], "email": [12, 29, 31, 34], "embed": [2, 7, 19, 23, 24, 30, 32], "embrac": [5, 30], "empir": 16, "emploi": [9, 13, 24, 28, 30, 32, 33], "empti": [8, 30], "enabl": [13, 27, 33], "enantioselect": 16, "enclos": [24, 32], "encompass": 11, "end": [1, 2, 3, 4, 9, 18, 21, 22, 24, 27, 30, 32, 33], "endif": [18, 20, 23, 24, 32], "energi": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 26, 30, 32], "engin": [13, 16], "enhanc": [1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "enough": [16, 24, 32], "ensembl": [11, 16, 35], "ensur": [9, 11, 13, 30, 35], "entail": 13, "enter": [9, 12, 29, 30, 31, 34], "entir": [7, 11, 13, 23, 29, 32, 34, 35], "entri": [29, 34], "enumer": [23, 32], "envelop": 9, "environ": [16, 29, 34], "epsilon": [5, 8, 9, 16, 20, 27, 30, 32, 33], "eq": [18, 19, 21, 22, 32], "eq1": [20, 23, 24, 27, 32, 33], "eq1_cgliprot": [23, 32], "eq1_cgprot": [20, 24, 32], "eq1_wt4": [5, 8, 30], "eq2": [20, 23, 24, 27, 32, 33], "eq2_cgliprot": [23, 32], "eq2_cgprot": [20, 24, 32], "eq2_wt4": [5, 8, 30], "eq_cgdna": [18, 21, 32], "eq_cglip": [22, 32], "eq_gb": [1, 2, 3, 30], "eq_gbsa": [4, 30], "eq_hyb": [3, 30], "eq_hybsol": [19, 32], "eq_lipid": [6, 30], "eq_prot": [7, 30], "eq_wt4": [2, 30], "equal": [3, 30], "equilibr": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 30, 32], "equlibr": [8, 30], "eras": [16, 29, 34], "error": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "especi": [27, 33], "essenti": [9, 25, 30, 32], "establish": [9, 13, 30], "estim": [9, 12, 30, 31], "et": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "etc": [29, 34], "ethanolamin": 13, "eukaryot": 13, "evalu": [9, 30], "even": 16, "event": [16, 29, 34], "eventu": [1, 2, 3, 7, 16, 18, 30, 32], "everi": [29, 34], "evid": 16, "ewald": [2, 5, 8, 9, 16, 30], "exact": [12, 31], "examin": [9, 30], "exampl": [1, 2, 3, 4, 5, 8, 9, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "example_3jci": [9, 30], "excess": [7, 30], "excit": [13, 16, 17], "exclus": 16, "execut": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 16, 17, 27, 28, 29, 30, 31, 33, 34], "exequiel": 15, "exhibit": [29, 34], "exit": [1, 2, 3, 4, 5, 6, 7, 8, 9, 27, 29, 30, 33, 34], "exonucleas": [12, 29, 31, 34], "expand": [13, 35], "expect": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 20, 21, 22, 23, 24, 27, 30, 32, 33], "experi": 16, "experiment": [5, 8, 9, 11, 16, 20, 27, 30, 32, 33], "explain": [29, 34], "explicit": [2, 5, 6, 7, 8, 9, 11, 14, 18, 20, 21, 22, 23, 27], "explicitli": [5, 8, 9, 16, 27, 30, 33], "explor": [13, 14, 16, 17], "explos": [7, 16, 30], "expon": [27, 33], "export": [12, 27, 31, 33], "expr": [12, 31], "extend": [16, 24, 27, 29, 32, 33, 34], "extendedsystem": [27, 33], "extens": [11, 12, 13, 17, 19, 24, 29, 31, 32, 34], "extent": [12, 16, 31], "extern": [12, 24, 31, 32], "extra": [9, 16, 30], "extract": [29, 34], "extrem": [4, 21, 29, 30, 32, 34], "ezequiel": 15, "f": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "facilit": [11, 12, 13, 31, 35], "fact": [29, 34], "factor": [16, 26, 27, 33], "fail": [9, 16, 29, 30, 34], "familiar": [1, 6, 9, 10, 12, 24, 25, 28, 30, 31, 32, 33], "fantast": [9, 30], "faq": [6, 7, 22, 23, 24, 30, 32], "far": [5, 8, 9, 16, 27, 30, 33], "farthest": 16, "fast": 16, "fat": [13, 14, 16], "fc": [20, 23, 24, 32], "fcx": [24, 32], "fcy": [24, 32], "fcz": [24, 32], "feasibl": 13, "featur": [5, 9, 11, 12, 13, 16, 20, 23, 24, 27, 29, 30, 31, 32, 33, 34, 35], "feb": 17, "feel": 17, "fernando": 15, "ferreira": [14, 15], "few": [1, 2, 4, 6, 7, 12, 16, 18, 21, 22, 29, 30, 31, 32, 34], "ff": [9, 12, 18, 19, 20, 21, 22, 23, 24, 25, 29, 30, 31, 32, 34], "ff0000": [29, 34], "ff10": [3, 30], "ff12sb": [3, 30], "ff14sb": [3, 9, 16, 29, 30, 34], "ff99bsc0": [3, 30], "ffout": [9, 30], "fiber": [19, 32], "field": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 32, 33, 34, 35], "fifth": [9, 30], "fight": 17, "figur": [3, 7, 9, 12, 13, 23, 24, 29, 30, 31, 32, 34], "file": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 16, 18, 19, 20, 21, 22, 24, 25, 26, 28, 29, 31, 34], "filenam": [9, 29, 30, 34], "fill": 16, "final": [9, 19, 24, 27, 29, 30, 32, 33, 34], "find": [1, 2, 3, 4, 6, 7, 9, 12, 22, 23, 24, 29, 30, 31, 32, 34], "fine": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 20, 21, 22, 23, 24, 27, 30, 32, 33], "finish": [12, 29, 31, 34], "first": [1, 2, 6, 7, 9, 12, 16, 23, 24, 27, 29, 30, 31, 32, 33, 34], "fit": [12, 31], "five": [9, 13, 30], "fix": [6, 7, 9, 16, 18, 19, 20, 21, 22, 23, 24, 30, 32], "fixpdb": [9, 30], "flag": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "flexibl": [13, 17, 27, 29, 33, 34], "florencia": 15, "fluctuat": [6, 7, 12, 16, 30, 31], "fma": [12, 29, 31, 34], "focem": 11, "focu": [12, 13, 14, 29, 31, 34], "focus": 13, "fold": [11, 16], "folder": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 30, 32, 33], "follow": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "font": [29, 34], "fontsiz": [29, 34], "forc": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 32, 33, 34, 35], "forcefield": [19, 32], "forg": [9, 30], "forget": [18, 19, 20, 21, 22, 23, 24, 32], "form": [3, 5, 9, 12, 13, 16, 17, 20, 23, 24, 27, 30, 31, 32, 33], "format": [1, 2, 3, 7, 8, 9, 11, 13, 16, 27, 30, 33], "former": [16, 27, 33], "fortiu": [13, 14], "found": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "foundat": 11, "four": [13, 14, 29, 34], "fourth": [9, 30], "frac": [0, 6, 22, 30, 32], "fragment": [0, 6, 7, 9, 12, 16, 22, 23, 29, 30, 31, 32, 34], "frai": [1, 2, 3, 18, 30, 32], "frame": [12, 29, 31, 34], "framework": [13, 16], "frankensteinian": 16, "free": [11, 12, 16, 17, 29, 31, 34], "freedom": 16, "freeli": [10, 25, 28, 30, 32, 33], "frequent": [7, 13, 16, 30], "frigini": [13, 14, 15, 17], "frizzarin": 17, "from": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34], "frontier": [13, 17], "fulli": 13, "funct": [24, 32], "function": [9, 13, 27, 28, 29, 30, 33, 34], "fund": 11, "further": [14, 24, 32, 35], "furthermor": [29, 34], "g": [0, 2, 5, 6, 7, 8, 9, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "g1107d": 17, "g_select": [20, 32], "g_top2psf": [18, 19, 20, 21, 22, 23, 24, 29, 32, 34], "gaff": [0, 16, 30], "gaff_lipid": [0, 30], "gain": [9, 30], "gamma": [27, 33], "garai": [13, 14, 15, 17], "gb": [1, 3, 4, 30], "gbsa": [29, 34], "gc": [9, 12, 29, 30, 31, 34], "genbank": [3, 30], "genbox": [18, 19, 20, 21, 22, 23, 24, 32], "gener": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 18, 19, 20, 21, 22, 24, 27, 28, 29, 30, 33, 34], "geninit": [7, 30], "genion": [18, 19, 20, 21, 22, 23, 24, 32], "genom": [9, 30], "genrestr": [20, 23, 24, 32], "gensystem": [1, 2, 3, 4, 5, 6, 7, 8, 27, 30, 33], "gentli": 16, "geometr": [29, 34], "get": [5, 8, 9, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 30, 31, 32, 33], "ghost": [29, 34], "gif": [29, 34], "github": [6, 7, 10, 22, 28, 30, 32, 33], "give": [9, 29, 30, 34], "given": [5, 7, 8, 9, 12, 16, 20, 23, 24, 27, 30, 31, 32, 33], "glh": [5, 8, 9, 16, 20, 27, 30, 32, 33], "gliadin": 17, "global": [29, 34], "glu": [9, 16, 30], "glu222": 16, "glutam": [5, 8, 9, 16, 20, 27, 30, 32, 33], "glutamin": 17, "glycam": [8, 30], "glycan": [8, 13, 30], "glycerol": 16, "glycoprot": [8, 30], "glycoprotein": 8, "glycosid": [8, 30], "glycosil": [8, 30], "glycosyl": [11, 35], "gmx": [5, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "gn": [9, 12, 20, 23, 24, 29, 30, 31, 32, 34], "gn_go": [20, 24, 32], "gn_go_soft": [20, 24, 32], "gnac": [8, 30], "gnu": 11, "go": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "go2": [8, 30], "go3": [8, 30], "go4": [8, 30], "go6": [8, 30], "go_gn": [23, 32], "gonzalez": [15, 17, 19, 32], "gonz\u00e1lez": [13, 14, 17], "good": [16, 18, 19, 20, 21, 22, 23, 24, 32], "googl": 17, "gpu": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33, 35], "grace": [6, 22, 29, 30, 32, 34], "gradient": [29, 34], "gradual": [16, 27, 33], "grain": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34, 35], "granular": 16, "grape": 16, "graph": [29, 34], "graphic": [6, 7, 9, 12, 23, 29, 30, 31, 32, 34], "greater": [9, 24, 30, 32], "greatli": 16, "green": [24, 29, 32, 34], "grep": [18, 19, 20, 21, 22, 23, 24, 32], "gro": [18, 19, 20, 21, 22, 23, 24, 32], "gromac": [0, 11, 12, 25, 29, 30, 31, 34], "gromo": [0, 5, 8, 9, 16, 19, 20, 27, 30, 32, 33], "gromos43a1": [0, 30], "gromos43a1_lipid": [0, 30], "gromos53a6_lipid": [0, 30], "grompp": [16, 18, 19, 20, 21, 22, 23, 24, 32], "group": [11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 31, 32, 33], "guanin": [4, 21, 30, 32], "guaranti": 16, "gui": [0, 5, 7, 8, 9, 16, 20, 23, 24, 27, 30, 32, 33], "guid": [10, 12, 24, 25, 28, 29, 30, 31, 32, 33, 34], "gw3": [4, 30], "gw5": [4, 21, 30, 32], "gz": [9, 10, 25, 28, 30, 32, 33], "gzip": [9, 30], "g\u00f3mez": 17, "h": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 29, 30, 32, 33, 34], "ha": [9, 11, 13, 16, 17, 24, 29, 30, 32, 34, 35], "had": [9, 24, 30, 32], "hadden": [9, 30], "hairpin": 16, "hamiltonian": [13, 16], "hand": [9, 16, 30], "handl": [11, 16, 17], "happen": 16, "harvest": 13, "have": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "hb": [29, 34], "head": [7, 13, 16, 23, 30, 32], "header": [9, 30], "heat": [6, 7, 30], "heat_lipid": [6, 30], "heat_prot": [7, 30], "heavi": [1, 2, 3, 4, 6, 18, 21, 22, 30, 32], "height": [29, 34], "hela": [13, 16, 17], "helic": 11, "helix": [1, 2, 3, 16, 18, 29, 30, 32, 34], "help": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "hemichannel": [13, 16, 17], "henc": [5, 8, 9, 16, 20, 27, 30, 32, 33], "here": [1, 2, 4, 9, 12, 18, 21, 24, 29, 30, 31, 32, 34], "herrera": [13, 14, 15, 17], "heterogen": 13, "hex": [29, 34], "hi": [5, 8, 9, 16, 20, 27, 30, 32, 33], "hid": [9, 16, 29, 30, 34], "hidrophob": 16, "hie": [9, 16, 30], "higher": [13, 27, 33], "highli": [7, 13, 16, 23, 30, 32], "highlight": [3, 30], "hip": [9, 30], "histidin": [5, 8, 9, 16, 20, 27, 30, 32, 33], "histor": 16, "hit": [9, 30], "hiv": [3, 30], "holist": [11, 35], "homogen": 17, "homologi": 16, "hour": [5, 7, 8, 9, 20, 23, 24, 27, 30, 32, 33], "how": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 28, 29, 30, 31, 32, 34], "howev": [3, 6, 7, 8, 9, 10, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34], "hsd": 16, "hse": 16, "ht": [29, 34], "htmd": [0, 30], "http": [9, 12, 29, 30, 31, 34], "human": [3, 30], "humberto": 15, "humphrei": [12, 29, 31, 34], "hundr": 16, "hybrid": [16, 17, 19], "hybsol_comb1": [19, 32], "hybsol_comb2": [19, 32], "hybsol_comb3": [19, 32], "hydrat": [2, 5, 6, 7, 8, 9, 16, 27, 30, 33], "hydrogen": [9, 16, 27, 29, 30, 33, 34], "hydrophil": 16, "hydrophob": [7, 13, 16, 30], "i": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35], "i10": [24, 32], "i10_cg": [24, 32], "i10_cg_box": [24, 32], "i10_cg_box2": [24, 32], "i10_cg_em1": [24, 32], "i10_cg_em2": [24, 32], "i10_cg_em3": [24, 32], "i10_cg_eq1": [24, 32], "i10_cg_eq2": [24, 32], "i10_cg_ion": [24, 32], "i10_cg_ion_pul": [24, 32], "i10_cg_md": [24, 32], "i10_cg_md_pbc": [24, 32], "i10_cg_md_pullf": [24, 32], "i10_cg_md_pullx": [24, 32], "i10_cg_smd_f": [24, 32], "i10_cg_smd_f_pbc": [24, 32], "i10_cg_smd_v": [24, 32], "i10_cg_smd_v_pbc": [24, 32], "i10_cg_solv1": [24, 32], "i10_cg_solv2": [24, 32], "i10_cg_solv3": [24, 32], "i10_cg_solv4": [24, 32], "i10_z": [24, 32], "id": [12, 29, 31, 34], "idea": [18, 19, 20, 21, 22, 23, 24, 32], "ideal": 16, "ident": [5, 8, 9, 16, 20, 27, 30, 32, 33], "identifi": [9, 16, 29, 30, 34], "ifdef": [18, 20, 23, 24, 32], "igb": [29, 34], "imag": [6, 7, 9, 16, 22, 24, 29, 30, 32, 34], "imbal": [9, 30], "immunodefici": [3, 30], "immunoglobulin": [24, 32], "immunologi": 17, "impact": [7, 30], "implement": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 16, 19, 28, 30, 32, 33], "impli": 16, "implic": 17, "implicit": [1, 4, 29, 34], "implicitli": [3, 30], "import": [0, 7, 9, 11, 12, 16, 19, 24, 29, 30, 31, 32, 34], "importantli": 16, "imposs": 16, "improp": [12, 29, 31, 34], "impropertyp": [12, 29, 31, 34], "improv": [5, 8, 9, 13, 16, 20, 24, 27, 29, 30, 32, 33, 34], "inaccess": 16, "inch": [29, 34], "includ": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34, 35], "incorpor": [11, 13, 35], "incorrect": [9, 30], "incr": [12, 27, 31, 33], "increas": [6, 7, 9, 22, 27, 30, 32, 33], "increment": [27, 33], "inde": 16, "independ": [23, 32], "index": [5, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "indic": [12, 27, 29, 31, 33, 34], "individu": [11, 16], "induc": 17, "inf": [9, 30], "inflammasom": 17, "info": [2, 5, 7, 9, 12, 16, 27, 29, 30, 31, 33, 34], "inform": [6, 7, 9, 12, 13, 14, 17, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34, 35], "inher": [27, 28, 33], "init_posr": [23, 32], "init_topol": [23, 32], "initi": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 17, 23, 27, 29, 30, 32, 33, 34], "inner": [9, 30], "inpcrd": [9, 30], "input": [16, 18, 19, 20, 21, 22, 23, 24, 28, 29, 32, 34], "inputnam": [27, 33], "insid": [7, 9, 12, 16, 22, 23, 29, 30, 31, 32, 34], "inspect": [9, 16, 30], "instal": [9, 10, 12, 25, 28, 29, 30, 31, 32, 33, 34], "instanc": [12, 29, 31, 34], "instantan": [29, 34], "instead": [9, 27, 30, 33], "institut": 11, "instruct": [10, 12, 25, 27, 28, 29, 30, 31, 32, 33, 34], "insuffici": [7, 30], "integr": [9, 16, 30], "intend": 13, "inter": [0, 16, 30], "interact": [2, 3, 5, 6, 7, 8, 9, 11, 12, 13, 16, 23, 24, 26, 29, 30, 31, 32, 34, 35], "interdisciplinari": 17, "interest": [6, 22, 29, 30, 32, 34], "interfac": [3, 9, 12, 13, 14, 16, 29, 30, 31, 34], "intermolecular": [11, 13, 35], "intern": [29, 34], "interplai": 17, "interpret": 16, "interstic": 16, "intestin": 17, "intra": [11, 35], "intrins": [16, 17], "introduc": [9, 13, 30], "introduct": [25, 32], "intuit": [11, 35], "involv": [8, 13, 30], "ion": [0, 2, 5, 6, 7, 8, 9, 11, 13, 14, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34, 35], "ionic": 9, "isoform": 17, "issu": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "iter": [27, 33], "itp": [18, 19, 20, 23, 24, 32], "its": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 29, 30, 31, 32, 33, 34, 35], "j": [12, 13, 14, 17, 29, 31, 34], "j1": 16, "j2": 16, "j6": 16, "jodi": [9, 30], "jone": 16, "journal": [13, 14, 17], "just": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "k": [2, 5, 6, 7, 8, 9, 12, 13, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "k03455": [3, 30], "kcal": 26, "keep": [9, 24, 29, 30, 32, 34], "keyword": [16, 23, 24, 29, 32, 34], "kind": [5, 8, 9, 16, 20, 27, 30, 32, 33], "kit": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "klein": [12, 13, 14, 15, 17, 29, 31, 34], "know": [29, 34], "known": [11, 22, 23, 24, 32], "kw": [2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "l": [0, 13, 14, 17, 30], "label": [9, 29, 30, 34], "laci": 17, "lack": [5, 9, 20, 23, 24, 27, 30, 32, 33], "lamellar": 16, "langevin": [27, 33], "langevindamp": [27, 33], "langevinhydrogen": [27, 33], "langevinpiston": [27, 33], "langevinpistondecai": [27, 33], "langevinpistonperiod": [27, 33], "langevinpistontarget": [27, 33], "langevinpistontemp": [27, 33], "langevintemp": [27, 33], "larg": [6, 7, 11, 12, 16, 29, 30, 31, 34], "larger": [11, 35], "last": [12, 16, 27, 29, 31, 33, 34], "last_frame_backmap": [29, 34], "late": 13, "later": [9, 10, 16, 23, 24, 25, 28, 29, 30, 32, 33, 34], "latest": [1, 2, 4, 9, 10, 13, 18, 21, 25, 28, 30, 32, 33], "launch": [12, 29, 31, 34], "layer": [9, 24, 30, 32], "layers_radiu": [9, 30], "lead": [5, 7, 8, 9, 16, 20, 27, 30, 32, 33], "leaflet": [6, 16, 22, 30, 32], "leap": [16, 28], "leaprc": [1, 2, 3, 4, 5, 6, 7, 8, 9, 27, 30, 33], "learn": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 31, 32, 33], "least": [9, 30], "leav": 16, "left": [9, 30], "legend": [29, 34], "length": [6, 7, 24, 27, 30, 32, 33], "lennard": 16, "leonardo": 15, "less": [29, 34], "lessen": 13, "let": [9, 12, 17, 30, 31], "level": [3, 5, 8, 9, 11, 12, 13, 14, 16, 17, 20, 22, 23, 27, 30, 31, 32, 33, 35], "leverag": [11, 35], "librari": [29, 34], "licens": [29, 34, 35], "licoric": [29, 34], "life": 17, "ligand": 16, "like": [1, 2, 3, 4, 5, 8, 9, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 32, 33, 34], "limit": [7, 16, 30], "lindex": [12, 31], "line": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 26, 27, 29, 30, 31, 32, 33, 34], "link": [1, 2, 3, 10, 11, 13, 19, 25, 28, 30, 32, 33, 35], "linuxamd64": [12, 29, 31, 34], "lip": [7, 30], "lipid": [0, 6, 13, 14, 16, 17, 19, 22, 29, 34], "lipid11": [0, 16, 30], "lipid_chain_a": [22, 32], "lipid_chain_b": [22, 32], "lipid_chain_f": [23, 32], "lipidbook": [0, 16, 30], "list": [6, 7, 16, 22, 23, 29, 30, 32, 34], "literatur": 16, "liwo": [13, 17], "lj": 16, "ln": [1, 2, 3, 10, 25, 28, 30, 32, 33], "ln1": [24, 32], "load": [1, 2, 3, 4, 5, 6, 7, 8, 9, 27, 29, 30, 33, 34], "loadpdb": [1, 2, 3, 4, 5, 6, 7, 8, 9, 27, 30, 33], "local": [9, 16, 30], "locat": [7, 9, 10, 28, 29, 30, 33, 34], "log": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "long": [1, 2, 3, 4, 5, 6, 7, 8, 9, 14, 16, 18, 20, 21, 22, 23, 24, 27, 30, 32, 33], "longer": [11, 35], "look": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "loop": [12, 27, 31, 33], "lopreiato": 17, "lost": 16, "low": 16, "lower": 16, "lucianna": 15, "luckili": [7, 23, 30, 32], "luoni": 17, "ly": [9, 30], "m": [0, 1, 2, 3, 4, 5, 6, 8, 9, 13, 14, 16, 17, 18, 20, 21, 22, 24, 27, 30, 32, 33], "m2": 16, "m3": 16, "m4": 16, "machado": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 15, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "maciejewski": [0, 30], "macosx": [28, 33], "macro": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 30, 31, 32, 33], "made": [7, 9, 24, 26, 30, 32], "magnesium": [13, 29, 34], "mai": [1, 2, 3, 5, 6, 7, 8, 9, 11, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "main": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "maintain": [27, 33], "mainten": 11, "major": [16, 29, 34], "make": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34], "make_ndx": [16, 18, 19, 20, 21, 22, 23, 24, 32], "mammano": [13, 17], "mandatori": [2, 5, 8, 9, 16, 30], "mani": [12, 16, 19, 27, 29, 31, 32, 33, 34], "manipul": [5, 7, 9, 20, 23, 24, 27, 30, 32, 33], "manual": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "map": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 14, 16, 18, 20, 21, 22, 23, 24, 27, 29, 32, 33, 34], "mar": [29, 34], "march": 16, "marin": 17, "mark": [29, 34], "marrink": [13, 17], "mart\u00edn": 15, "mart\u00ednez": [13, 17], "mask": [7, 30], "mass": [12, 16, 31], "mast": [21, 32], "match": [7, 19, 23, 30, 32], "materi": [10, 13, 25, 28, 29, 30, 32, 33, 34], "matia": 15, "matric": [9, 30], "matrix": [29, 34], "maxcyc": [29, 34], "maximum": [16, 24, 32], "maxwarn": [23, 24, 32], "mb": [12, 29, 31, 34], "md": [1, 2, 3, 9, 10, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35], "md_cgdna": [18, 21, 32], "md_cglip": [22, 32], "md_cgliprot": [23, 32], "md_cgprot": [20, 24, 32], "md_gb": [1, 2, 3, 30], "md_gbsa": [4, 30], "md_hyb": [3, 30], "md_hybsol": [19, 32], "md_lipid": [6, 30], "md_prot": [7, 30], "md_wt4": [2, 5, 8, 30], "mdinfo": [9, 30], "mdp": [16, 18, 19, 20, 21, 22, 23, 24, 32], "mdrun": [18, 19, 20, 21, 22, 23, 24, 32], "mean": [11, 12, 16, 31, 35], "meant": 16, "measur": [12, 24, 31, 32], "mechan": [13, 16, 17, 24, 32], "media": [11, 35], "mediat": 13, "medic": 17, "meet": 16, "melo": 17, "member": 13, "membran": [6, 7, 13, 14, 16, 17, 22, 23, 25], "membuild": [0, 16, 30], "memori": [12, 16, 29, 31, 34], "mention": 16, "menu": [9, 30], "mer": [1, 2, 18, 30, 32], "mercosur": 11, "merg": [16, 18, 32], "messag": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "met": [5, 9, 20, 23, 24, 27, 30, 32, 33], "metal": [11, 13, 14, 29, 34, 35], "method": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "methodologi": [19, 32], "metric": [12, 31], "mgw": [29, 34], "mgx": [29, 34], "mich": 17, "might": [5, 8, 9, 20, 27, 30, 32, 33], "mind": [9, 29, 30, 34], "minim": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 29, 30, 31, 32, 34], "minimization_01": [27, 33], "minimum": [9, 24, 30, 32], "minut": [29, 34], "misplac": [16, 22, 23, 24, 32], "miss": [9, 16, 18, 20, 21, 22, 23, 24, 30, 32], "mix": 17, "mixtur": 13, "mkdir": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 30, 32, 33], "mm": [9, 30], "mobil": [12, 31], "mode": [27, 33], "model": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34, 35], "modif": [11, 13, 14, 16, 26, 35], "modifi": [0, 5, 9, 11, 12, 16, 20, 21, 23, 24, 26, 29, 30, 31, 32, 34], "modul": [1, 2, 3, 4, 5, 6, 7, 8, 9, 20, 23, 24, 27, 28, 29, 30, 32, 33, 34], "moieti": [11, 16, 35], "mol": [0, 12, 18, 19, 20, 21, 22, 23, 24, 26, 27, 29, 30, 31, 32, 33, 34], "molec": [12, 29, 31, 34], "molecul": [0, 1, 2, 4, 5, 6, 8, 9, 11, 12, 13, 16, 18, 19, 20, 21, 22, 24, 27, 29, 31, 33, 34], "molecular": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "moleculetyp": [18, 32], "molinfo": [12, 31], "monom": [23, 32], "monoval": 13, "montevideo": 11, "month": 16, "monticelli": [13, 17], "moral": [13, 14], "more": [6, 7, 9, 10, 11, 12, 13, 14, 16, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "most": [9, 11, 12, 13, 16, 29, 30, 31, 34], "mothod": [12, 29, 31, 34], "motif": 16, "mous": [9, 30], "move": [12, 16, 24, 31, 32], "movebi": [24, 32], "movement": [29, 34], "mpi": [9, 29, 30, 34], "mpirun": [9, 29, 30, 34], "mse": [5, 9, 20, 23, 24, 27, 30, 32, 33], "mtx": [29, 34], "much": [12, 31], "mucos": 17, "multi": [11, 13, 14, 16, 35], "multimicrosecond": [13, 17], "multipl": [12, 31], "multiresolut": 13, "multiscal": [3, 11, 14, 16, 17, 24, 29, 34, 35], "multithread": [12, 29, 31, 34], "must": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 20, 23, 26, 27, 29, 30, 31, 32, 33, 34], "mutagenesi": [13, 16, 17], "mutat": [5, 9, 17, 20, 23, 24, 27, 30, 32, 33], "mv": [9, 30], "mw": [0, 30], "mw_": [0, 30], "my": 16, "myristoyl": 13, "myss": [29, 34], "myss_by_fram": [29, 34], "n": [0, 2, 5, 6, 7, 8, 9, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "n_": [5, 8, 9, 20, 27, 30, 32, 33], "na": [2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "nacl": [2, 5, 6, 7, 8, 9, 18, 20, 21, 22, 23, 24, 27, 30, 32, 33], "namd": [12, 16, 27, 28, 29, 31, 34], "namd2": 28, "namd3": 28, "namd_input": [27, 33], "name": [0, 5, 6, 7, 8, 9, 12, 16, 20, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "nativ": [10, 16, 28, 30, 33], "natur": [11, 16, 35], "navig": [9, 30], "naw": [2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "nbfix": 16, "nc": [1, 2, 3, 4, 5, 6, 7, 8, 9, 30], "ncrst": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 30], "ncyc": [29, 34], "ndx": [18, 19, 20, 21, 22, 23, 24, 32], "ne": 16, "necess": [29, 34], "necessari": [1, 2, 3, 7, 9, 12, 27, 30, 31, 33], "necessarili": 16, "need": [5, 7, 8, 9, 12, 13, 16, 20, 21, 23, 24, 27, 29, 30, 31, 32, 33, 34], "neg": [5, 8, 9, 16, 20, 27, 30, 32, 33], "negatv": [9, 30], "neighbor": [29, 34], "net": [9, 13, 30], "netcdf": [6, 7, 16, 30], "network": 16, "neurosci": [13, 17], "neutral": [5, 8, 9, 16, 20, 23, 24, 27, 29, 30, 32, 33, 34], "new": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "newest": [3, 30], "next": [9, 29, 30, 34], "ng": [22, 32], "ngo": [2, 5, 6, 7, 8, 30], "nitrogen": [5, 8, 9, 20, 27, 30, 32, 33], "nlrp3": 17, "nm": [6, 16, 20, 22, 24, 29, 30, 32, 34], "nn": [18, 20, 21, 22, 23, 24, 32], "nname": [18, 20, 21, 22, 23, 24, 32], "nnb": 16, "nocah": [29, 34], "noload": [29, 34], "nomenclatur": [0, 16, 30], "nomin": [29, 34], "non": [9, 12, 13, 23, 24, 27, 29, 31, 32, 33, 34], "none": [29, 34], "noprint": [29, 34], "nor": 16, "normal": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 20, 21, 22, 23, 24, 27, 30, 32, 33], "note": [9, 11, 30], "notic": [16, 29, 34], "notori": 16, "nov": [29, 34], "novemb": [12, 29, 31, 34], "now": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "np": [9, 18, 19, 20, 21, 22, 23, 24, 30, 32], "npt": [2, 5, 8, 9, 16, 27, 30, 33], "nq": [19, 20, 22, 23, 24, 32], "nquit": [2, 5, 6, 7, 8, 30], "nr": 16, "nstep": [27, 33], "nt": [5, 8, 9, 16, 27, 30, 33], "nu": 16, "nucleic": [11, 12, 13, 29, 31, 34, 35], "nucleotid": [3, 9, 13, 16, 29, 30, 34], "num": [12, 31], "number": [0, 6, 7, 9, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "numfram": [12, 31], "nvt": 16, "nw": 16, "nx": 16, "nxy": [6, 22, 30, 32], "nz": 16, "o": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "o3": [29, 34], "object": [18, 19, 20, 21, 22, 32], "observ": [16, 24, 29, 32, 34], "obtain": [5, 7, 8, 9, 10, 20, 23, 24, 27, 30, 32, 33], "occasion": 16, "occur": [9, 16, 30], "octahedr": [9, 30], "octahedron": [18, 19, 20, 21, 27, 32, 33], "off": [16, 21, 27, 29, 32, 33, 34], "offer": [11, 12, 13, 31, 35], "offici": [10, 25, 28, 30, 32, 33], "often": [16, 29, 34], "oi": 16, "ok": [9, 16, 30], "old": 16, "oldff": [3, 30], "oleic": 13, "oligom": 17, "oligonucleosom": 17, "omit": [29, 34], "onc": [6, 7, 9, 12, 26, 29, 30, 31, 34], "one": [5, 7, 8, 9, 12, 14, 20, 23, 24, 27, 29, 30, 31, 32, 33, 34], "ones": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "onion": 13, "onli": [1, 2, 3, 9, 12, 16, 24, 27, 29, 30, 31, 32, 33, 34], "op1": [9, 30], "op11dc": [9, 30], "op2": [9, 30], "op21dc": [9, 30], "open": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "oper": [9, 10, 12, 28, 29, 30, 31, 33, 34], "opinion": 17, "opl": [0, 5, 8, 9, 16, 19, 20, 27, 30, 32, 33], "oplsa": [0, 30], "opm": [7, 23, 30, 32], "optim": [13, 17, 24, 32], "option": [3, 5, 7, 8, 9, 12, 16, 20, 23, 24, 27, 29, 30, 31, 32, 33, 34], "orang": [3, 7, 23, 30, 32], "order": [9, 11, 16, 23, 24, 27, 30, 32, 33], "ordinari": [29, 34], "org": [9, 29, 30, 34], "organ": [29, 34], "orient": [7, 13, 23, 24, 30, 32], "origin": [9, 16, 29, 30, 34], "orthorhomb": [27, 33], "other": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 29, 30, 32, 33, 34], "otherwis": [5, 8, 9, 16, 20, 27, 29, 30, 32, 33, 34], "our": [6, 7, 11, 12, 13, 16, 22, 29, 30, 31, 32, 34, 35], "out": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 27, 29, 30, 33, 34, 35], "outcom": [29, 34], "outer": [9, 30], "outfil": [12, 31], "outfile_strand1": [12, 31], "outfile_strand2": [12, 31], "outlin": [12, 31], "outnam": [29, 34], "output": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "outputnam": [27, 33], "outsid": [3, 9, 16, 22, 29, 30, 32, 34], "ov": 16, "over": [0, 11, 12, 13, 23, 24, 30, 31, 32, 35], "overal": [16, 29, 34], "overcam": [23, 24, 32], "overcom": 16, "overlap": [7, 16, 30], "overwrit": 16, "ow": [3, 6, 7, 19, 30, 32], "own": [7, 9, 23, 24, 29, 30, 32, 34], "ox": 16, "oxigen": [9, 30], "oxygen": [24, 32], "oz": 16, "p": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "p24": [27, 33], "p31": 17, "p4": [27, 33], "p8": [27, 33], "pablo": 15, "pack": 16, "packag": 16, "packmol": [6, 7, 13, 16, 17, 22, 23, 32], "page": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 17, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34], "pai": [5, 8, 9, 20, 27, 30, 32, 33], "pair": [1, 2, 3, 5, 6, 7, 8, 9, 13, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "pairwis": 16, "palmit": 13, "panel": [29, 34], "pantano": [1, 2, 3, 4, 5, 6, 7, 8, 13, 14, 15, 17, 18, 19, 20, 21, 22, 23, 27, 29, 30, 32, 33, 34], "paper": 13, "parallel": [3, 6, 7, 29, 30, 34], "paramet": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 18, 19, 20, 21, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35], "parm": [1, 2, 3, 4, 5, 6, 7, 9, 16, 27, 30, 33], "parm14sb": [3, 30], "parm7": [8, 27, 30, 33], "parm99sb": [3, 30], "parmbsc0": [3, 30], "parmfil": [27, 33], "parmout": [7, 30], "pars": [27, 28, 33], "parson": [29, 34], "part": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 30, 31, 32, 33], "partial": [11, 16], "particl": [9, 13, 14, 16, 17], "particular": [2, 5, 8, 9, 12, 30, 31], "particularli": [5, 8, 9, 13, 16, 26, 27, 30, 33], "pasteur": 11, "patch": [7, 16, 23, 30, 32], "path": [24, 32], "patient": [29, 34], "patmanidi": [13, 17], "pattern": 13, "pbc": [2, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 29, 30, 31, 32, 34], "pc": 13, "pcv2": [9, 30], "pcv2_6ola_cg": [9, 30], "pcv2_6ola_cg_em1": [9, 30], "pcv2_6ola_cg_em2": [9, 30], "pcv2_6ola_cg_em3": [9, 30], "pcv2_6ola_cg_em4": [9, 30], "pcv2_6ola_cg_em5": [9, 30], "pcv2_6ola_cg_eq1": [9, 30], "pcv2_6ola_cg_eq2": [9, 30], "pcv2_6ola_cg_eq3": [9, 30], "pcv2_6ola_cg_eq4": [9, 30], "pcv2_6ola_cg_md1": [9, 30], "pcv2_6ola_cg_md1_pbc": [9, 30], "pcv2_6ola_cg_solv": [9, 30], "pcv2_6ola_cg_solv_fin": [9, 30], "pcv2_capsid_ok": [9, 30], "pcv2_packmol": [9, 30], "pdb": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 16, 25, 27, 28, 29, 30, 31, 33, 34], "pdb2gmx": [16, 18, 19, 20, 21, 22, 23, 24, 32], "pdb2pqr": [5, 9, 20, 23, 24, 27, 30, 32, 33], "pdb4amber": [5, 8, 9, 16, 27, 30, 33], "pe": 13, "peak": [6, 22, 30, 32], "pemap": [27, 33], "pentam": [7, 23, 30, 32], "peopl": 16, "peptid": [11, 17], "per": [0, 6, 9, 12, 22, 27, 29, 30, 31, 32, 33, 34], "percentag": [29, 34], "perfom": [12, 31], "perform": [1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 16, 18, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "perilla": [9, 30], "period": [2, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "perturb": [24, 32], "ph": [5, 7, 8, 9, 16, 20, 23, 24, 27, 30, 32, 33], "phase": [19, 32], "phenomena": 16, "phi": [29, 34], "philosophi": 13, "phosphat": [6, 9, 13, 22, 23, 30, 32], "phosphatidyl": 13, "phospholamban": [7, 23, 30, 32], "phospholipid": [11, 14, 16, 35], "phosphoryl": [5, 9, 20, 23, 24, 27, 30, 32, 33], "physic": [9, 13, 17, 19, 30, 32], "physicochem": 11, "pink": [29, 34], "piston": [27, 33], "pivot": 13, "pkm": [6, 9, 22, 30, 32], "pl": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "place": [12, 13, 16, 31], "placement": [5, 8, 9, 16, 20, 27, 30, 32, 33], "plai": [11, 16, 35], "plan": [18, 32], "plane": 16, "plasma": 17, "pleas": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "pln": [7, 23, 30, 32], "plot": [6, 12, 22, 24, 29, 30, 31, 32, 34], "plot_ss": [29, 34], "plug": [11, 19, 32, 35], "plugin": [12, 29, 31, 34], "pmemd": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 29, 30, 34], "pname": [18, 19, 20, 21, 22, 23, 24, 32], "png": [29, 34], "po": [18, 19, 20, 21, 22, 24, 32], "pocket": 16, "point": [9, 12, 16, 27, 30, 31, 33], "polar": [13, 29, 34], "polyglutamin": 17, "polym": [25, 32], "polysaccharid": 13, "poorli": 16, "pop": 16, "popular": [11, 16, 35], "porasso": 17, "porcin": [9, 30], "pore": [7, 16, 30], "port": 16, "posit": [6, 9, 13, 16, 18, 20, 22, 24, 27, 29, 30, 33, 34], "position_restraint": [24, 32], "positv": [9, 30], "posr": [18, 20, 23, 24, 32], "posre_bb": [23, 32], "posre_lipid_chain_f": [23, 32], "posre_protein": [23, 32], "posre_pz": [23, 32], "posrebb": [23, 32], "posres_wat": [24, 32], "posrez": [23, 32], "possibl": [0, 5, 7, 8, 9, 16, 20, 23, 24, 27, 30, 32, 33], "post": [11, 13, 14, 16, 35], "potassium": 13, "potenti": [9, 16, 27, 30, 33], "power": [12, 31], "ppcv2_6ola_cg": [9, 30], "pqr": [5, 7, 9, 20, 23, 24, 27, 30, 32, 33], "practic": [12, 16, 31], "pragmat": [13, 17], "pre": [7, 16, 23, 30, 32], "preassembl": [6, 22, 30, 32], "precis": 11, "predefin": [24, 32], "prefer": [12, 31], "prepar": [20, 23, 24, 29, 32, 34], "presenc": [5, 8, 9, 16, 19, 27, 30, 32, 33], "present": [9, 16, 30], "preserv": [1, 2, 4, 5, 6, 8, 9, 13, 16, 18, 20, 21, 22, 27, 30, 32, 33], "pressur": [16, 27, 33], "preval": 11, "prevent": [7, 9, 16, 30], "previou": [9, 27, 30, 33], "previous": [7, 9, 12, 23, 29, 30, 31, 32, 34], "prieto": 17, "prime": 13, "principl": 16, "print": [12, 29, 31, 34], "printljmatrix": 16, "prior": [9, 18, 19, 20, 21, 22, 23, 24, 27, 29, 34], "prmtop": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 27, 30, 33], "probabl": [16, 18, 20, 21, 22, 23, 24, 32], "probe": [12, 24, 31, 32], "problem": [9, 16, 18, 19, 20, 21, 22, 23, 24, 29, 30, 32, 34], "problemat": 16, "procedur": [9, 19, 23, 29, 30, 32, 34], "proceed": [9, 24, 30, 32], "process": [2, 5, 6, 7, 8, 9, 11, 12, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "processor": [27, 33], "produc": [16, 29, 34], "product": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 30, 32], "prof": [9, 30], "profil": [6, 11, 22, 30, 32, 35], "program": [9, 10, 11, 12, 25, 26, 28, 29, 30, 31, 32, 33, 34], "progress": [12, 27, 29, 31, 33, 34], "promot": [3, 30], "prompt": [12, 16, 18, 19, 20, 21, 22, 23, 24, 29, 31, 32, 34], "pronounc": 16, "proper": [7, 16, 23, 24, 30, 32], "properli": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "propka": [9, 30], "propos": [29, 34], "prot": [27, 33], "prot_restraint": [27, 33], "protein": [3, 5, 8, 9, 11, 12, 14, 16, 17, 20, 24, 25, 29, 31, 34, 35], "protein_chain_": [23, 32], "protein_chain_a": [20, 23, 24, 32], "protein_chain_b": [23, 32], "protein_chain_c": [23, 32], "protein_chain_d": [23, 32], "proteom": 17, "protmem": [7, 30], "protocol": [16, 29, 34], "protom": [9, 30], "proton": [5, 7, 8, 9, 11, 13, 16, 20, 23, 24, 27, 29, 30, 32, 33, 34], "prototyp": 13, "provi": [28, 33], "provid": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34, 35], "proxim": 16, "pseudo": [29, 34], "psf": [12, 18, 19, 20, 21, 22, 23, 24, 29, 31, 32, 34], "psfplugin": [12, 29, 31, 34], "psi": [29, 34], "ptm": 16, "public": [11, 17], "publish": [11, 12, 17, 29, 31, 34], "pull1": [24, 32], "pull2": [24, 32], "pump": 13, "purpl": [24, 29, 32, 34], "put": [9, 12, 29, 30, 31, 34], "px": [4, 29, 30, 34], "py": [29, 34], "python": [29, 34], "q": [6, 7, 18, 20, 21, 22, 23, 24, 30, 32], "qn": [7, 23, 30, 32], "quad": [0, 30], "quantifi": [12, 31], "quantum": [13, 14], "question": [1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "quit": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 27, 29, 30, 31, 33, 34], "quotat": [29, 34], "r": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 17, 18, 19, 20, 21, 23, 24, 29, 30, 32, 34], "r_1": [23, 32], "radii": [12, 16, 29, 31, 34], "radiu": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "ramach": [29, 34], "ramachandran": 16, "randomli": 16, "rang": [9, 12, 13, 14, 16, 27, 30, 31, 33], "rapid": 16, "rate": [12, 29, 31, 34], "rather": 16, "raw": [9, 30], "rcsb": [9, 30], "re": 16, "reach": [9, 12, 30, 31], "read": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 14, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "reader": [5, 7, 8, 9, 20, 23, 24, 27, 30, 32, 33], "readi": [9, 26, 30], "reason": 16, "rebuild": 16, "recalcul": [29, 34], "recent": 13, "recogn": [9, 16, 18, 19, 20, 21, 22, 23, 24, 30, 32], "recognit": [11, 13], "recommend": [1, 5, 6, 7, 8, 9, 10, 12, 16, 20, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "reconstruct": [9, 29, 30, 34], "record": [9, 30], "recov": [29, 34], "red": [12, 24, 29, 31, 32, 34], "redistribut": 11, "reduc": [6, 7, 16, 30], "ref": [2, 5, 6, 7, 8, 9, 30], "refcoord": 16, "refer": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 16, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34], "refin": [7, 13, 23, 29, 30, 32, 34], "reflect": 13, "regard": [5, 8, 9, 16, 20, 27, 30, 32, 33], "regardless": [5, 8, 9, 16, 20, 27, 30, 32, 33], "region": [3, 7, 9, 12, 13, 24, 30, 31, 32], "regular": 11, "relat": [9, 17, 30], "relax": [8, 16, 30], "releas": [10, 16, 28, 30, 33], "relev": [9, 11, 16, 30], "remain": [16, 19, 27, 32, 33], "rememb": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "remov": [7, 9, 16, 20, 22, 23, 24, 30, 32], "renam": [4, 5, 8, 9, 16, 19, 21, 27, 30, 32, 33], "rep": [29, 34], "repair": [12, 29, 31, 34], "replac": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "replic": 16, "report": [1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "repres": [2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34, 35], "represent": [11, 13, 16, 19, 29, 34], "reproduc": [11, 13], "request": [1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "requir": [0, 5, 6, 7, 8, 9, 11, 12, 16, 20, 22, 23, 24, 27, 29, 31, 34], "research": [9, 12, 17, 29, 30, 31, 34], "resembl": [12, 13, 31], "resid": [27, 33], "residu": [0, 1, 2, 3, 4, 5, 7, 8, 9, 11, 12, 16, 18, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "residuetyp": [16, 25, 32], "resign": 16, "resize_box": [6, 7, 30], "resnam": [9, 20, 22, 24, 30, 32], "resolut": [11, 13, 16, 17, 35], "respect": [3, 5, 8, 9, 12, 16, 20, 23, 27, 29, 30, 31, 32, 33, 34], "respons": [11, 24, 32], "restart": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 27, 30, 33], "restrain": [1, 2, 3, 5, 7, 8, 9, 16, 20, 23, 24, 27, 30, 32, 33], "restraint": [1, 2, 3, 9, 16, 18, 20, 24, 30], "restraintmask": [5, 8, 30], "restrict": [12, 27, 31, 33], "result": [2, 3, 5, 6, 7, 8, 9, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "reticulum": 13, "retriev": [29, 34], "return": [9, 29, 30, 34], "review": [13, 17, 27, 29, 33, 34], "rewrit": [27, 33], "rg": [12, 31], "rgyr": [12, 31], "rgyr_protein": [12, 31], "rho": [0, 30], "rho_": [0, 30], "rhombic": [27, 33], "ri": [5, 8, 9, 16, 23, 27, 30, 32, 33], "rich": 17, "right": [1, 2, 3, 4, 5, 6, 7, 8, 9, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "ring": [8, 13, 30], "rj": [5, 8, 9, 16, 27, 30, 33], "rm_close_wl": [24, 32], "rm_close_wt4": [20, 22, 23, 24, 32], "rmsd_nucl": [12, 31], "rmsd_nucleic": [12, 31], "rmsd_prot": [12, 31], "rmsd_protein": [12, 31], "rmsd_protein_dispdev": [12, 31], "rmsf_dna_strand1_tcl": [12, 31], "rmsf_dna_strand2_tcl": [12, 31], "rmsf_nucl_strand1": [12, 31], "rmsf_nucl_strand2": [12, 31], "rmsf_nucleic": [12, 31], "rmsf_prot": [12, 31], "rmsf_protein": [12, 31], "rmsf_strand1": [12, 31], "rmsf_strand2": [12, 31], "role": [16, 17], "root": [5, 8, 9, 12, 16, 27, 29, 30, 31, 33, 34], "rotat": [9, 12, 24, 30, 31, 32], "rough": [29, 34], "rst": [1, 2, 3, 27, 30, 33], "rst7": [8, 9, 30], "rule": [9, 16, 19, 30, 32], "run": [10, 16, 17, 26, 28, 29, 34], "ruzzen": 17, "s2": 16, "s3": [0, 16, 30], "s3_lipid": [0, 30], "s4": 16, "sacrific": 11, "said": 16, "salt": [2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "same": [5, 7, 8, 9, 11, 12, 16, 20, 22, 23, 24, 26, 27, 29, 30, 31, 32, 33, 34, 35], "sampl": [16, 24, 32], "sander": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 30], "santo": [13, 14, 15, 17], "sar": 17, "sarcoendoplasm": 13, "sasa_protein_nobackbon": [12, 31], "satisfi": 16, "save": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 23, 24, 27, 29, 30, 31, 32, 33, 34], "saveamberparm": [9, 27, 30, 33], "saveamberparmnetcdf": [1, 2, 3, 4, 5, 6, 7, 8, 9, 30], "savepdb": [9, 27, 30, 33], "scaffold": 16, "scale": [9, 11, 13, 14, 16, 27, 30, 33, 35], "scg": [24, 32], "scheme": [5, 6, 7, 8, 9, 13, 16, 20, 22, 23, 24, 27, 30, 32, 33], "scholar": 17, "schulten": [12, 29, 31, 34], "sch\u00fcller": 17, "scienc": 17, "scientif": [11, 35], "screen": [12, 31], "script": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34, 35], "sebasti\u00e1n": 15, "sec": [12, 29, 31, 34], "second": [7, 9, 24, 30, 32], "secondari": 16, "section": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35], "sed": [4, 9, 21, 30, 32], "see": [2, 5, 6, 7, 8, 9, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "seed": 17, "seen": 16, "segment": [11, 12, 29, 31, 34], "sel": [12, 29, 31, 34], "select": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "seleno": [5, 9, 20, 23, 24, 27, 30, 32, 33], "self": [11, 12, 17, 31, 35], "sensibl": 16, "sensit": 16, "sep": [5, 9, 20, 23, 24, 27, 30, 32, 33], "separ": [1, 2, 3, 10, 18, 24, 29, 30, 32, 34], "seq": [6, 7, 30], "sequenc": [5, 8, 9, 16, 27, 30, 33], "ser": [5, 9, 20, 23, 24, 27, 30, 32, 33], "serca": 13, "sergio": 15, "serial": 16, "serin": 13, "serv": [12, 24, 31, 32], "server": [5, 7, 8, 9, 20, 23, 24, 27, 30, 32, 33], "session": [29, 34], "set": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 16, 17, 18, 19, 20, 21, 22, 23, 27, 29, 31, 34, 35], "setbox": [7, 16, 30], "setcpuaffin": [27, 33], "setup": [11, 16, 27, 33, 35], "sever": [6, 7, 11, 13, 16, 30, 35], "sf": [23, 32], "sh": [9, 30], "shape": 13, "she": [5, 8, 9, 16, 27, 30, 33], "sheet": [16, 29, 34], "shell": [13, 16, 19, 32], "shift": 16, "shinoda": [13, 17], "short": [6, 7, 16, 30], "should": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 27, 29, 30, 32, 33, 34], "show": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "showcas": [12, 31], "shown": [12, 29, 31, 34], "shrink": 16, "side": [3, 5, 6, 7, 8, 9, 11, 12, 13, 16, 20, 23, 24, 27, 30, 31, 32, 33], "sidechain": [29, 34], "sieradzan": [13, 17], "signific": [11, 35], "significantli": [13, 27, 33], "silico": [13, 16, 17], "silva": [13, 14, 15], "sim": [0, 30], "similar": [12, 16, 23, 24, 29, 31, 32, 34], "similarli": [5, 8, 9, 12, 16, 20, 27, 30, 31, 32, 33], "simpl": [12, 14, 16, 31, 35], "simpli": [7, 23, 30, 32], "simul": [10, 11, 12, 14, 16, 17, 25, 28, 29, 31, 34, 35], "sinc": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "singh": [13, 17], "singl": [9, 12, 13, 16, 29, 30, 31, 34], "singleword": [29, 34], "sirah": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 14, 16, 18, 19, 20, 21, 22, 23, 24, 27, 31], "sirah_": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 23, 24, 25, 27, 28, 30, 32, 33], "sirah_acid": [29, 34], "sirah_backbon": [12, 27, 29, 31, 33, 34], "sirah_backmap": [29, 34], "sirah_bas": [29, 34], "sirah_dispdev": [29, 34], "sirah_glycan": [8, 30], "sirah_help": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "sirah_ion": [29, 34], "sirah_macro": [29, 34], "sirah_membran": [7, 23, 29, 30, 32, 34], "sirah_neutr": [29, 34], "sirah_nucl": [12, 29, 31, 34], "sirah_polar": [29, 34], "sirah_prot": [5, 8, 9, 16, 20, 27, 30, 32, 33], "sirah_protein": [7, 12, 23, 27, 29, 30, 31, 32, 33, 34], "sirah_radii": [29, 34], "sirah_restyp": [29, 34], "sirah_ss": [16, 29, 34], "sirah_vmdtk": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "sirah_wat": [29, 34], "sirah_x2": [10, 25, 28, 30, 32, 33], "situat": [5, 8, 9, 13, 16, 20, 27, 30, 32, 33], "six": 13, "size": [3, 6, 7, 9, 12, 13, 16, 22, 24, 27, 29, 30, 31, 32, 33, 34], "skinnb": [6, 7, 30], "skip": [7, 12, 23, 29, 30, 31, 32, 34], "sl": [22, 32], "slice": [6, 7, 30], "slipid": [0, 16, 30], "small": [6, 7, 9, 11, 16, 17, 27, 29, 30, 33, 34], "smd": 24, "smd_f": [24, 32], "smd_force_cgprot": [24, 32], "smd_v": [24, 32], "smd_velocity_cgprot": [24, 32], "smoothli": [19, 32], "sn1": 16, "sn2": 16, "so": [6, 7, 9, 12, 16, 19, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "social": [11, 35], "sodium": 13, "soft": [5, 8, 9, 20, 24, 27, 30, 32, 33], "soften": [27, 33], "softwar": [9, 11, 12, 16, 18, 19, 20, 21, 22, 23, 24, 29, 31, 34], "sol": [19, 32], "solut": [2, 5, 6, 7, 8, 9, 13, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "solv": [16, 18, 19, 20, 21, 22, 23, 24, 29, 32, 34], "solvat": [2, 5, 6, 7, 8, 9, 13, 14, 16, 17, 27, 29, 30, 33, 34], "solvatebox": [6, 7, 27, 30, 33], "solvateoct": [2, 5, 8, 9, 30], "solvent": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 31, 34, 35], "some": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 16, 18, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34, 35], "someth": [12, 31], "sometim": [16, 29, 34], "soon": 16, "sourc": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 26, 27, 29, 30, 31, 33, 34], "south": 16, "souza": [13, 17], "so\u00f1ora": [9, 13, 14, 15, 17, 30], "space": [9, 16, 30], "spatial": [12, 31], "spc": [19, 32], "spc216": [19, 32], "specbond": [16, 21, 25, 32], "speci": [2, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "special": [5, 8, 9, 16, 20, 27, 30, 32, 33], "specif": [5, 8, 10, 11, 12, 16, 18, 19, 20, 21, 22, 24, 27, 28, 30, 31, 32, 33], "specifi": [16, 24, 27, 32, 33], "speed": [11, 16, 19, 32, 35], "speedup": [11, 35], "sphere": [7, 12, 23, 30, 31, 32], "split": [9, 16, 30], "spontan": 11, "squar": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 20, 21, 22, 23, 24, 27, 30, 31, 32, 33], "src": 26, "ss": [29, 34], "ss_by_fram": [29, 34], "ss_by_r": [29, 34], "ss_global": [29, 34], "sscach": [29, 34], "sscache_data": [29, 34], "sse2": [12, 29, 31, 34], "stabil": [6, 7, 16, 23, 30, 32], "stabl": [10, 28, 30, 33], "stage": [9, 27, 29, 30, 33, 34], "stand": [12, 16, 31], "standard": [6, 7, 10, 16, 22, 23, 25, 28, 29, 30, 32, 33, 34], "start": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "state": [5, 7, 8, 9, 11, 12, 13, 16, 20, 23, 24, 27, 29, 30, 31, 32, 33, 34], "statement": 16, "statu": [29, 34], "steepest": [29, 34], "steer": [24, 32], "steffano": 15, "step": [3, 6, 7, 9, 12, 16, 18, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "step3_input": [8, 30], "still": [11, 29, 34], "stipul": [24, 32], "stockholm": [0, 30], "stop": [9, 30], "store": [16, 29, 34], "straight": [29, 34], "straightforward": [9, 30], "strand": [1, 2, 12, 18, 30, 31, 32], "strand1": [12, 31], "strand2": [12, 31], "strateg": 13, "strategi": [13, 16], "stress": 17, "stretch": [24, 32], "strict": 16, "strip": [7, 30], "strongli": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "structur": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 31, 32, 33, 35], "studi": [3, 10, 11, 13, 16, 17, 24, 28, 30, 32, 33, 35], "stuff": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 20, 21, 22, 23, 24, 27, 30, 32, 33], "subcellular": [13, 14], "submit": [5, 9, 20, 23, 24, 27, 30, 32, 33], "subsequ": [9, 16, 30], "substitut": [18, 19, 20, 21, 22, 23, 24, 32], "subunit": [9, 30], "success": 11, "successfulli": [9, 30], "suffer": 16, "suffici": [29, 34], "sugar": 13, "suggest": [9, 30], "suit": [9, 13, 14, 17, 27, 29, 30, 33, 34], "suitabl": 13, "summari": [11, 29, 34], "superimpos": [12, 31], "support": [11, 16, 29, 34], "supra": [13, 14, 17, 24, 32], "supracg": 13, "sure": [5, 8, 9, 16, 20, 27, 29, 30, 32, 33, 34], "surfac": [6, 12, 16, 22, 24, 30, 31, 32], "surround": [9, 13, 19, 30, 32], "swap": 16, "switch": [16, 23, 32], "sx": 16, "symbol": [1, 2, 3, 10, 25, 28, 30, 32, 33], "symmetr": [9, 30], "symmetri": [9, 30], "symposium": 17, "synopsi": 13, "system": [2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 25, 27, 28, 31, 33, 35], "systemat": 16, "t": [0, 12, 13, 16, 17, 19, 24, 27, 29, 30, 31, 32, 33, 34], "tab": [6, 7, 9, 29, 30, 34], "tabl": [0, 6, 7, 19, 22, 23, 30, 32], "tail": [16, 22, 27, 32, 33], "take": [5, 6, 7, 8, 9, 12, 20, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "taken": [12, 31], "tandem": 13, "tapia": [13, 14], "tar": [10, 16, 25, 28, 30, 32, 33], "target": [27, 33], "task": [29, 34], "tata": [3, 30], "tbp": [3, 30], "tbphiv": [3, 30], "tcbg": [28, 33], "tcl": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "technic": 16, "technologi": 17, "tek": 17, "temp": [27, 33], "temperatur": [27, 33], "ter": [9, 16, 20, 23, 24, 30, 32], "term": [11, 12, 16, 29, 31, 34], "termin": [5, 8, 9, 16, 18, 20, 23, 24, 27, 30, 32, 33], "termini": [5, 8, 9, 12, 16, 27, 30, 31, 33], "terminu": [24, 32], "test": [7, 16, 19, 30, 32], "text": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 24, 27, 30, 32, 33], "tgz": [10, 25, 28, 30, 32, 33], "than": [9, 16, 24, 27, 29, 30, 32, 33, 34], "thei": [5, 8, 9, 16, 19, 20, 27, 29, 30, 32, 33, 34], "them": [1, 2, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "theoret": [12, 31], "theori": [12, 13, 14, 17, 31], "therefor": [9, 11, 24, 30, 32], "therein": [1, 2, 3, 4, 5, 8, 9, 18, 19, 20, 21, 22, 23, 24, 30, 32], "thermostat": [27, 33], "thi": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35], "thick": [6, 22, 30, 32], "third": [9, 30], "those": [1, 2, 4, 5, 7, 8, 9, 16, 18, 21, 27, 30, 32, 33], "though": [9, 16, 30], "three": [9, 13, 27, 29, 30, 33, 34], "threshold": 16, "through": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "thu": [9, 12, 24, 28, 29, 30, 31, 32, 33, 34], "thy": [20, 23, 24, 32], "thymin": [4, 21, 30, 32], "tick": [29, 34], "tieleman": [0, 30], "tieleman_lipid": [0, 6, 7, 22, 23, 30, 32], "tilt": 13, "time": [3, 6, 7, 11, 12, 16, 24, 27, 29, 30, 31, 32, 33, 34, 35], "tip": [6, 7, 9, 16, 17, 22, 23, 27, 30, 32, 33], "tip3p": [19, 32], "titin": [24, 32], "titl": [29, 34], "title_s": [29, 34], "titrat": [9, 30], "tk": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "tleap": [1, 2, 3, 4, 5, 6, 7, 8, 9, 27, 29, 30, 33, 34], "togeth": [9, 29, 30, 34], "too": [5, 8, 9, 12, 16, 27, 30, 31, 33], "tool": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 32, 33, 35], "top": [12, 18, 19, 20, 21, 22, 23, 24, 27, 29, 31, 32, 33, 34], "topol": [18, 19, 20, 21, 22, 23, 24, 32], "topol_": [23, 32], "topol_lipid_chain_f": [23, 32], "topol_protein_chain_": [23, 32], "topologi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35], "torsion": [29, 34], "total": [5, 8, 9, 12, 16, 20, 27, 29, 30, 31, 32, 33, 34], "tpo": [5, 9, 20, 23, 24, 27, 30, 32, 33], "tpr": [18, 19, 20, 21, 22, 23, 24, 32], "trace": [16, 18, 20, 21, 22, 23, 24, 32], "tracker": [1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "trade": 16, "trajectori": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "trajout": [6, 7, 30], "transaxi": [24, 32], "transfectan": [13, 16, 17], "transfer": 17, "transient": 16, "transit": [29, 34], "translat": [9, 11, 12, 13, 14, 16, 30, 31, 35], "transmembran": 17, "treat": [3, 5, 8, 9, 13, 16, 20, 27, 30, 32, 33], "treatment": [7, 23, 30, 32], "trex": [12, 29, 31, 34], "trial": [7, 9, 30], "triangular": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 20, 21, 22, 23, 24, 27, 30, 32, 33], "trick": [9, 17, 30], "tricki": 16, "triclin": [24, 32], "trim": [7, 30], "tripl": 13, "trjconv": [18, 19, 20, 21, 22, 23, 24, 32], "truncat": [9, 27, 30, 33], "try": [5, 8, 9, 16, 27, 29, 30, 33, 34], "ttsize": [29, 34], "tu": [29, 34], "tune": [2, 5, 6, 7, 8, 9, 27, 30, 33], "turn": [27, 33], "tutori": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "tutorialx": [10, 25, 28, 30, 32, 33], "tw3": [4, 30], "tw5": [4, 21, 30, 32], "two": [3, 6, 9, 12, 13, 16, 22, 24, 29, 30, 31, 32, 34], "type": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34], "typic": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "tyr": [5, 9, 27, 30, 33], "u": [9, 29, 30, 34, 35], "ua_lipid": [0, 30], "uiuc": [12, 29, 31, 34], "umbrella": [16, 24, 32], "unambigu": 16, "unbias": [11, 14], "unbound": 16, "uncompress": [10, 25, 28, 30, 32, 33], "under": [11, 16, 24, 32], "undergo": [29, 34, 35], "understand": [9, 30], "unfold": 16, "unit": [0, 5, 8, 16, 27, 29, 33, 34], "univers": 16, "unix": [28, 33], "unknown": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "unless": [29, 34], "unmodifi": [5, 9, 20, 23, 24, 27, 30, 32, 33], "unnecessari": [10, 30], "unpair": [29, 34], "unreal": [29, 34], "until": [16, 18, 20, 21, 22, 23, 24, 32], "unusu": [29, 34], "unwant": [7, 30], "up": [1, 2, 3, 4, 5, 6, 7, 8, 13, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 29, 34, 35], "updat": [9, 13, 30, 35], "upload": [27, 33], "upon": 35, "ur": [18, 19, 20, 21, 24, 32], "uruguai": [11, 16], "us": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34], "usag": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 13, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 32, 33, 34], "useconstantarea": [27, 33], "useflexiblecel": [27, 33], "usegrouppressur": [27, 33], "user": [0, 5, 6, 7, 8, 9, 10, 12, 16, 20, 22, 23, 25, 27, 28, 29, 30, 31, 32, 33, 34], "util": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "v": [0, 12, 17, 24, 30, 31, 32], "vacuum": [6, 7, 16, 29, 30, 34], "valid": [16, 29, 34], "valu": [6, 7, 9, 12, 24, 27, 29, 30, 31, 32, 33, 34], "van": [16, 29, 34], "vanni": [13, 17], "vari": [6, 7, 9, 12, 13, 30, 31], "variou": [9, 11, 13, 30], "vdw": [16, 29, 34], "vdwradii": 16, "vecinvert": [24, 32], "vector": [12, 31], "vel": [27, 33], "veloc": [24, 27, 32, 33], "veri": [16, 29, 34], "verifi": [9, 30], "verli": 13, "version": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "versu": [12, 24, 29, 31, 32, 34], "via": [29, 34], "video": [9, 30], "view": [9, 11, 14, 30, 35], "viral": [9, 13, 16], "virion": [9, 30], "virologi": [9, 17, 30], "viru": [3, 9, 13, 14, 17, 30], "virus": [9, 13, 17, 30], "visit": [6, 7, 12, 14, 17, 29, 30, 31, 34], "visual": [10, 11, 14, 16, 25, 28], "vitro": [13, 16, 17], "vlp": 13, "vlp_cg_em1": [9, 30], "vlp_cg_em2": [9, 30], "vlp_cg_em3": [9, 30], "vlp_cg_em4": [9, 30], "vlp_cg_em5": [9, 30], "vlp_cg_eq1": [9, 30], "vlp_cg_eq2": [9, 30], "vlp_cg_eq3": [9, 30], "vlp_cg_eq4": [9, 30], "vlp_cg_md1": [9, 30], "vmd": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 30, 32, 33], "vmd_command": [29, 34], "void": 16, "volum": [9, 30], "w": [0, 12, 13, 17, 29, 30, 31, 34], "wa": [5, 6, 9, 11, 12, 13, 14, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "waal": [16, 29, 34], "wai": [7, 16, 23, 30, 32], "wait": [12, 29, 31, 34], "waitfor": [12, 27, 29, 31, 33, 34], "want": [10, 12, 18, 24, 28, 29, 30, 31, 32, 33, 34], "warn": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "wast": 16, "wat": [13, 14, 16], "wataru": [13, 17], "watels": [13, 24, 32], "water": [7, 9, 11, 12, 13, 16, 17, 19, 24, 27, 29, 30, 31, 32, 33, 34], "watfour": [2, 5, 6, 7, 8, 9, 13, 18, 20, 21, 22, 23, 24, 27, 30, 32, 33], "watson": [1, 2, 3, 13, 18, 30, 32], "wc": [18, 32], "wc_rst": [18, 32], "we": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "websit": [9, 12, 29, 30, 31, 34, 35], "weight": [9, 30], "well": [3, 16, 19, 30, 32], "were": [2, 5, 6, 7, 8, 9, 12, 14, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "wget": [9, 30], "what": [9, 16, 30], "when": [5, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "where": [5, 8, 9, 13, 16, 27, 29, 30, 33, 34], "whether": [9, 16, 30], "which": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34, 35], "while": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "who": 16, "whole": [5, 7, 8, 9, 12, 16, 20, 23, 24, 27, 29, 30, 31, 32, 33, 34], "why": 16, "wide": 16, "width": [29, 34], "wilei": 17, "window": [6, 7, 12, 23, 29, 30, 31, 32, 34], "wish": [12, 14, 31], "within": [1, 2, 3, 4, 7, 9, 11, 12, 13, 14, 16, 17, 19, 20, 22, 23, 24, 29, 30, 31, 32, 34, 35], "without": [9, 11, 12, 13, 16, 18, 27, 29, 30, 31, 32, 33, 34, 35], "wl": [13, 24, 29, 32, 34], "wlsbox": [24, 32], "won": [0, 16, 29, 30, 34], "word": 16, "work": [3, 5, 8, 10, 11, 12, 14, 16, 19, 25, 27, 28, 29, 31, 32, 33, 34], "workshop": [9, 30], "would": [12, 29, 31, 34], "wp1": [18, 19, 20, 21, 22, 23, 24, 32], "wrap": [13, 17], "write": [24, 29, 32, 34], "writepdb": [24, 27, 32, 33], "wrong": [5, 8, 9, 16, 20, 27, 30, 32, 33], "wt": [0, 29, 30, 34], "wt4": [0, 2, 5, 6, 7, 8, 9, 12, 13, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "wt416": [18, 20, 21, 22, 23, 24, 32], "wt4_in": [9, 30], "wt4_out": [9, 30], "wt4box": [2, 5, 6, 7, 8, 9, 27, 30, 33], "wt4tip3p": [19, 32], "www": [12, 29, 31, 34], "x": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 32, 33, 34], "x2_19": 16, "xf": [29, 34], "xlab": [29, 34], "xmgrace": [6, 12, 22, 24, 30, 31, 32], "xsc": [27, 33], "xtc": [12, 18, 19, 20, 21, 22, 23, 24, 29, 31, 32, 34], "xtick": [29, 34], "xtsize": [29, 34], "xvg": [22, 24, 29, 32, 34], "xy": [6, 7, 16, 30], "xyz": [23, 32], "xzvf": [10, 25, 28, 30, 32, 33], "y": [2, 5, 6, 7, 8, 9, 22, 24, 27, 29, 30, 32, 33, 34], "yang": [13, 17], "ye": 16, "year": 16, "yellow": [3, 29, 30, 34], "yf": [29, 34], "ylab": [29, 34], "you": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "your": [5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "your_output_nam": [27, 33], "your_restraint": [27, 33], "your_system": [27, 33], "your_vlp": [9, 30], "your_vlp_aa": [9, 30], "your_vlp_aa_sslink": [9, 30], "yourminimization_01": [27, 33], "ytick": [29, 34], "ytsize": [29, 34], "z": [6, 7, 9, 16, 22, 23, 24, 27, 30, 32, 33], "zanni": 17, "zanotti": 17, "zeida": [13, 14, 15, 17], "zero": [16, 22, 32], "zika": [13, 17], "zinc": 13, "znx": [29, 34], "zonta": [13, 17], "\u00e5": [9, 12, 30, 31], "\u03b1": [29, 34], "\u03b2": [29, 34], "\u03bc": [29, 34]}, "titles": ["Calculating ionic concentrations", "1.1. Build CG representations", "2.1. Build CG representations", "3.1. Build CG representations", "4.1. Build CG representations", "5.1. Build CG representations", "6.1. Build CG representations", "7.1. Build CG representations", "8.1. Build CG representations", "9.1. Structure preprocessing", "Required Software", "About SIRAH", "Loading the Trajectory", "Background", "Citations", "Developers", "FAQs", "Further Reading", "1.1. Build CG representations", "2.1. PDB to GROMACS format", "3.1. Build CG representations", "4.1. Build CG representations", "5.1. Build CG representations", "6.1. Build CG representations", "7.1. Setting pulling direction", "Required Software", "Recompiling Namd", "1.1. Build CG representations", "Required Software", "Visualization of CG systems", "AMBER", "Basic analyses VMD", "GROMACS", "NAMD", "SIRAH tools", "Welcome to SIRAH FF documentation"], "titleterms": {"1": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 30, 31, 32, 33], "2": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 30, 31, 32, 33], "3": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "4": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "5": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 20, 21, 22, 23, 24, 27, 30, 32, 33], "6": [6, 7, 9, 23, 24, 27, 30, 32, 33], "7": [7, 9, 24, 27, 30, 32, 33], "8": [8, 30], "9": [9, 30], "about": 11, "acknowledg": 11, "advantag": 11, "all": [27, 33], "altern": [9, 30], "amber": [16, 30], "an": [9, 30], "analys": 31, "analysi": [29, 34], "appendix": 30, "applic": 17, "assembli": [9, 30], "assimetr": [9, 30], "avail": [0, 30], "backbon": [27, 33], "background": 13, "backmap": [29, 34], "basic": 31, "bilay": [7, 23, 30, 32], "biolog": [9, 30], "box": [6, 7, 30], "build": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 20, 21, 22, 23, 24, 27, 30, 32, 33], "calcul": [0, 9, 30], "cation": 13, "cg": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "charg": [9, 30], "circular": [30, 32], "citat": 14, "close": [7, 23, 30, 32], "concentr": [0, 30], "contact": [7, 23, 30, 32], "contributor": 15, "cpptraj": [6, 7, 30], "creat": [27, 33], "delet": [7, 23, 30, 32], "develop": 15, "direct": [24, 32], "dival": 13, "dna": [13, 30, 32], "document": 35, "download": [10, 25, 28, 30, 32, 33], "emb": [7, 23, 30, 32], "energi": [27, 33], "entir": [9, 30], "envelop": 30, "equilibr": [27, 33], "explicit": [13, 30, 32, 33], "faq": 16, "ff": 35, "file": [0, 23, 27, 30, 32, 33], "follow": 11, "format": [18, 19, 20, 21, 22, 23, 24, 32], "former": 15, "further": 17, "gener": [16, 23, 32], "glycoprotein": 30, "glycosyl": 13, "gromac": [16, 18, 19, 20, 21, 22, 23, 24, 32], "gyrat": [12, 31], "heat": [27, 33], "how": [27, 33], "hybrid": 32, "implicit": 30, "input": [1, 2, 3, 4, 5, 6, 7, 8, 9, 27, 30, 33], "ionic": [0, 30], "knowledg": [10, 25, 28, 30, 32, 33], "leap": [1, 2, 3, 4, 5, 6, 7, 8, 9, 27, 30, 33], "licens": 11, "like": 30, "limit": 11, "lipid": [7, 23, 30, 32], "load": [12, 31], "macro": [29, 34], "map": [0, 30], "membran": [30, 32], "minim": [27, 33], "mode": [12, 29, 31, 34], "model": 13, "modifi": [27, 33], "molecul": [7, 23, 30, 32], "multiscal": [13, 30, 32], "namd": [26, 33], "namd2": [27, 33], "namd3": [27, 33], "non": 30, "overview": 13, "pack": [9, 30], "packmol": [9, 30], "particl": 30, "pdb": [18, 19, 20, 21, 22, 23, 24, 32], "phospholipid": 13, "posit": [23, 32], "prepar": [1, 2, 3, 4, 5, 6, 7, 8, 9, 27, 30, 33], "preprocess": [9, 30], "prior": [10, 25, 28, 30, 32, 33], "product": [27, 33], "protein": [7, 13, 23, 27, 30, 32, 33], "pull": [24, 32], "question": 16, "radiu": [12, 31], "read": 17, "recompil": 26, "refer": 13, "represent": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 20, 21, 22, 23, 24, 27, 30, 32, 33], "requir": [10, 25, 28, 30, 32, 33], "resiz": [6, 7, 30], "restraint": [23, 27, 32, 33], "rmsd": [12, 31], "rmsf": [12, 31], "run": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "sasa": [12, 31], "script": [12, 31], "secondari": [29, 34], "set": [10, 24, 25, 28, 30, 32, 33], "simul": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "sirah": [10, 11, 17, 25, 28, 29, 30, 32, 33, 34, 35], "smd": 32, "softwar": [10, 25, 28, 30, 32, 33], "solvat": [18, 19, 20, 21, 22, 23, 24, 32], "solvent": [13, 30, 32, 33], "structur": [9, 29, 30, 34], "system": [9, 18, 19, 20, 21, 22, 23, 24, 29, 30, 32, 34], "tcl": [12, 31], "text": [12, 29, 31, 34], "tool": [12, 31, 34], "trajectori": [12, 31], "u": 11, "unit": [9, 30], "up": [9, 10, 28, 30, 32, 33], "viral": 30, "visual": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "vlp": [9, 30], "vmd": [12, 29, 31, 34], "welcom": 35, "work": [9, 30], "wrap": [9, 30]}}) \ No newline at end of file +Search.setIndex({"alltitles": {"1. DNA molecule in explicit solvent": [[32, "dna-molecule-in-explicit-solvent"]], "1. DNA molecule in implicit solvent": [[30, "dna-molecule-in-implicit-solvent"]], "1. Proteins in explicit solvent": [[33, "proteins-in-explicit-solvent"]], "1.1 RMSD Visualizer Tool": [[12, "rmsd-visualizer-tool"], [31, "rmsd-visualizer-tool"]], "1.1. Build CG representations": [[1, null], [18, null], [27, null], [30, "build-cg-representations"], [32, "build-cg-representations"], [33, "build-cg-representations"]], "1.2. PDB to GROMACS format": [[18, "pdb-to-gromacs-format"], [32, "pdb-to-gromacs-format"]], "1.2. Prepare LEaP input": [[1, "prepare-leap-input"], [30, "prepare-leap-input"]], "1.2. Prepare with LEaP": [[27, "prepare-with-leap"], [33, "prepare-with-leap"]], "1.2. Tcl script": [[12, "tcl-script"], [31, "tcl-script"]], "1.3. Run LEaP": [[1, "run-leap"], [27, "run-leap"], [30, "run-leap"], [33, "run-leap"]], "1.3. Solvate the system": [[18, "solvate-the-system"], [32, "solvate-the-system"]], "1.4. Create Backbone and Protein restraints": [[27, "create-backbone-and-protein-restraints"], [33, "create-backbone-and-protein-restraints"]], "1.4. Run the simulation": [[1, "run-the-simulation"], [18, "run-the-simulation"], [30, "run-the-simulation"], [32, "run-the-simulation"]], "1.5. Run the simulation": [[27, "run-the-simulation"], [33, "run-the-simulation"]], "1.5. Visualizing the simulation": [[1, "visualizing-the-simulation"], [18, "visualizing-the-simulation"], [30, "visualizing-the-simulation"], [32, "visualizing-the-simulation"]], "1.5.1 NAMD2": [[27, "namd2"], [33, "namd2"]], "1.5.2 NAMD3": [[27, "namd3"], [33, "namd3"]], "1.6. Visualizing the simulation": [[27, "visualizing-the-simulation"], [33, "visualizing-the-simulation"]], "1.7 How to modify input files": [[27, "how-to-modify-input-files"], [33, "how-to-modify-input-files"]], "1.7.1 All files": [[27, "all-files"], [33, "all-files"]], "1.7.2 Energy minimization": [[27, "energy-minimization"], [33, "energy-minimization"]], "1.7.3 Heating": [[27, "heating"], [33, "heating"]], "1.7.4 Equilibration": [[27, "equilibration"], [33, "equilibration"]], "1.7.5 Production": [[27, "production"], [33, "production"]], "2. DNA molecule in explicit solvent": [[30, "dna-molecule-in-explicit-solvent"]], "2. Hybrid solvation": [[32, "hybrid-solvation"]], "2.1. Build CG representations": [[2, null], [30, "id12"]], "2.1. PDB to GROMACS format": [[19, null], [32, "id9"]], "2.2. Prepare LEaP input": [[2, "prepare-leap-input"], [30, "id13"]], "2.2. Solvate the system": [[19, "solvate-the-system"], [32, "id10"]], "2.3. Run LEaP": [[2, "run-leap"], [30, "id14"]], "2.3. Run the simulation": [[19, "run-the-simulation"], [32, "id11"]], "2.4. Run the simulation": [[2, "run-the-simulation"], [30, "id15"]], "2.4. Visualizing the simulation": [[19, "visualizing-the-simulation"], [32, "id12"]], "2.5. Visualizing the simulation": [[2, "visualizing-the-simulation"], [30, "id16"]], "3. Multiscale simulation in implicit solvent": [[30, "multiscale-simulation-in-implicit-solvent"]], "3. Proteins in explicit solvent": [[32, "proteins-in-explicit-solvent"]], "3.1. Build CG representations": [[3, null], [20, null], [30, "id19"], [32, "id17"]], "3.2. PDB to GROMACS format": [[20, "pdb-to-gromacs-format"], [32, "id19"]], "3.2. Prepare LEaP input": [[3, "prepare-leap-input"], [30, "id20"]], "3.3. Run LEaP": [[3, "run-leap"], [30, "id21"]], "3.3. Solvate the system": [[20, "solvate-the-system"], [32, "id20"]], "3.4. Run the simulation": [[3, "run-the-simulation"], [20, "run-the-simulation"], [30, "id22"], [32, "id22"]], "3.5. Visualizing the simulation": [[3, "visualizing-the-simulation"], [20, "visualizing-the-simulation"], [30, "id23"], [32, "id23"]], "4. Closed circular DNA in explicit solvent": [[32, "closed-circular-dna-in-explicit-solvent"]], "4. Closed circular DNA in implicit solvent": [[30, "closed-circular-dna-in-implicit-solvent"]], "4.1. Build CG representations": [[4, null], [21, null], [30, "id29"], [32, "id29"]], "4.2. PDB to GROMACS format": [[21, "pdb-to-gromacs-format"], [32, "id30"]], "4.2. Prepare LEaP input": [[4, "prepare-leap-input"], [30, "id30"]], "4.3. Run LEaP": [[4, "run-leap"], [30, "id31"]], "4.3. Solvate the system": [[21, "solvate-the-system"], [32, "id31"]], "4.4. Run the simulation": [[4, "run-the-simulation"], [21, "run-the-simulation"], [30, "id32"], [32, "id33"]], "4.5. Visualizing the simulation": [[4, "visualizing-the-simulation"], [21, "visualizing-the-simulation"], [30, "id33"], [32, "id34"]], "5. Lipid bilayers in explicit solvent": [[32, "lipid-bilayers-in-explicit-solvent"]], "5. Proteins in explicit solvent": [[30, "proteins-in-explicit-solvent"]], "5.1. Build CG representations": [[5, null], [22, null], [30, "id37"], [32, "id38"]], "5.2. PDB to GROMACS format": [[22, "pdb-to-gromacs-format"], [32, "id39"]], "5.2. Prepare LEaP input": [[5, "prepare-leap-input"], [30, "id39"]], "5.3. Run LEaP": [[5, "run-leap"], [30, "id40"]], "5.3. Solvate the system": [[22, "solvate-the-system"], [32, "id40"]], "5.4. Run the simulation": [[5, "run-the-simulation"], [22, "run-the-simulation"], [30, "id41"], [32, "id42"]], "5.5. Visualizing the simulation": [[5, "visualizing-the-simulation"], [22, "visualizing-the-simulation"], [30, "id42"], [32, "id43"]], "6. Lipid bilayers in explicit solvent": [[30, "lipid-bilayers-in-explicit-solvent"]], "6. Membrane proteins in explicit solvent": [[32, "membrane-proteins-in-explicit-solvent"]], "6.1. Build CG representations": [[6, null], [23, null], [30, "id46"], [32, "id48"]], "6.1.1. Embed the protein in a lipid bilayer": [[23, "embed-the-protein-in-a-lipid-bilayer"], [32, "embed-the-protein-in-a-lipid-bilayer"]], "6.1.2. Delete close contact lipid molecules": [[23, "delete-close-contact-lipid-molecules"], [32, "delete-close-contact-lipid-molecules"]], "6.2. PDB to GROMACS format": [[23, "pdb-to-gromacs-format"], [32, "id51"]], "6.2. Prepare LEaP input": [[6, "prepare-leap-input"], [30, "id47"]], "6.3. Run LEaP": [[6, "run-leap"], [30, "id49"]], "6.3. Solvate the system": [[23, "solvate-the-system"], [32, "id52"]], "6.4. Generate position restraint files": [[23, "generate-position-restraint-files"], [32, "generate-position-restraint-files"]], "6.4. Resize the box with CPPTRAJ": [[6, "resize-the-box-with-cpptraj"], [30, "resize-the-box-with-cpptraj"]], "6.5. Run the simulation": [[6, "run-the-simulation"], [23, "run-the-simulation"], [30, "id50"], [32, "id54"]], "6.6. Visualizing the simulation": [[6, "visualizing-the-simulation"], [23, "visualizing-the-simulation"], [30, "id51"], [32, "id55"]], "7. Membrane proteins in explicit solvent": [[30, "membrane-proteins-in-explicit-solvent"]], "7. SMD with multiscale solvent": [[32, "smd-with-multiscale-solvent"]], "7.1. Build CG representations": [[7, null], [30, "id56"]], "7.1. Setting pulling direction": [[24, null], [32, "setting-pulling-direction"]], "7.1.1. Embed the protein in a lipid bilayer": [[7, "embed-the-protein-in-a-lipid-bilayer"], [30, "embed-the-protein-in-a-lipid-bilayer"]], "7.1.2. Delete close contact lipid molecules": [[7, "delete-close-contact-lipid-molecules"], [30, "delete-close-contact-lipid-molecules"]], "7.2. Build CG representations": [[24, "build-cg-representations"], [32, "id59"]], "7.2. Prepare LEaP input": [[7, "prepare-leap-input"], [30, "id58"]], "7.3. PDB to GROMACS format": [[24, "pdb-to-gromacs-format"], [32, "id62"]], "7.3. Run LEaP": [[7, "run-leap"], [30, "id59"]], "7.4. Resize the box with CPPTRAJ": [[7, "resize-the-box-with-cpptraj"], [30, "id61"]], "7.4. Solvate the system": [[24, "solvate-the-system"], [32, "id63"]], "7.5. Run the simulation": [[7, "run-the-simulation"], [24, "run-the-simulation"], [30, "id62"], [32, "id65"]], "7.6. Visualizing the simulation": [[7, "visualizing-the-simulation"], [24, "visualizing-the-simulation"], [30, "id63"], [32, "id66"]], "8. Glycoprotein in explicit solvent": [[30, "glycoprotein-in-explicit-solvent"]], "8.1. Build CG representations": [[8, null], [30, "id68"]], "8.2. Prepare LEaP input": [[8, "prepare-leap-input"], [30, "id71"]], "8.3. Run LEaP": [[8, "run-leap"], [30, "id72"]], "8.4. Run the simulation": [[8, "run-the-simulation"], [30, "id73"]], "8.5. Visualizing the simulation": [[8, "visualizing-the-simulation"], [30, "id74"]], "9. Non-enveloped Viral-Like Particle": [[30, "non-enveloped-viral-like-particle"]], "9.1. Structure preprocessing": [[9, null], [30, "structure-preprocessing"]], "9.1.1 Working with the Biological Assembly of an entire VLP": [[9, "working-with-the-biological-assembly-of-an-entire-vlp"], [30, "working-with-the-biological-assembly-of-an-entire-vlp"]], "9.1.2 Calculate system charge": [[9, "calculate-system-charge"], [30, "calculate-system-charge"]], "9.1.3 Packing the assimetric unit to build an entire VLP (Alternative)": [[9, "packing-the-assimetric-unit-to-build-an-entire-vlp-alternative"], [30, "packing-the-assimetric-unit-to-build-an-entire-vlp-alternative"]], "9.2. Build CG representations": [[9, "build-cg-representations"], [30, "id82"]], "9.3. Wrapping up VLP system with Packmol": [[9, "wrapping-up-vlp-system-with-packmol"], [30, "wrapping-up-vlp-system-with-packmol"]], "9.4 Prepare LEaP input": [[9, "prepare-leap-input"], [30, "id83"]], "9.5 Run LEaP": [[9, "run-leap"], [30, "id84"]], "9.6. Run the simulation": [[9, "run-the-simulation"], [30, "id85"]], "9.7. Visualizing the simulation": [[9, "visualizing-the-simulation"], [30, "id86"]], "AMBER": [[30, null]], "AMBER questions": [[16, "amber-questions"]], "About SIRAH": [[11, null]], "Acknowledgments": [[11, "acknowledgments"]], "Advantages": [[11, "advantages"]], "Appendix": [[30, "appendix"]], "Available mapping files": [[0, "available-mapping-files"], [30, "available-mapping-files"]], "Background": [[13, null]], "Backmapping analysis": [[29, "backmapping-analysis"], [34, "backmapping-analysis"]], "Basic analyses VMD": [[31, null]], "Calculating ionic concentrations": [[0, null], [30, "calculating-ionic-concentrations"]], "Citations": [[14, null]], "DNA model": [[13, "dna-model"]], "Developers": [[15, null], [15, "id1"]], "Divalent cations": [[13, "divalent-cations"]], "Download and Setting up SIRAH": [[10, "download-and-setting-up-sirah"], [28, "download-and-setting-up-sirah"], [30, "download-and-setting-up-sirah"], [33, "download-and-setting-up-sirah"]], "Download and setting SIRAH": [[25, "download-and-setting-sirah"], [32, "download-and-setting-sirah"]], "Explicit solvent": [[13, "explicit-solvent"]], "FAQs": [[16, null]], "Follow us": [[11, "follow-us"]], "Former contributors": [[15, "former-contributors"]], "Further Reading": [[17, null]], "GROMACS": [[32, null]], "GROMACS questions": [[16, "gromacs-questions"]], "General questions": [[16, "general-questions"]], "License": [[11, "license"]], "Limitations": [[11, "limitations"]], "Loading the Trajectory": [[12, null], [31, "loading-the-trajectory"]], "Multiscale simulations": [[13, "multiscale-simulations"]], "NAMD": [[33, null]], "Overview": [[13, "overview"]], "Phospholipids": [[13, "phospholipids"]], "Prior knowledge": [[10, "prior-knowledge"], [25, "prior-knowledge"], [28, "prior-knowledge"], [30, "prior-knowledge"], [32, "prior-knowledge"], [33, "prior-knowledge"]], "Protein glycosylations": [[13, "protein-glycosylations"]], "Protein model": [[13, "protein-model"]], "RMSD": [[12, "rmsd"], [31, "rmsd"]], "RMSF": [[12, "rmsf"], [31, "rmsf"]], "Radius of gyration": [[12, "radius-of-gyration"], [31, "radius-of-gyration"]], "Recompiling Namd": [[26, null]], "References": [[13, "references"]], "Required Software": [[10, null], [25, null], [28, null], [30, "required-software"], [32, "required-software"], [33, "required-software"]], "SASA": [[12, "sasa"], [31, "sasa"]], "SIRAH Applications": [[17, "sirah-applications"]], "SIRAH macros": [[29, "sirah-macros"], [34, "sirah-macros"]], "SIRAH tools": [[34, null]], "Secondary structure analysis": [[29, "secondary-structure-analysis"], [34, "secondary-structure-analysis"]], "Setting up SIRAH": [[30, "setting-up-sirah"], [32, "setting-up-sirah"], [33, "setting-up-sirah"]], "Structural analysis of CG systems": [[29, "structural-analysis-of-cg-systems"], [34, "structural-analysis-of-cg-systems"]], "VMD in text mode": [[12, "vmd-in-text-mode"], [29, "vmd-in-text-mode"], [31, "vmd-in-text-mode"], [34, "vmd-in-text-mode"]], "Visualization of CG systems": [[29, null], [34, "visualization-of-cg-systems"]], "Welcome to SIRAH FF documentation": [[35, null]]}, "docnames": ["AMBER/Appendix", "AMBER/Tutorial-1", "AMBER/Tutorial-2", "AMBER/Tutorial-3", "AMBER/Tutorial-4", "AMBER/Tutorial-5", "AMBER/Tutorial-6", "AMBER/Tutorial-7", "AMBER/Tutorial-8", "AMBER/Tutorial-9", "AMBER/installation", "About SIRAH", "Analysis/Tutorial-basic", "Background SIRAH", "Citation", "Developers", "FAQ", "Further reading", "GROMACS/Tutorial-1", "GROMACS/Tutorial-2", "GROMACS/Tutorial-3", "GROMACS/Tutorial-4", "GROMACS/Tutorial-5", "GROMACS/Tutorial-6", "GROMACS/Tutorial-7", "GROMACS/installation-G", "NAMD/Appendix", "NAMD/Tutorial-1", "NAMD/installation", "SIRAHTools/Tutorial-tcl", "Tutorials amber", "Tutorials analysis", "Tutorials gromacs", "Tutorials namd", "Tutorials sirahtools", "index"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["AMBER/Appendix.rst", "AMBER/Tutorial-1.rst", "AMBER/Tutorial-2.rst", "AMBER/Tutorial-3.rst", "AMBER/Tutorial-4.rst", "AMBER/Tutorial-5.rst", "AMBER/Tutorial-6.rst", "AMBER/Tutorial-7.rst", "AMBER/Tutorial-8.rst", "AMBER/Tutorial-9.rst", "AMBER/installation.rst", "About SIRAH.rst", "Analysis/Tutorial-basic.rst", "Background SIRAH.rst", "Citation.rst", "Developers.rst", "FAQ.rst", "Further reading.rst", "GROMACS/Tutorial-1.rst", "GROMACS/Tutorial-2.rst", "GROMACS/Tutorial-3.rst", "GROMACS/Tutorial-4.rst", "GROMACS/Tutorial-5.rst", "GROMACS/Tutorial-6.rst", "GROMACS/Tutorial-7.rst", "GROMACS/installation-G.rst", "NAMD/Appendix.rst", "NAMD/Tutorial-1.rst", "NAMD/installation.rst", "SIRAHTools/Tutorial-tcl.rst", "Tutorials amber.rst", "Tutorials analysis.rst", "Tutorials gromacs.rst", "Tutorials namd.rst", "Tutorials sirahtools.rst", "index.rst"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "0": [0, 2, 3, 5, 6, 7, 8, 9, 12, 13, 14, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "00": [27, 33], "000": [24, 29, 32, 34], "0000": [27, 33], "0000000": [27, 33], "01325": [27, 33], "03": [11, 16], "04": [29, 34], "050": [9, 30], "0522173": 26, "054": 26, "06": 16, "0636": 26, "07": [10, 25, 28, 30, 32, 33], "0issu": [22, 23, 24, 32], "1": [0, 10, 13, 16, 17, 25, 28, 29, 34], "10": [3, 13, 16, 17, 22, 24, 29, 30, 32, 34], "100": [4, 9, 16, 20, 23, 24, 27, 29, 30, 32, 33, 34], "1000": [0, 16, 20, 22, 24, 29, 30, 32, 34], "1000n": [5, 6, 7, 8, 9, 23, 24, 27, 30, 32, 33], "100n": [1, 2, 4, 18, 19, 21, 22, 30, 32], "101": [4, 30], "1020": [9, 30], "10237": [12, 29, 31, 34], "10240": [21, 32], "105": 16, "1050": [9, 30], "106": [8, 30], "107": [8, 30], "107109": 17, "107985": [13, 14, 17], "108": [8, 30], "109": [7, 8, 30], "10n": [3, 30], "11": [0, 3, 9, 10, 11, 13, 14, 17, 24, 28, 30, 32, 33], "110": [3, 8, 23, 30, 32], "111": [8, 30], "112": [8, 30], "113": [8, 9, 18, 30, 32], "114": [7, 8, 30], "1140": [9, 30], "1150": [9, 30], "117": 17, "12": [3, 7, 12, 13, 23, 29, 30, 31, 32, 34], "122": [9, 30], "123": [3, 30], "124": [7, 30], "128": [7, 30], "129": [12, 29, 31, 34], "13": [3, 13, 14, 17, 30], "132": [6, 30], "14": [3, 12, 16, 29, 30, 31, 34], "140": [7, 30], "142": [7, 30], "14438": 17, "14448": 17, "15": [0, 13, 14, 30], "150": [9, 29, 30, 34], "154": [3, 30], "1560": [9, 30], "1564": [12, 29, 31, 34], "1568": 14, "1570": 14, "1592": [12, 29, 31, 34], "1595": 17, "15m": [0, 2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "16": [5, 10, 27, 28, 29, 30, 33, 34], "160": [9, 30], "1602": 17, "165": 17, "17": [0, 9, 16, 17, 30], "170": [13, 17], "1711": [13, 14], "1725": [13, 14], "173": 17, "18": [0, 30], "180": [9, 30], "18134": 17, "18235": [9, 30], "183804": 17, "184": [24, 32], "1843": [12, 29, 31, 34], "1863": 17, "1864": 17, "189": [24, 32], "19": [12, 17, 29, 31, 34], "1996": [12, 29, 31, 34], "1a": [12, 31], "1b": [12, 31], "1c9b": [3, 30], "1cfd": 16, "1crn": [5, 20, 27, 30, 32, 33], "1crn_aa": [5, 27, 30, 33], "1crn_aa_sslink": [5, 27, 30, 33], "1crn_cg": [5, 20, 27, 30, 32, 33], "1crn_cg_box": [20, 32], "1crn_cg_em1": [5, 20, 30, 32], "1crn_cg_em2": [5, 20, 30, 32], "1crn_cg_eq1": [5, 20, 30, 32], "1crn_cg_eq2": [5, 20, 30, 32], "1crn_cg_ion": [20, 32], "1crn_cg_ioniz": [27, 33], "1crn_cg_md": [5, 20, 30, 32], "1crn_cg_md_pbc": [5, 20, 30, 32], "1crn_cg_sol1": [20, 32], "1crn_cg_sol2": [20, 32], "1dc": [9, 30], "1e": [13, 29, 34], "1gya": [8, 30], "1gya_aa": [8, 30], "1gya_aa_sslink": [8, 30], "1gya_cg": [8, 30], "1gya_cg_em1": [8, 30], "1gya_cg_em2": [8, 30], "1gya_cg_eq1": [8, 30], "1gya_cg_eq2": [8, 30], "1gya_cg_md": [8, 30], "1gya_cg_md_pbc": [8, 30], "1gya_glycam": [8, 30], "1gya_glycam_now": [8, 30], "1qyo": 16, "2": [10, 11, 13, 14, 16, 17, 28, 29, 34], "20": [1, 2, 5, 8, 16, 18, 24, 27, 30, 32, 33], "200": [4, 9, 27, 30, 33], "201": [21, 32], "2010": [13, 14], "2011": 17, "2012": [13, 17], "2013": 17, "2015": [14, 17, 29, 34], "2016": [12, 14, 16, 29, 31, 34], "2017": [13, 14, 17], "2018": [13, 16, 17], "20180085": [13, 14], "2019": [13, 14, 16, 17, 29, 34], "2020": [13, 14, 17], "2021": [13, 17], "2022": 17, "2023": [13, 14, 17], "2024": 13, "21": [16, 22, 29, 32, 34], "2134": 17, "2149": 17, "22": [5, 20, 27, 29, 30, 32, 33, 34], "23": [27, 29, 33, 34], "234": [12, 31], "24": [5, 7, 8, 9, 20, 23, 24, 27, 30, 32, 33], "240": [9, 30], "243": [12, 31], "2433400": [27, 33], "244": [12, 31], "25": [29, 34], "253": [12, 31], "259": 17, "26": [5, 13, 27, 30, 33], "2659": [19, 32], "27": [0, 7, 16, 30], "2719": [13, 14], "2733": [13, 14], "2792": 17, "287": 17, "29": [24, 32], "2_20": [25, 32], "2a": [12, 31], "2b": [12, 31], "2kyv": [7, 23, 30, 32], "2kyv_cg": [7, 23, 30, 32], "2kyv_dmpc_cg": [7, 23, 30, 32], "2kyv_dmpc_cg_box": [23, 32], "2kyv_dmpc_cg_em1": [23, 32], "2kyv_dmpc_cg_em2": [23, 32], "2kyv_dmpc_cg_em_1": [7, 30], "2kyv_dmpc_cg_em_2": [7, 30], "2kyv_dmpc_cg_eq1": [23, 32], "2kyv_dmpc_cg_eq2": [23, 32], "2kyv_dmpc_cg_eq_": [7, 30], "2kyv_dmpc_cg_eq_0": [7, 30], "2kyv_dmpc_cg_eq_9": [7, 30], "2kyv_dmpc_cg_init": [7, 23, 30, 32], "2kyv_dmpc_cg_ion": [23, 32], "2kyv_dmpc_cg_md": [7, 23, 30, 32], "2kyv_dmpc_cg_md_pbc": [7, 23, 30, 32], "2kyv_dmpc_cg_monom": [23, 32], "2kyv_dmpc_cg_nb": [7, 30], "2kyv_dmpc_cg_solv1": [23, 32], "2kyv_dmpc_cg_solv2": [23, 32], "2m06": 16, "3": [10, 12, 13, 16, 17, 25, 28, 29, 31, 34], "30": [12, 24, 29, 31, 32, 34], "300": [27, 29, 33, 34], "3179": [18, 32], "319": 17, "32": [3, 5, 14, 27, 30, 33], "3223400": [27, 33], "326": 17, "33": [6, 12, 29, 30, 31, 34], "332": 26, "333": [6, 22, 30, 32], "34": [0, 2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "35": [9, 30], "35720": [9, 30], "3580": [19, 32], "36": [0, 16, 17, 29, 30, 34], "3727": [12, 29, 31, 34], "3793": [13, 14], "38": [12, 19, 29, 31, 32, 34], "3807": [13, 14], "3875": [23, 32], "3880": 17, "3894": 17, "3935": [13, 14], "3943": [13, 14], "3_24": [10, 28, 30, 33], "3a": [29, 34], "3b": [29, 34], "3c": [29, 34], "3d": [29, 34], "3ehg": 16, "3jci": [9, 30], "3jci_aa": [9, 30], "3jci_aa_em": [9, 30], "4": [12, 13, 16, 25, 29, 31, 34], "40": [5, 6, 8, 27, 30, 33], "401": [21, 32], "408": [13, 17], "41": [8, 30], "420": [9, 30], "422": [13, 17], "43": 17, "437": [24, 32], "43a1": [0, 30], "45": [3, 30], "4580": [24, 32], "4582": [24, 32], "46": [5, 30], "4697": [24, 32], "47": [29, 34], "4791": [12, 29, 31, 34], "48": 17, "489": 17, "4qeg": [24, 32], "4xdj": 16, "5": [0, 10, 12, 13, 16, 19, 25, 28, 29, 31, 34], "50": [2, 16, 24, 27, 29, 30, 32, 33, 34], "500": [6, 7, 16, 30], "5012": 17, "5023": 17, "5106": [13, 14, 17], "5116": [13, 14, 17], "52": [23, 32], "53a6": [0, 30], "540": [9, 30], "5674": [13, 14], "5688": [13, 14], "5773": [9, 30], "5888": [24, 32], "58gb": [12, 29, 31, 34], "599": 17, "5yw": [12, 29, 31, 34], "5yws_cg": [12, 29, 31, 34], "5yws_cg_md1_pbc": [12, 29, 31, 34], "5yws_cg_md_pbc": [12, 29, 31, 34], "6": [12, 13, 14, 16, 18, 19, 20, 21, 22, 29, 31, 34], "60": [9, 13, 14, 24, 27, 30, 32, 33], "600": [27, 33], "604": 17, "61": [13, 17], "620": [9, 30], "6261": [24, 32], "6281": [24, 32], "6393": [9, 30], "64": [3, 6, 22, 30, 32], "644039": 17, "65": [8, 30], "66": [6, 30], "6ola": [9, 30], "6ola_assembli": [9, 30], "6ola_gensystem": [9, 30], "6ola_modificated_1": [9, 30], "6ola_modificated_2": [9, 30], "6ola_modificated_2_fin": [9, 30], "6ola_modificated_fin": [9, 30], "6ola_modificated_final_cg": [9, 30], "7": [2, 5, 6, 8, 12, 13, 16, 18, 19, 20, 21, 22, 23, 29, 31, 34], "70": [27, 33], "71": 17, "712": [9, 30], "72": [27, 33], "720": [9, 30], "723": 14, "7270": [12, 29, 31, 34], "73": [27, 33], "739": 14, "75": [18, 29, 32, 34], "756": [20, 32], "7nm": [3, 30], "8": [13, 17, 24, 29, 32, 34], "80": 13, "81": 17, "850": [22, 32], "86": [13, 17], "8663400": [27, 33], "88": [2, 24, 30, 32], "8th": 17, "9": [6, 7, 10, 12, 13, 14, 16, 25, 28, 29, 31, 32, 33, 34], "90": [24, 27, 32, 33], "91": 17, "92": [24, 32], "921": 17, "93": [12, 29, 31, 34], "930": 17, "95": [23, 32], "950": [9, 30], "964": 14, "973": 14, "99": 17, "999": [29, 34], "99999": [9, 30], "A": [0, 3, 4, 6, 7, 9, 11, 12, 13, 14, 16, 17, 21, 23, 29, 30, 31, 32, 34], "And": [6, 8, 9, 29, 30, 34], "As": [6, 7, 9, 13, 16, 22, 29, 30, 32, 34], "At": [24, 27, 32, 33], "BE": [22, 32], "Be": [5, 9, 16, 19, 20, 23, 24, 27, 29, 30, 32, 33, 34], "But": [9, 12, 30, 31], "By": [5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "For": [5, 6, 7, 8, 9, 10, 12, 16, 19, 20, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "If": [1, 2, 3, 6, 7, 9, 10, 12, 14, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34], "In": [1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "It": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34, 35], "No": [16, 29, 34], "Not": 16, "On": 16, "One": [2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "Or": [9, 29, 30, 34], "Such": 16, "That": [2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 31, 32, 33], "The": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "Then": [2, 9, 12, 16, 19, 29, 30, 31, 32, 34], "There": [9, 16, 30], "These": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 20, 24, 26, 27, 29, 30, 31, 32, 33, 34], "To": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 16, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34], "With": [12, 29, 31, 34], "_": [0, 30], "_2": [0, 30], "_4": [0, 30], "_a": [0, 30], "aa": [29, 34], "aa_2014_lipid": [0, 30], "abil": [11, 13, 35], "abl": 16, "abort": [16, 23, 24, 32], "about": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "abov": [8, 24, 29, 30, 32, 34], "abrupt": 16, "absent": [9, 29, 30, 34], "acceler": [11, 35], "accept": [12, 31], "access": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35], "accommod": [24, 32], "accomplish": [27, 29, 33, 34], "accord": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "accordingli": [19, 29, 32, 34], "account": [2, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "accur": [9, 11, 13, 16, 30, 35], "accuraci": 17, "acetyl": [5, 8, 9, 16, 27, 30, 33], "achiev": [9, 11, 29, 30, 34], "achiv": [23, 24, 32], "acid": [5, 8, 9, 11, 13, 16, 20, 24, 27, 29, 30, 32, 33, 34, 35], "acronym": 16, "across": [12, 31], "acta": 17, "action": [12, 31], "activ": [29, 34], "actual": [5, 8, 9, 16, 20, 27, 30, 32, 33], "acyl": [7, 13, 30], "ad": [2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "adapt": 13, "add": [2, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "addfil": [12, 27, 29, 31, 33, 34], "addionsrand": [2, 5, 6, 7, 8, 9, 27, 30, 33], "addit": [5, 8, 9, 10, 11, 12, 14, 16, 17, 20, 24, 27, 29, 30, 31, 32, 33, 34], "addition": [9, 12, 29, 30, 31, 34], "addpath": [1, 2, 3, 4, 5, 6, 7, 8, 9, 27, 30, 33], "address": [9, 24, 30, 32], "adenin": [4, 21, 30, 32], "adjust": [6, 7, 9, 16, 27, 29, 30, 33, 34], "adopt": 16, "advanc": [6, 7, 16, 17, 22, 23, 30, 32], "advantag": [12, 31, 35], "advis": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34], "affect": [9, 17, 27, 30, 33], "afford": [13, 14, 17], "after": [5, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "again": [6, 7, 9, 16, 30], "aggreg": [11, 17], "agre": [6, 7, 22, 23, 30, 32], "ah": [5, 8, 9, 16, 27, 30, 33], "aim": [11, 13, 35], "aip": 17, "al": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "alba": 15, "algorithm": [12, 29, 31, 34], "alias": [28, 33], "align": [12, 24, 31, 32], "alik": 16, "all": [0, 1, 2, 3, 4, 5, 6, 8, 9, 11, 12, 13, 16, 17, 18, 20, 21, 22, 24, 29, 30, 31, 32, 34, 35], "allow": [7, 11, 13, 16, 23, 24, 29, 30, 32, 34, 35], "along": [6, 9, 12, 13, 16, 22, 24, 30, 31, 32], "alpha": [12, 29, 31, 34], "alreadi": [7, 9, 10, 12, 16, 23, 24, 29, 30, 31, 32, 34], "also": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34], "altern": [16, 24, 32], "although": [5, 8, 9, 11, 12, 16, 20, 27, 30, 31, 32, 33], "altiu": [13, 14], "alwai": [3, 5, 8, 9, 16, 20, 27, 29, 30, 32, 33, 34], "alzat": [13, 14], "amber": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 17, 19, 20, 23, 24, 26, 27, 28, 29, 31, 32, 33, 34], "amber23": [10, 28, 30, 33], "amber99sb": [19, 32], "amber_lipid": [0, 16, 30], "amberhom": [10, 28, 29, 30, 33, 34], "ambermd": [29, 34], "ambertool": [8, 9, 10, 27, 28, 29, 30, 33, 34], "ambigu": [5, 8, 9, 16, 20, 27, 30, 32, 33], "ambpdb": [8, 30], "amelior": 16, "american": 16, "amid": [5, 8, 9, 16, 27, 30, 33], "amino": [9, 13, 16, 24, 29, 30, 32, 34], "aminoacid": 16, "among": [11, 35], "an": [3, 5, 6, 7, 8, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 31, 32, 33, 34], "anal": [1, 3, 4, 29, 30, 34], "analys": 12, "analysi": [12, 31], "analyz": [2, 5, 6, 7, 8, 9, 11, 12, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "andr": 15, "angl": [12, 29, 31, 34], "angletyp": [12, 29, 31, 34], "angstrom": [6, 7, 9, 22, 29, 30, 32, 34], "ani": [5, 7, 8, 9, 12, 16, 19, 20, 23, 24, 27, 29, 30, 31, 32, 33, 34], "anim": [29, 34], "anoth": [9, 12, 13, 14, 16, 25, 30, 31, 32], "answer": 16, "antibodi": 13, "anticip": [29, 34], "antonella": 15, "apl_dmpc64_310k": [6, 30], "appear": [9, 12, 16, 24, 29, 30, 31, 32, 34], "append": [6, 7, 12, 16, 22, 23, 29, 30, 31, 32, 34], "appendix": [2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 32, 33], "appli": [3, 6, 7, 8, 13, 16, 18, 19, 22, 23, 24, 29, 30, 32, 34], "applic": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 14, 27, 29, 30, 31, 33, 34], "approach": [3, 9, 11, 13, 14, 19, 24, 30, 32, 35], "approxim": [6, 9, 13, 22, 30, 32], "aqua": [29, 34], "aqueou": [11, 13, 14, 17, 35], "ar": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35], "ara\u00fajo": [13, 17], "arbitrari": 11, "area": [6, 12, 22, 27, 30, 31, 32, 33], "area_lipid": [6, 30], "arg": [9, 30], "argentina": 16, "argument": [29, 34], "ari": 15, "aris": [12, 16, 31], "aromat": 13, "around": [9, 16, 24, 30, 32], "arrai": [29, 34], "artefactu": 16, "articl": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 27, 29, 30, 31, 32, 33, 34], "artifact": [9, 30], "artifactu": [16, 29, 34], "ascii": [12, 29, 31, 34], "ash": [5, 8, 9, 16, 20, 27, 30, 32, 33], "asn": [8, 30], "asp": [9, 30], "asp320": 16, "aspart": [5, 8, 9, 16, 20, 27, 30, 32, 33], "aspect": [12, 31], "assembl": [9, 13, 30], "assembli": 17, "assembly1": [9, 30], "assess": [12, 17, 31], "assign": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "associ": 13, "astrid": 15, "asymetr": [9, 30], "asymmetr": [9, 16, 30], "ataxia": 17, "atom": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34, 35], "atomist": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 32, 33, 34, 35], "atomselect": [12, 24, 27, 31, 32, 33], "atpas": 17, "attempt": [9, 30], "attent": [5, 8, 9, 20, 27, 30, 32, 33], "auto": [25, 32], "autoimag": [2, 5, 6, 7, 8, 30], "autoinhibit": 17, "automat": [9, 16, 18, 19, 20, 21, 22, 23, 24, 30, 32], "avail": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 31, 32, 33, 34], "averag": [12, 29, 31, 34], "avoid": [1, 2, 3, 6, 7, 16, 18, 22, 23, 29, 30, 32, 34], "avx": [12, 29, 31, 34], "avx2": [12, 29, 31, 34], "aw3": [4, 30], "aw5": [4, 21, 30, 32], "awai": [5, 8, 9, 16, 27, 30, 33], "awar": [5, 8, 9, 16, 19, 20, 23, 24, 27, 29, 30, 32, 33, 34], "awk": [9, 30], "axi": [6, 16, 22, 24, 29, 30, 32, 34], "b": [3, 4, 12, 17, 21, 27, 29, 30, 31, 32, 33, 34], "baaden": 17, "back": [5, 8, 9, 16, 18, 20, 21, 22, 23, 24, 27, 30, 32, 33], "backbon": [5, 7, 8, 9, 12, 13, 16, 20, 23, 24, 29, 30, 31, 32, 34], "backmap": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 14, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "backmap_less_min": [29, 34], "bad": [6, 7, 16, 22, 30, 32], "balanc": [9, 30], "ballestero": [13, 14, 15, 17], "bar": [27, 33], "barostat": [27, 33], "barrera": [6, 7, 13, 14, 15, 17, 22, 23, 30, 32], "base": [0, 1, 2, 3, 6, 7, 9, 10, 12, 13, 16, 18, 22, 23, 27, 28, 29, 30, 31, 32, 33, 34], "bash": [28, 33], "basi": [17, 29, 34], "basic": [1, 2, 3, 4, 5, 8, 9, 10, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 32, 33, 34], "bb": [27, 33], "bb_restraint": [27, 33], "bba": 17, "bc1": [22, 32], "bc13": [7, 30], "bc2": [22, 32], "bc23": [7, 30], "bct": [22, 32], "bct1": [7, 30], "bct2": [7, 30], "bead": [6, 8, 9, 12, 13, 16, 20, 22, 23, 24, 29, 30, 31, 32, 34], "beadi": [8, 30], "beadj": [8, 30], "becam": 16, "becaus": [16, 27, 33], "becom": 16, "been": [9, 11, 13, 16, 18, 19, 20, 21, 22, 30, 32], "befor": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "begin": 16, "behavior": [1, 2, 3, 16, 29, 30, 34], "behind": [16, 24, 32], "being": [16, 35], "bellow": [7, 23, 27, 30, 32, 33], "below": [9, 12, 29, 30, 31, 34], "bend": [13, 17], "benefici": [11, 14], "berger": [0, 30], "bertipaglia": 17, "besid": [29, 34], "best": [2, 5, 6, 7, 8, 9, 20, 23, 24, 27, 29, 30, 32, 33, 34], "beta": [27, 29, 33, 34], "between": [6, 7, 9, 12, 13, 16, 18, 22, 23, 24, 29, 30, 31, 32, 34], "beyond": [7, 30], "bfo": [6, 22, 23, 30, 32], "big": [12, 16, 31], "bigger": 16, "bilay": [6, 13, 22], "binari": [28, 33], "bincoordin": [27, 33], "bind": [3, 16, 30], "binveloc": [27, 33], "biochem": 17, "biochimica": 17, "bioinformat": [14, 17], "biolog": [5, 8, 11, 13, 14, 16, 17, 27, 33, 35], "biologi": [13, 14, 17], "biomembran": 17, "biomolecul": 11, "biomolecular": [11, 12, 24, 31, 32, 35], "biophys": 17, "biophysica": 17, "biotechnologi": 17, "bkbre": [20, 24, 32], "bkbres_soft": [20, 24, 32], "block": [6, 7, 22, 23, 27, 30, 32, 33], "blue": [12, 24, 29, 31, 32, 34], "bnd": [8, 30], "bodi": 13, "bond": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 16, 18, 20, 21, 22, 23, 24, 25, 27, 29, 30, 31, 32, 33, 34], "bondtyp": [12, 29, 31, 34], "bonza": 17, "book": [6, 22, 30, 32], "borg": [13, 17], "born": [1, 3, 4, 30], "both": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 16, 18, 20, 21, 22, 24, 27, 29, 30, 31, 32, 33, 34], "bound": [3, 13, 30], "boundari": [2, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 29, 30, 31, 32, 34], "box": [3, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 31, 32, 33, 34], "box_xi": [22, 32], "brandner": [14, 15, 17], "brazilian": 17, "break": 16, "breath": [13, 17], "bridg": [5, 9, 27, 30, 33], "brief": 17, "bring": [27, 33], "brini": 17, "bruno": [13, 17], "bsb": 17, "bsc0": [3, 30], "bsc1": [3, 30], "bsg": [5, 8, 9, 16, 27, 30, 33], "bt": [18, 19, 20, 21, 24, 32], "bubbl": [13, 16, 17], "buffer": [3, 30], "bug": [1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "build": [10, 16, 25, 28], "built": [12, 29, 31, 34], "bulk": [17, 19, 24, 32], "bulkier": 13, "buratto": [13, 17], "button": [12, 29, 31, 34], "byfram": [29, 34], "byre": [29, 34], "c": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 17, 18, 19, 20, 21, 22, 23, 24, 29, 30, 32, 34], "c1": 13, "c1x": [4, 30], "c5": 13, "c5x": [12, 29, 31, 34], "ca": [9, 30], "ca2": 17, "caballero": [13, 14], "calc_n": [9, 30], "calcium": 13, "calcul": [6, 12, 16, 22, 27, 29, 31, 32, 33, 34], "call": [1, 2, 3, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "calmodulin": 17, "cal\u00ec": 17, "can": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "cantero": [27, 33], "cap": [1, 2, 3, 18, 30, 32], "capabl": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 17, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33, 35], "capsid": [9, 13, 30], "capsom": [9, 30], "captur": 11, "carafoli": 17, "carbon": [12, 13, 31], "card": [27, 33], "care": [16, 26], "carefulli": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "carlo": 15, "carrasco": [13, 14], "carrer": [13, 17], "carri": [16, 18, 20, 21, 22, 23, 24, 27, 32, 33], "casalla": [13, 14, 17], "case": [5, 7, 8, 9, 10, 12, 16, 18, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "caspas": 17, "castro": 17, "cat": [5, 8, 9, 27, 30, 33], "catalysi": 16, "catalyst": 16, "cation": 14, "caus": 16, "caution": [6, 7, 16, 22, 23, 24, 30, 32], "caviti": 16, "cax": [29, 34], "ccdna": [4, 21, 30, 32], "ccdna_cg": [4, 21, 30, 32], "ccdna_cg_box": [21, 32], "ccdna_cg_em": [4, 21, 30, 32], "ccdna_cg_eq": [4, 21, 30, 32], "ccdna_cg_ion": [21, 32], "ccdna_cg_md": [4, 21, 30, 32], "ccdna_cg_md_pbc": [21, 32], "ccdna_cg_sol": [21, 32], "cd": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 30, 32, 33], "cdot": [0, 30], "celiac": 17, "cell": [27, 33], "cellbasisvector": [27, 33], "cellbasisvector1": [27, 33], "cellbasisvector2": [27, 33], "cellbasisvector3": [27, 33], "cellorigin": [27, 33], "cellular": 13, "center": [7, 9, 12, 16, 18, 19, 20, 21, 24, 30, 31, 32], "certain": [11, 18, 19, 20, 21, 22, 29, 32, 34], "certainli": 16, "cg": [11, 12, 13, 14, 16, 17, 19, 31, 35], "cgconv": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "chain": [5, 7, 8, 9, 11, 13, 16, 18, 20, 23, 24, 27, 30, 32, 33, 35], "challeng": 11, "chang": [9, 10, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34], "channel": 13, "chapter": [6, 22, 30, 32], "characterist": [6, 7, 13, 30], "charg": [2, 5, 7, 8, 13, 16, 20, 23, 24, 27, 29, 32, 33, 34], "charmm": [0, 5, 7, 8, 9, 16, 19, 20, 23, 24, 26, 27, 30, 32, 33], "charmm_lipid": [0, 30], "check": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "chemic": [11, 13, 14, 17, 35], "chemistri": [17, 29, 34], "chirdo": 17, "chlorid": 13, "chngmask": [2, 5, 8, 9, 16, 30], "choic": [19, 32], "cholin": 13, "choos": [5, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "chose": [29, 34], "chosen": [19, 32], "cif": [9, 30], "circl": [21, 32], "circoviru": [9, 30], "circular": [4, 21], "circumv": [9, 30], "cite": [11, 14], "citiu": [13, 14], "ckp": [0, 30], "cl": [2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "clash": [7, 9, 16, 30], "classic": 13, "classif": [29, 34], "classifi": [29, 34], "clean": [27, 29, 33, 34], "click": [7, 9, 12, 23, 29, 30, 31, 32, 34], "clip": [7, 23, 30, 32], "close": [2, 4, 5, 6, 8, 9, 12, 16, 19, 21, 27, 29, 31, 33, 34], "cluster": 16, "clw": [2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "cmm": [22, 23, 32], "coars": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34, 35], "code": [5, 6, 7, 8, 9, 11, 16, 23, 24, 26, 27, 29, 30, 32, 33, 34, 35], "coeffici": [27, 33], "cof": 11, "cohes": [7, 30], "coil": [16, 29, 34], "coincident": 16, "collaps": 16, "collect": [11, 13, 35], "color": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "column": [27, 33], "combin": [11, 16, 19, 29, 32, 34, 35], "come": [24, 32], "command": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "commandnam": [29, 34], "comment": [27, 33], "common": [9, 11, 12, 16, 26, 30, 31], "commonli": [1, 2, 3, 4, 5, 6, 7, 8, 9, 30], "commun": [11, 17, 35], "compact": [12, 18, 19, 20, 21, 24, 31, 32], "compar": [11, 12, 31, 35], "comparison": 26, "compart": [9, 30], "compat": [0, 5, 8, 9, 11, 12, 13, 16, 20, 23, 24, 27, 30, 31, 32, 33], "compens": [9, 30], "compil": [29, 34], "complain": [23, 24, 32], "complementar": 13, "complet": [7, 9, 12, 13, 23, 24, 30, 31, 32], "complex": [9, 11, 12, 13, 14, 17, 29, 30, 31, 34, 35], "compli": [9, 30], "compon": [12, 13, 29, 31, 34, 35], "compos": [1, 2, 3, 4, 6, 18, 21, 22, 30, 32], "compound": [18, 19, 20, 21, 22, 23, 24, 32], "comprehens": [9, 13, 30], "compromis": 16, "comput": [9, 10, 11, 12, 13, 14, 16, 17, 25, 28, 30, 31, 32, 33], "concaten": [7, 23, 30, 32], "concentr": [2, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 31, 32, 33], "concern": 16, "conda": [9, 29, 30, 34], "condit": [2, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 29, 30, 31, 32, 34], "conduct": [9, 12, 13, 30, 31], "conf": [27, 33], "configur": [6, 13, 22, 27, 30, 32, 33], "conflict": [0, 16, 30], "conform": [11, 12, 16, 17, 24, 29, 31, 32, 34], "conjug": [29, 34], "conjunct": [12, 31], "connect": 16, "connexin": 13, "consecut": [29, 34], "consequ": [16, 29, 34], "consexp": [27, 33], "consid": [3, 6, 7, 9, 13, 16, 22, 30, 32], "consider": [29, 34], "consist": [11, 13, 16, 29, 34, 35], "conskcol": [27, 33], "conskfil": [27, 33], "consol": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "consref": [27, 33], "constant": [26, 27, 33], "constantli": 35, "constitut": 16, "constraint": [27, 33], "constraintsc": [27, 33], "construct": [9, 29, 30, 34, 35], "consult": [22, 23, 24, 32], "consum": [3, 6, 7, 30], "contact": [6, 12, 16, 19, 22, 31], "contain": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34], "context": 16, "contextu": [3, 30], "continu": 16, "contrari": 16, "contrast": [12, 27, 31, 33], "control": [27, 29, 33, 34], "conveni": [12, 18, 31, 32], "convent": [0, 6, 7, 16, 22, 23, 30, 32], "converg": [11, 29, 34], "convers": 26, "convert": [0, 8, 16, 18, 19, 20, 21, 22, 23, 24, 26, 29, 30, 32, 34], "coor": [27, 33], "coordin": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 23, 24, 27, 29, 30, 31, 32, 33, 34], "copi": [24, 27, 32, 33], "core": [9, 16, 27, 30, 33], "correct": [5, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 29, 30, 31, 32, 33, 34], "correctli": [9, 16, 18, 19, 20, 21, 22, 23, 24, 29, 30, 32, 34], "correl": [27, 33], "correspond": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 30, 31, 32, 33], "cost": 13, "could": [16, 24, 29, 32, 34], "coulomb": 26, "count": [9, 30], "countcharg": [9, 30], "counterion": [2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "coupl": [16, 29, 34], "cours": [1, 2, 3, 9, 30], "cov": 17, "coval": [4, 11, 13, 30, 35], "cover": [13, 29, 34], "cp": [18, 19, 20, 21, 22, 23, 24, 27, 32, 33], "cpk": [29, 34], "cpptraj": [2, 5, 8, 9, 16], "cpu": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 27, 29, 30, 31, 32, 33, 34], "crash": 16, "crate": [23, 32], "crd": [27, 33], "creat": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 28, 29, 30, 31, 32, 34], "crick": [1, 2, 3, 13, 18, 30, 32], "crispino": [13, 17], "criteria": 16, "critic": [7, 9, 16, 30], "cross": [12, 16, 29, 31, 34], "crucial": [9, 13, 30], "cruz": [15, 17], "cryo": 16, "ct": [5, 8, 9, 16, 27, 30, 33], "cubic": [27, 33], "cuda": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 27, 29, 30, 33, 34], "cuda_visible_devic": [27, 33], "cudasoaintegr": [27, 33], "cue": [13, 16, 17], "current": [9, 11, 16, 17, 29, 30, 34, 35], "custom": [12, 19, 29, 31, 32, 34], "cut": [16, 21, 29, 32, 34], "cutoff": [29, 34], "cw3": [4, 30], "cw5": [4, 21, 30, 32], "cx": 16, "cx26": [13, 16, 17], "cy": [5, 8, 9, 16, 20, 27, 30, 32, 33], "cyan": [29, 34], "cycl": [29, 34], "cyclic": [25, 32], "cym": [9, 30], "cystein": [5, 8, 9, 16, 20, 27, 30, 32, 33], "cytosin": [4, 21, 30, 32], "cyx": [5, 8, 9, 16, 20, 27, 30, 32, 33], "czaplewski": [13, 17], "c\u00e1cere": [13, 14, 15], "d": [9, 13, 14, 15, 17, 18, 19, 20, 21, 29, 30, 32, 34], "d1": 16, "d2": 16, "d6": 16, "dalk": [12, 29, 31, 34], "damag": 17, "damiano": 17, "damp": [27, 33], "dan": [1, 2, 4, 13, 14, 15, 16, 17, 18, 20, 21, 30, 32], "daniela": 15, "dark": [29, 34], "darkviolet": [29, 34], "darr\u00e9": [5, 8, 9, 13, 14, 15, 17, 18, 19, 20, 24, 27, 30, 32, 33], "dat": [6, 9, 10, 12, 16, 21, 23, 25, 28, 30, 31, 32, 33], "data": [9, 11, 12, 17, 29, 30, 31, 34], "databas": [7, 11, 16, 23, 30, 32], "dataset": 17, "dcd": [27, 33], "dcx": [4, 21, 30, 32], "de": [11, 17, 29, 34], "dec": [29, 34], "decai": [27, 33], "decomposit": [29, 34], "decompress": [9, 30], "dedic": [12, 31], "default": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "defect": 16, "deffnm": [18, 19, 20, 21, 22, 23, 24, 32], "defin": [5, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 26, 27, 29, 30, 31, 32, 33, 34], "definit": [1, 2, 3, 5, 8, 9, 10, 16, 19, 25, 28, 30, 32, 33], "deform": [16, 29, 34], "degre": [12, 16, 24, 31, 32], "delet": [5, 8, 9, 16, 20, 24, 27, 33], "delete1": [20, 24, 32], "delete2": [20, 32], "delete3": [24, 32], "delete4": [24, 32], "delimit": 16, "delta": [9, 16, 30], "delv": [12, 31], "demonstr": [9, 13, 30], "dens_profil": [6, 30], "dens_profile_dmpc64_310k": [6, 30], "densiti": [6, 9, 13, 16, 22, 30, 32], "density_profil": [22, 32], "depend": [9, 12, 16, 17, 19, 26, 30, 31, 32], "depict": 13, "der": [16, 29, 34], "deriv": [24, 29, 32, 34], "descent": [29, 34], "describ": [11, 12, 16, 19, 31, 32, 35], "descript": [11, 16, 29, 34], "design": [11, 12, 31], "desir": [26, 27, 33], "desktop": [13, 14, 17], "despit": 16, "detail": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 30, 31, 32, 33], "detect": [12, 16, 25, 29, 31, 32, 34], "determin": [9, 24, 27, 30, 32, 33], "develop": [9, 10, 11, 13, 16, 28, 30, 33], "deviat": [12, 29, 31, 34], "dgx": [4, 30], "diagon": 16, "dicuss": [12, 29, 31, 34], "did": 16, "difer": [9, 30], "differ": [0, 1, 2, 3, 5, 8, 9, 10, 11, 12, 13, 16, 18, 19, 20, 21, 22, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35], "dihedr": [12, 29, 31, 34], "dihedraltyp": [12, 29, 31, 34], "dimens": [6, 7, 9, 24, 27, 30, 32, 33], "diminish": 16, "directli": [11, 12, 16, 27, 31, 33], "directori": [10, 12, 25, 28, 30, 31, 32, 33], "disabl": [27, 29, 33, 34], "disclos": [12, 31], "discord": [23, 32], "discov": 17, "discuss": [1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "diseas": 17, "disord": 17, "dispdev": [9, 12, 27, 29, 30, 31, 33, 34], "displac": [12, 31], "displai": [12, 16, 18, 19, 20, 21, 22, 23, 24, 29, 31, 32, 34], "disrupt": 16, "dissect": 17, "distanc": [6, 7, 12, 16, 21, 22, 29, 30, 31, 32, 34], "distinct": [9, 30], "distinguish": 16, "distort": 16, "distribut": [6, 10, 13, 16, 19, 22, 28, 30, 32, 33], "disturb": 16, "disulfid": [5, 8, 9, 16, 20, 25, 27, 30, 32, 33], "dival": 14, "divers": [11, 13, 35], "divid": [6, 22, 30, 32], "dmpc": [6, 7, 13, 17, 22, 23, 30, 32], "dmpc64": [6, 22, 30, 32], "dmpc64_cg": [6, 22, 30, 32], "dmpc64_cg_box": [22, 32], "dmpc64_cg_em": [6, 22, 30, 32], "dmpc64_cg_eq": [22, 32], "dmpc64_cg_eq_": [6, 30], "dmpc64_cg_eq_0": [6, 30], "dmpc64_cg_eq_9": [6, 30], "dmpc64_cg_ion": [22, 32], "dmpc64_cg_md": [6, 22, 30, 32], "dmpc64_cg_md_pbc": [6, 22, 30, 32], "dmpc64_cg_nb": [6, 30], "dmpc64_cg_sol1": [22, 32], "dmpc64_cg_sol2": [22, 32], "dmpc_bilay": [6, 22, 30, 32], "dmpc_cg": [7, 23, 30, 32], "dmpc_cg_eq": [22, 32], "dna": [1, 2, 3, 4, 9, 11, 12, 14, 16, 17, 18, 19, 21, 25, 29, 31, 34, 35], "dna_box": [19, 32], "dna_cg": [1, 2, 3, 18, 30, 32], "dna_cg_box": [18, 32], "dna_cg_em": [1, 2, 18, 30, 32], "dna_cg_eq": [1, 2, 18, 30, 32], "dna_cg_ion": [18, 32], "dna_cg_md": [1, 2, 18, 30, 32], "dna_cg_md_pbc": [2, 18, 30, 32], "dna_cg_sol": [18, 32], "dna_chain_a": [18, 19, 21, 32], "dna_chain_b": [19, 21, 32], "dna_em": [19, 32], "dna_eq": [19, 32], "dna_hyb": [3, 30], "dna_hyb_em": [3, 30], "dna_hyb_eq": [3, 30], "dna_hyb_md": [3, 30], "dna_ion": [19, 32], "dna_md": [19, 32], "dna_md_pbc": [19, 32], "dna_shel": [19, 32], "dna_sol": [19, 32], "do": [6, 7, 9, 10, 12, 15, 16, 18, 20, 21, 22, 23, 24, 25, 28, 29, 30, 31, 32, 33, 34], "document": [10, 13, 16, 25, 27, 28, 29, 30, 32, 33, 34], "dodecahedron": [27, 33], "dodero": 17, "doe": [6, 7, 12, 16, 22, 27, 29, 30, 31, 32, 33, 34], "domain": [11, 24, 32], "don": [16, 19, 24, 27, 32, 33], "done": [6, 7, 12, 16, 27, 29, 30, 31, 33, 34], "dot": [29, 34], "doubl": [1, 2, 16, 18, 24, 29, 30, 32, 34], "doubli": [9, 30], "down": 16, "download": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27], "dpi": [29, 34], "dposrebb": [23, 32], "dposrez": [23, 32], "dramat": 16, "draw": [29, 34], "driven": 13, "dt": [29, 34], "due": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "dummi": [7, 23, 30, 32], "dure": [7, 16, 18, 29, 30, 32, 34], "dx": [27, 33], "dy": [27, 33], "dynam": [10, 11, 12, 13, 14, 16, 17, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "dz": [27, 33], "e": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "each": [2, 3, 5, 6, 7, 8, 9, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "easili": 16, "echo": [2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 30, 32], "edg": [13, 27, 33], "edit": [9, 18, 19, 20, 21, 22, 23, 24, 26, 29, 30, 32, 34], "editconf": [18, 19, 20, 21, 22, 23, 24, 32], "editor": [1, 2, 3, 4, 5, 6, 7, 8, 9, 24, 27, 30, 32, 33], "edr": [22, 32], "edu": [12, 29, 31, 34], "effect": [1, 2, 3, 13, 16, 18, 30, 32], "effici": [11, 35], "either": 16, "elast": 16, "electr": [13, 16, 17], "electrolyt": [2, 5, 6, 7, 8, 9, 13, 14, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "electropor": 16, "electrostat": [13, 14, 26, 29, 34], "element": [16, 29, 34], "elsewher": [29, 34], "em": [16, 18, 19, 21, 22, 32], "em1": [20, 23, 24, 27, 32, 33], "em1_cgliprot": [23, 32], "em1_cgprot": [20, 24, 32], "em1_prot": [7, 30], "em1_wt4": [5, 8, 30], "em2": [20, 23, 24, 27, 32, 33], "em2_cgliprot": [23, 32], "em2_cgprot": [20, 24, 32], "em2_prot": [7, 30], "em2_wt4": [5, 8, 30], "em3": [24, 32], "em3_cgprot": [24, 32], "em_cgdna": [18, 21, 32], "em_cglip": [22, 32], "em_cpu": [9, 30], "em_gb": [1, 30], "em_gbsa": [4, 30], "em_hyb": [3, 30], "em_hybsol": [19, 32], "em_lipid": [6, 30], "em_wt4": [2, 30], "email": [12, 29, 31, 34], "embed": [2, 7, 19, 23, 24, 30, 32], "embrac": [5, 30], "empir": 16, "emploi": [9, 13, 24, 28, 30, 32, 33], "empti": [8, 30], "enabl": [13, 27, 33], "enantioselect": 16, "enclos": [24, 32], "encompass": 11, "encourag": [27, 33], "end": [1, 2, 3, 4, 9, 18, 21, 22, 24, 27, 30, 32, 33], "endif": [18, 20, 23, 24, 32], "energi": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 26, 30, 32], "engin": [13, 16], "enhanc": [1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "enough": [16, 24, 32], "ensembl": [11, 16, 35], "ensur": [9, 11, 13, 30, 35], "entail": 13, "enter": [9, 12, 29, 30, 31, 34], "entir": [7, 11, 13, 23, 29, 32, 34, 35], "entri": [29, 34], "enumer": [23, 32], "envelop": 9, "environ": [16, 29, 34], "epsilon": [5, 8, 9, 16, 20, 27, 30, 32, 33], "eq": [18, 19, 21, 22, 32], "eq1": [20, 23, 24, 27, 32, 33], "eq1_cgliprot": [23, 32], "eq1_cgprot": [20, 24, 32], "eq1_wt4": [5, 8, 30], "eq2": [20, 23, 24, 27, 32, 33], "eq2_cgliprot": [23, 32], "eq2_cgprot": [20, 24, 32], "eq2_wt4": [5, 8, 30], "eq_cgdna": [18, 21, 32], "eq_cglip": [22, 32], "eq_gb": [1, 2, 3, 30], "eq_gbsa": [4, 30], "eq_hyb": [3, 30], "eq_hybsol": [19, 32], "eq_lipid": [6, 30], "eq_prot": [7, 30], "eq_wt4": [2, 30], "equal": [3, 30], "equilibr": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 30, 32], "equlibr": [8, 30], "eras": [16, 29, 34], "error": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "especi": [27, 33], "essenti": [9, 25, 30, 32], "establish": [9, 13, 30], "estim": [9, 12, 30, 31], "et": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "etc": [29, 34], "ethanolamin": 13, "eukaryot": 13, "evalu": [9, 30], "even": 16, "event": [16, 29, 34], "eventu": [1, 2, 3, 7, 16, 18, 30, 32], "everi": [29, 34], "evid": 16, "ewald": [2, 5, 8, 9, 16, 30], "exact": [12, 31], "examin": [9, 30], "exampl": [1, 2, 3, 4, 5, 8, 9, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "example_3jci": [9, 30], "excess": [7, 30], "excit": [13, 16, 17], "exclus": 16, "execut": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 16, 17, 27, 28, 29, 30, 31, 33, 34], "exequiel": 15, "exhibit": [29, 34], "exit": [1, 2, 3, 4, 5, 6, 7, 8, 9, 27, 29, 30, 33, 34], "exonucleas": [12, 29, 31, 34], "expand": [13, 35], "expect": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 20, 21, 22, 23, 24, 27, 30, 32, 33], "experi": 16, "experiment": [5, 8, 9, 11, 16, 20, 27, 30, 32, 33], "explain": [29, 34], "explicit": [2, 5, 6, 7, 8, 9, 11, 14, 18, 20, 21, 22, 23, 27], "explicitli": [5, 8, 9, 16, 27, 30, 33], "explor": [13, 14, 16, 17], "explos": [7, 16, 30], "expon": [27, 33], "export": [12, 27, 31, 33], "expr": [12, 31], "extend": [16, 24, 27, 29, 32, 33, 34], "extendedsystem": [27, 33], "extens": [11, 12, 13, 17, 19, 24, 29, 31, 32, 34], "extent": [12, 16, 31], "extern": [12, 24, 31, 32], "extra": [9, 16, 30], "extract": [29, 34], "extrem": [4, 21, 29, 30, 32, 34], "ezequiel": 15, "f": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "facilit": [11, 12, 13, 31, 35], "fact": [29, 34], "factor": [16, 26, 27, 33], "fail": [9, 16, 29, 30, 34], "familiar": [1, 6, 9, 10, 12, 24, 25, 28, 30, 31, 32, 33], "fantast": [9, 30], "faq": [6, 7, 22, 23, 24, 30, 32], "far": [5, 8, 9, 16, 27, 30, 33], "farthest": 16, "fast": 16, "fat": [13, 14, 16], "fc": [20, 23, 24, 32], "fcx": [24, 32], "fcy": [24, 32], "fcz": [24, 32], "feasibl": 13, "featur": [5, 9, 11, 12, 13, 16, 20, 23, 24, 27, 29, 30, 31, 32, 33, 34, 35], "feb": 17, "feel": 17, "fernando": 15, "ferreira": [14, 15], "few": [1, 2, 4, 6, 7, 12, 16, 18, 21, 22, 29, 30, 31, 32, 34], "ff": [9, 12, 18, 19, 20, 21, 22, 23, 24, 25, 29, 30, 31, 32, 34], "ff0000": [29, 34], "ff10": [3, 30], "ff12sb": [3, 30], "ff14sb": [3, 9, 16, 29, 30, 34], "ff99bsc0": [3, 30], "ffout": [9, 30], "fiber": [19, 32], "field": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 32, 33, 34, 35], "fifth": [9, 30], "fight": 17, "figur": [3, 7, 9, 12, 13, 23, 24, 29, 30, 31, 32, 34], "file": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 16, 18, 19, 20, 21, 22, 24, 25, 26, 28, 29, 31, 34], "filenam": [9, 29, 30, 34], "fill": 16, "final": [9, 19, 24, 27, 29, 30, 32, 33, 34], "find": [1, 2, 3, 4, 6, 7, 9, 12, 22, 23, 24, 29, 30, 31, 32, 34], "fine": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 20, 21, 22, 23, 24, 27, 30, 32, 33], "finish": [12, 29, 31, 34], "first": [1, 2, 6, 7, 9, 12, 16, 23, 24, 27, 29, 30, 31, 32, 33, 34], "fit": [12, 31], "five": [9, 13, 30], "fix": [6, 7, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "fixpdb": [9, 30], "flag": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "flexibl": [13, 17, 27, 29, 33, 34], "florencia": 15, "fluctuat": [6, 7, 12, 16, 30, 31], "fma": [12, 29, 31, 34], "focem": 11, "focu": [12, 13, 14, 29, 31, 34], "focus": 13, "fold": [11, 16], "folder": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 30, 32, 33], "follow": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "font": [29, 34], "fontsiz": [29, 34], "forc": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 32, 33, 34, 35], "forcefield": [19, 32], "forg": [9, 30], "forget": [18, 19, 20, 21, 22, 23, 24, 32], "form": [3, 5, 9, 12, 13, 16, 17, 20, 23, 24, 27, 30, 31, 32, 33], "format": [1, 2, 3, 7, 8, 9, 11, 13, 16, 27, 30, 33], "former": [16, 27, 33], "fortiu": [13, 14], "found": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "foundat": 11, "four": [13, 14, 29, 34], "fourth": [9, 30], "frac": [0, 6, 22, 30, 32], "fragment": [0, 6, 7, 9, 12, 16, 22, 23, 29, 30, 31, 32, 34], "frai": [1, 2, 3, 18, 30, 32], "frame": [12, 29, 31, 34], "framework": [13, 16], "frankensteinian": 16, "free": [11, 12, 16, 17, 29, 31, 34], "freedom": 16, "freeli": [10, 25, 28, 30, 32, 33], "frequent": [7, 13, 16, 30], "frigini": [13, 14, 15, 17], "frizzarin": 17, "from": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34], "frontier": [13, 17], "fulli": 13, "funct": [24, 32], "function": [9, 13, 27, 28, 29, 30, 33, 34], "fund": 11, "further": [14, 24, 32, 35], "furthermor": [29, 34], "g": [0, 2, 5, 6, 7, 8, 9, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "g1107d": 17, "g_select": [20, 32], "g_top2psf": [18, 19, 20, 21, 22, 23, 24, 29, 32, 34], "gaff": [0, 16, 30], "gaff_lipid": [0, 30], "gain": [9, 30], "gamma": [27, 33], "garai": [13, 14, 15, 17], "gb": [1, 3, 4, 30], "gbsa": [29, 34], "gc": [9, 12, 29, 30, 31, 34], "genbank": [3, 30], "genbox": [18, 19, 20, 21, 22, 23, 24, 32], "gener": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 18, 19, 20, 21, 22, 24, 27, 28, 29, 30, 33, 34], "geninit": [7, 30], "genion": [18, 19, 20, 21, 22, 23, 24, 32], "genom": [9, 30], "genrestr": [20, 23, 24, 32], "gensystem": [1, 2, 3, 4, 5, 6, 7, 8, 27, 30, 33], "gentli": 16, "geometr": [29, 34], "get": [5, 8, 9, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 30, 31, 32, 33], "ghost": [29, 34], "gif": [29, 34], "github": [6, 7, 10, 22, 28, 30, 32, 33], "give": [9, 29, 30, 34], "given": [5, 7, 8, 9, 12, 16, 20, 23, 24, 27, 30, 31, 32, 33], "glh": [5, 8, 9, 16, 20, 27, 30, 32, 33], "gliadin": 17, "global": [29, 34], "glu": [9, 16, 30], "glu222": 16, "glutam": [5, 8, 9, 16, 20, 27, 30, 32, 33], "glutamin": 17, "glycam": [8, 30], "glycan": [8, 13, 30], "glycerol": 16, "glycoprot": [8, 30], "glycoprotein": 8, "glycosid": [8, 30], "glycosil": [8, 30], "glycosyl": [11, 35], "gmx": [5, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "gn": [9, 12, 20, 23, 24, 29, 30, 31, 32, 34], "gn_go": [20, 24, 32], "gn_go_soft": [20, 24, 32], "gnac": [8, 30], "gnu": 11, "go": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "go2": [8, 30], "go3": [8, 30], "go4": [8, 30], "go6": [8, 30], "go_gn": [23, 32], "gonzalez": [15, 17, 19, 32], "gonz\u00e1lez": [13, 14, 17], "good": [16, 18, 19, 20, 21, 22, 23, 24, 32], "googl": 17, "gpu": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33, 35], "grace": [6, 22, 29, 30, 32, 34], "gradient": [29, 34], "gradual": [16, 27, 33], "grain": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34, 35], "granular": 16, "grape": 16, "graph": [29, 34], "graphic": [6, 7, 9, 12, 23, 29, 30, 31, 32, 34], "greater": [9, 24, 30, 32], "greatli": 16, "green": [24, 29, 32, 34], "grep": [18, 19, 20, 21, 22, 23, 24, 32], "gro": [18, 19, 20, 21, 22, 23, 24, 32], "gromac": [0, 11, 12, 25, 29, 30, 31, 34], "gromo": [0, 5, 8, 9, 16, 19, 20, 27, 30, 32, 33], "gromos43a1": [0, 30], "gromos43a1_lipid": [0, 30], "gromos53a6_lipid": [0, 30], "grompp": [16, 18, 19, 20, 21, 22, 23, 24, 32], "group": [11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 31, 32, 33], "guanin": [4, 21, 30, 32], "guaranti": 16, "gui": [0, 5, 7, 8, 9, 16, 20, 23, 24, 27, 30, 32, 33], "guid": [10, 12, 24, 25, 28, 29, 30, 31, 32, 33, 34], "gw3": [4, 30], "gw5": [4, 21, 30, 32], "gz": [9, 10, 25, 28, 30, 32, 33], "gzip": [9, 30], "g\u00f3mez": 17, "h": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 29, 30, 32, 33, 34], "ha": [9, 11, 13, 16, 17, 24, 29, 30, 32, 34, 35], "had": [9, 24, 30, 32], "hadden": [9, 30], "hairpin": 16, "hamiltonian": [13, 16], "hand": [9, 16, 30], "handl": [11, 16, 17], "happen": 16, "harvest": 13, "have": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "hb": [29, 34], "head": [7, 13, 16, 23, 30, 32], "header": [9, 30], "heat": [6, 7, 30], "heat_lipid": [6, 30], "heat_prot": [7, 30], "heavi": [1, 2, 3, 4, 6, 18, 21, 22, 30, 32], "height": [29, 34], "hela": [13, 16, 17], "helic": 11, "helix": [1, 2, 3, 16, 18, 29, 30, 32, 34], "help": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "hemichannel": [13, 16, 17], "henc": [5, 8, 9, 16, 20, 27, 30, 32, 33], "here": [1, 2, 4, 9, 12, 18, 21, 24, 29, 30, 31, 32, 34], "herrera": [13, 14, 15, 17], "heterogen": 13, "hex": [29, 34], "hi": [5, 8, 9, 16, 20, 27, 30, 32, 33], "hid": [9, 16, 29, 30, 34], "hidrophob": 16, "hie": [9, 16, 30], "higher": [13, 27, 33], "highli": [7, 13, 16, 23, 30, 32], "highlight": [3, 30], "hip": [9, 30], "histidin": [5, 8, 9, 16, 20, 27, 30, 32, 33], "histor": 16, "hit": [9, 30], "hiv": [3, 30], "holist": [11, 35], "homogen": 17, "homologi": 16, "hour": [5, 7, 8, 9, 20, 23, 24, 27, 30, 32, 33], "how": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 28, 29, 30, 31, 32, 34], "howev": [3, 6, 7, 8, 9, 10, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34], "hsd": 16, "hse": 16, "ht": [29, 34], "htmd": [0, 30], "http": [9, 12, 29, 30, 31, 34], "human": [3, 30], "humberto": 15, "humphrei": [12, 29, 31, 34], "hundr": 16, "hybrid": [16, 17, 19], "hybsol_comb1": [19, 32], "hybsol_comb2": [19, 32], "hybsol_comb3": [19, 32], "hydrat": [2, 5, 6, 7, 8, 9, 16, 27, 30, 33], "hydrogen": [9, 16, 27, 29, 30, 33, 34], "hydrophil": 16, "hydrophob": [7, 13, 16, 30], "i": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35], "i10": [24, 32], "i10_cg": [24, 32], "i10_cg_box": [24, 32], "i10_cg_box2": [24, 32], "i10_cg_em1": [24, 32], "i10_cg_em2": [24, 32], "i10_cg_em3": [24, 32], "i10_cg_eq1": [24, 32], "i10_cg_eq2": [24, 32], "i10_cg_ion": [24, 32], "i10_cg_ion_pul": [24, 32], "i10_cg_md": [24, 32], "i10_cg_md_pbc": [24, 32], "i10_cg_md_pullf": [24, 32], "i10_cg_md_pullx": [24, 32], "i10_cg_smd_f": [24, 32], "i10_cg_smd_f_pbc": [24, 32], "i10_cg_smd_v": [24, 32], "i10_cg_smd_v_pbc": [24, 32], "i10_cg_solv1": [24, 32], "i10_cg_solv2": [24, 32], "i10_cg_solv3": [24, 32], "i10_cg_solv4": [24, 32], "i10_z": [24, 32], "id": [12, 29, 31, 34], "idea": [18, 19, 20, 21, 22, 23, 24, 32], "ideal": 16, "ident": [5, 8, 9, 16, 20, 27, 30, 32, 33], "identifi": [9, 16, 29, 30, 34], "ifdef": [18, 20, 23, 24, 32], "igb": [29, 34], "imag": [6, 7, 9, 16, 22, 24, 29, 30, 32, 34], "imbal": [9, 30], "immunodefici": [3, 30], "immunoglobulin": [24, 32], "immunologi": 17, "impact": [7, 27, 30, 33], "implement": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 16, 19, 28, 30, 32, 33], "impli": 16, "implic": 17, "implicit": [1, 4, 29, 34], "implicitli": [3, 30], "import": [0, 7, 9, 11, 12, 16, 19, 24, 29, 30, 31, 32, 34], "importantli": 16, "imposs": 16, "improp": [12, 29, 31, 34], "impropertyp": [12, 29, 31, 34], "improv": [5, 8, 9, 13, 16, 20, 24, 27, 29, 30, 32, 33, 34], "inaccess": 16, "inch": [29, 34], "includ": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34, 35], "incorpor": [11, 13, 35], "incorrect": [9, 30], "incr": [12, 27, 31, 33], "increas": [6, 7, 9, 22, 27, 30, 32, 33], "increment": [27, 33], "inde": 16, "independ": [23, 32], "index": [5, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "indic": [12, 27, 29, 31, 33, 34], "individu": [11, 16], "induc": 17, "inf": [9, 30], "inflammasom": 17, "info": [2, 5, 7, 9, 12, 16, 27, 29, 30, 31, 33, 34], "inform": [6, 7, 9, 12, 13, 14, 17, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34, 35], "inher": [27, 28, 33], "init_posr": [23, 32], "init_topol": [23, 32], "initi": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 17, 23, 27, 29, 30, 32, 33, 34], "inner": [9, 30], "inpcrd": [9, 30], "input": [16, 18, 19, 20, 21, 22, 23, 24, 28, 29, 32, 34], "inputnam": [27, 33], "insid": [7, 9, 12, 16, 22, 23, 29, 30, 31, 32, 34], "inspect": [9, 16, 30], "instal": [9, 10, 12, 25, 28, 29, 30, 31, 32, 33, 34], "instanc": [12, 29, 31, 34], "instantan": [29, 34], "instead": [9, 27, 30, 33], "institut": 11, "instruct": [10, 12, 25, 27, 28, 29, 30, 31, 32, 33, 34], "insuffici": [7, 30], "integr": [9, 16, 30], "intend": 13, "inter": [0, 16, 30], "interact": [2, 3, 5, 6, 7, 8, 9, 11, 12, 13, 16, 23, 24, 26, 29, 30, 31, 32, 34, 35], "interdisciplinari": 17, "interest": [6, 22, 29, 30, 32, 34], "interfac": [3, 9, 12, 13, 14, 16, 29, 30, 31, 34], "intermolecular": [11, 13, 35], "intern": [29, 34], "interplai": 17, "interpret": 16, "interstic": 16, "intestin": 17, "intra": [11, 35], "intrins": [16, 17], "introduc": [9, 13, 30], "introduct": [25, 32], "intuit": [11, 35], "involv": [8, 13, 30], "ion": [0, 2, 5, 6, 7, 8, 9, 11, 13, 14, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34, 35], "ionic": 9, "isoform": 17, "issu": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "iter": [27, 33], "itp": [18, 19, 20, 23, 24, 32], "its": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 29, 30, 31, 32, 33, 34, 35], "j": [12, 13, 14, 17, 29, 31, 34], "j1": 16, "j2": 16, "j6": 16, "jodi": [9, 30], "jone": 16, "journal": [13, 14, 17], "just": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "k": [2, 5, 6, 7, 8, 9, 12, 13, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "k03455": [3, 30], "kcal": 26, "keep": [9, 24, 29, 30, 32, 34], "keyword": [16, 23, 24, 29, 32, 34], "kind": [5, 8, 9, 16, 20, 27, 30, 32, 33], "kit": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "klein": [12, 13, 14, 15, 17, 29, 31, 34], "know": [29, 34], "known": [11, 22, 23, 24, 32], "kw": [2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "l": [0, 13, 14, 17, 30], "label": [9, 29, 30, 34], "laci": 17, "lack": [5, 9, 20, 23, 24, 27, 30, 32, 33], "lamellar": 16, "langevin": [27, 33], "langevindamp": [27, 33], "langevinhydrogen": [27, 33], "langevinpiston": [27, 33], "langevinpistondecai": [27, 33], "langevinpistonperiod": [27, 33], "langevinpistontarget": [27, 33], "langevinpistontemp": [27, 33], "langevintemp": [27, 33], "larg": [6, 7, 11, 12, 16, 29, 30, 31, 34], "larger": [11, 35], "last": [12, 16, 27, 29, 31, 33, 34], "last_frame_backmap": [29, 34], "last_step": [27, 33], "late": 13, "later": [9, 10, 16, 23, 24, 25, 28, 29, 30, 32, 33, 34], "latest": [1, 2, 4, 9, 10, 13, 18, 21, 25, 28, 30, 32, 33], "launch": [12, 29, 31, 34], "layer": [9, 24, 30, 32], "layers_radiu": [9, 30], "lead": [5, 7, 8, 9, 16, 20, 27, 30, 32, 33], "leaflet": [6, 16, 22, 30, 32], "leap": [16, 28], "leaprc": [1, 2, 3, 4, 5, 6, 7, 8, 9, 27, 30, 33], "learn": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 31, 32, 33], "least": [9, 30], "leav": 16, "left": [9, 30], "legend": [29, 34], "length": [6, 7, 24, 27, 30, 32, 33], "lennard": 16, "leonardo": 15, "less": [29, 34], "lessen": 13, "let": [9, 12, 17, 30, 31], "level": [3, 5, 8, 9, 11, 12, 13, 14, 16, 17, 20, 22, 23, 27, 30, 31, 32, 33, 35], "leverag": [11, 35], "librari": [29, 34], "licens": [29, 34, 35], "licoric": [29, 34], "life": 17, "ligand": 16, "like": [1, 2, 3, 4, 5, 8, 9, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 32, 33, 34], "limit": [7, 16, 30], "lindex": [12, 31], "line": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 26, 27, 29, 30, 31, 32, 33, 34], "link": [1, 2, 3, 10, 11, 13, 19, 25, 28, 30, 32, 33, 35], "linuxamd64": [12, 29, 31, 34], "lip": [7, 30], "lipid": [0, 6, 13, 14, 16, 17, 19, 22, 29, 34], "lipid11": [0, 16, 30], "lipid_chain_a": [22, 32], "lipid_chain_b": [22, 32], "lipid_chain_f": [23, 32], "lipidbook": [0, 16, 30], "list": [6, 7, 16, 22, 23, 29, 30, 32, 34], "literatur": 16, "liwo": [13, 17], "lj": 16, "ln": [1, 2, 3, 10, 25, 28, 30, 32, 33], "ln1": [24, 32], "load": [1, 2, 3, 4, 5, 6, 7, 8, 9, 27, 29, 30, 33, 34], "loadpdb": [1, 2, 3, 4, 5, 6, 7, 8, 9, 27, 30, 33], "local": [9, 16, 30], "locat": [7, 9, 10, 28, 29, 30, 33, 34], "log": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "long": [1, 2, 3, 4, 5, 6, 7, 8, 9, 14, 16, 18, 20, 21, 22, 23, 24, 27, 30, 32, 33], "longer": [11, 35], "look": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "loop": [12, 27, 31, 33], "lopreiato": 17, "lost": 16, "low": 16, "lower": 16, "lucianna": 15, "luckili": [7, 23, 30, 32], "luoni": 17, "ly": [9, 30], "m": [0, 1, 2, 3, 4, 5, 6, 8, 9, 13, 14, 16, 17, 18, 20, 21, 22, 24, 27, 30, 32, 33], "m2": 16, "m3": 16, "m4": 16, "machado": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 15, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "maciejewski": [0, 30], "macosx": [28, 33], "macro": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 30, 31, 32, 33], "made": [7, 9, 24, 26, 30, 32], "magnesium": [13, 29, 34], "mai": [1, 2, 3, 5, 6, 7, 8, 9, 11, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "main": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "maintain": [27, 33], "mainten": 11, "major": [16, 29, 34], "make": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34], "make_ndx": [16, 18, 19, 20, 21, 22, 23, 24, 32], "mammano": [13, 17], "mandatori": [2, 5, 8, 9, 16, 30], "mani": [12, 16, 19, 27, 29, 31, 32, 33, 34], "manipul": [5, 7, 9, 20, 23, 24, 27, 30, 32, 33], "manual": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "map": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 14, 16, 18, 20, 21, 22, 23, 24, 27, 29, 32, 33, 34], "mar": [29, 34], "march": 16, "marin": 17, "mark": [29, 34], "marrink": [13, 17], "mart\u00edn": 15, "mart\u00ednez": [13, 17], "mask": [7, 30], "mass": [12, 16, 31], "mast": [21, 32], "match": [7, 19, 23, 30, 32], "materi": [10, 13, 25, 28, 29, 30, 32, 33, 34], "matia": 15, "matric": [9, 30], "matrix": [29, 34], "maxcyc": [29, 34], "maximum": [16, 24, 32], "maxwarn": [23, 24, 32], "mb": [12, 29, 31, 34], "md": [1, 2, 3, 9, 10, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35], "md_cgdna": [18, 21, 32], "md_cglip": [22, 32], "md_cgliprot": [23, 32], "md_cgprot": [20, 24, 32], "md_gb": [1, 2, 3, 30], "md_gbsa": [4, 30], "md_hyb": [3, 30], "md_hybsol": [19, 32], "md_lipid": [6, 30], "md_prot": [7, 30], "md_wt4": [2, 5, 8, 30], "mdinfo": [9, 30], "mdp": [16, 18, 19, 20, 21, 22, 23, 24, 32], "mdrun": [18, 19, 20, 21, 22, 23, 24, 32], "mean": [11, 12, 16, 31, 35], "meant": 16, "measur": [12, 24, 31, 32], "mechan": [13, 16, 17, 24, 32], "media": [11, 35], "mediat": 13, "medic": 17, "meet": 16, "melo": 17, "member": 13, "membran": [6, 7, 13, 14, 16, 17, 22, 23, 25], "membuild": [0, 16, 30], "memori": [12, 16, 29, 31, 34], "mention": 16, "menu": [9, 30], "mer": [1, 2, 18, 30, 32], "mercosur": 11, "merg": [16, 18, 32], "messag": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "met": [5, 9, 20, 23, 24, 27, 30, 32, 33], "metal": [11, 13, 14, 29, 34, 35], "method": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "methodologi": [19, 32], "metric": [12, 31], "mgw": [29, 34], "mgx": [29, 34], "mich": 17, "might": [5, 8, 9, 20, 27, 30, 32, 33], "mind": [9, 29, 30, 34], "minim": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 29, 30, 31, 32, 34], "minimization_01": [27, 33], "minimum": [9, 24, 30, 32], "minut": [29, 34], "misplac": [16, 22, 23, 24, 32], "miss": [9, 16, 18, 20, 21, 22, 23, 24, 30, 32], "mix": 17, "mixtur": 13, "mkdir": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 30, 32, 33], "mm": [9, 30], "mobil": [12, 31], "mode": [27, 33], "model": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34, 35], "modif": [11, 13, 14, 16, 26, 35], "modifi": [0, 5, 9, 11, 12, 16, 20, 21, 23, 24, 26, 29, 30, 31, 32, 34], "modul": [1, 2, 3, 4, 5, 6, 7, 8, 9, 20, 23, 24, 27, 28, 29, 30, 32, 33, 34], "moieti": [11, 16, 35], "mol": [0, 12, 18, 19, 20, 21, 22, 23, 24, 26, 27, 29, 30, 31, 32, 33, 34], "molec": [12, 29, 31, 34], "molecul": [0, 1, 2, 4, 5, 6, 8, 9, 11, 12, 13, 16, 18, 19, 20, 21, 22, 24, 27, 29, 31, 33, 34], "molecular": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "moleculetyp": [18, 32], "molinfo": [12, 31], "monom": [23, 32], "monoval": 13, "montevideo": 11, "month": 16, "monticelli": [13, 17], "moral": [13, 14], "more": [6, 7, 9, 10, 11, 12, 13, 14, 16, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "most": [9, 11, 12, 13, 16, 29, 30, 31, 34], "mothod": [12, 29, 31, 34], "motif": 16, "mous": [9, 30], "move": [12, 16, 24, 31, 32], "movebi": [24, 32], "movement": [29, 34], "mpi": [9, 29, 30, 34], "mpirun": [9, 29, 30, 34], "mse": [5, 9, 20, 23, 24, 27, 30, 32, 33], "mtx": [29, 34], "much": [12, 31], "mucos": 17, "multi": [11, 13, 14, 16, 35], "multimicrosecond": [13, 17], "multipl": [12, 31], "multiresolut": 13, "multiscal": [3, 11, 14, 16, 17, 24, 29, 34, 35], "multithread": [12, 29, 31, 34], "must": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 20, 23, 26, 27, 29, 30, 31, 32, 33, 34], "mutagenesi": [13, 16, 17], "mutat": [5, 9, 17, 20, 23, 24, 27, 30, 32, 33], "mv": [9, 30], "mw": [0, 30], "mw_": [0, 30], "my": 16, "myristoyl": 13, "myss": [29, 34], "myss_by_fram": [29, 34], "n": [0, 2, 5, 6, 7, 8, 9, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "n_": [5, 8, 9, 20, 27, 30, 32, 33], "na": [2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "nacl": [2, 5, 6, 7, 8, 9, 18, 20, 21, 22, 23, 24, 27, 30, 32, 33], "namd": [12, 16, 27, 28, 29, 31, 34], "namd2": 28, "namd3": 28, "namd_input": [27, 33], "name": [0, 5, 6, 7, 8, 9, 12, 16, 20, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "nativ": [10, 16, 28, 30, 33], "natur": [11, 16, 35], "navig": [9, 30], "naw": [2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "nbfix": 16, "nc": [1, 2, 3, 4, 5, 6, 7, 8, 9, 30], "ncrst": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 30], "ncyc": [29, 34], "ndx": [18, 19, 20, 21, 22, 23, 24, 32], "ne": 16, "necess": [29, 34], "necessari": [1, 2, 3, 7, 9, 12, 27, 30, 31, 33], "necessarili": 16, "need": [5, 7, 8, 9, 12, 13, 16, 20, 21, 23, 24, 27, 29, 30, 31, 32, 33, 34], "neg": [5, 8, 9, 16, 20, 27, 30, 32, 33], "negatv": [9, 30], "neighbor": [29, 34], "net": [9, 13, 30], "netcdf": [6, 7, 16, 30], "network": 16, "neurosci": [13, 17], "neutral": [5, 8, 9, 16, 20, 23, 24, 27, 29, 30, 32, 33, 34], "new": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "newest": [3, 30], "next": [9, 29, 30, 34], "ng": [22, 32], "ngo": [2, 5, 6, 7, 8, 30], "nitrogen": [5, 8, 9, 20, 27, 30, 32, 33], "nlrp3": 17, "nm": [6, 16, 20, 22, 24, 29, 30, 32, 34], "nn": [18, 20, 21, 22, 23, 24, 32], "nname": [18, 20, 21, 22, 23, 24, 32], "nnb": 16, "nocah": [29, 34], "noload": [29, 34], "nomenclatur": [0, 16, 30], "nomin": [29, 34], "non": [9, 12, 13, 23, 24, 27, 29, 31, 32, 33, 34], "none": [29, 34], "noprint": [29, 34], "nor": 16, "normal": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 20, 21, 22, 23, 24, 27, 30, 32, 33], "note": [9, 11, 30], "notic": [16, 29, 34], "notori": 16, "nov": [29, 34], "novemb": [12, 29, 31, 34], "now": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "np": [9, 18, 19, 20, 21, 22, 23, 24, 30, 32], "npt": [2, 5, 8, 9, 16, 27, 30, 33], "nq": [19, 20, 22, 23, 24, 32], "nquit": [2, 5, 6, 7, 8, 30], "nr": 16, "nstep": [27, 33], "nt": [5, 8, 9, 16, 27, 30, 33], "nu": 16, "nucleic": [11, 12, 13, 29, 31, 34, 35], "nucleotid": [3, 9, 13, 16, 29, 30, 34], "num": [12, 31], "number": [0, 6, 7, 9, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "numfram": [12, 31], "nvt": 16, "nw": 16, "nx": 16, "nxy": [6, 22, 30, 32], "nz": 16, "o": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "o3": [29, 34], "object": [18, 19, 20, 21, 22, 32], "observ": [16, 24, 29, 32, 34], "obtain": [5, 7, 8, 9, 10, 20, 23, 24, 27, 30, 32, 33], "occasion": 16, "occur": [9, 16, 30], "octahedr": [9, 30], "octahedron": [18, 19, 20, 21, 27, 32, 33], "off": [16, 21, 27, 29, 32, 33, 34], "offer": [11, 12, 13, 31, 35], "offici": [10, 25, 28, 30, 32, 33], "often": [16, 29, 34], "oi": 16, "ok": [9, 16, 30], "old": 16, "oldff": [3, 30], "oleic": 13, "oligom": 17, "oligonucleosom": 17, "omit": [29, 34], "onc": [6, 7, 9, 12, 26, 29, 30, 31, 34], "one": [5, 7, 8, 9, 12, 14, 20, 23, 24, 27, 29, 30, 31, 32, 33, 34], "ones": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "onion": 13, "onli": [1, 2, 3, 9, 12, 16, 24, 27, 29, 30, 31, 32, 33, 34], "op1": [9, 30], "op11dc": [9, 30], "op2": [9, 30], "op21dc": [9, 30], "open": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "oper": [9, 10, 12, 28, 29, 30, 31, 33, 34], "opinion": 17, "opl": [0, 5, 8, 9, 16, 19, 20, 27, 30, 32, 33], "oplsa": [0, 30], "opm": [7, 23, 30, 32], "optim": [13, 17, 24, 32], "option": [3, 5, 7, 8, 9, 12, 16, 20, 23, 24, 27, 29, 30, 31, 32, 33, 34], "orang": [3, 7, 23, 30, 32], "order": [9, 11, 16, 23, 24, 27, 30, 32, 33], "ordinari": [29, 34], "org": [9, 29, 30, 34], "organ": [29, 34], "orient": [7, 13, 23, 24, 30, 32], "origin": [9, 16, 29, 30, 34], "orthorhomb": [27, 33], "other": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 29, 30, 32, 33, 34], "otherwis": [5, 8, 9, 16, 20, 27, 29, 30, 32, 33, 34], "our": [6, 7, 11, 12, 13, 16, 22, 29, 30, 31, 32, 34, 35], "out": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 27, 29, 30, 33, 34, 35], "outcom": [29, 34], "outer": [9, 30], "outfil": [12, 31], "outfile_strand1": [12, 31], "outfile_strand2": [12, 31], "outlin": [12, 31], "outnam": [29, 34], "output": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "outputnam": [27, 33], "outsid": [3, 9, 16, 22, 29, 30, 32, 34], "ov": 16, "over": [0, 11, 12, 13, 23, 24, 30, 31, 32, 35], "overal": [16, 29, 34], "overcam": [23, 24, 32], "overcom": 16, "overlap": [7, 16, 30], "overwrit": 16, "ow": [3, 6, 7, 19, 30, 32], "own": [7, 9, 23, 24, 29, 30, 32, 34], "ox": 16, "oxigen": [9, 30], "oxygen": [24, 32], "oz": 16, "p": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "p24": [27, 33], "p31": 17, "p4": [27, 33], "p8": [27, 33], "pablo": 15, "pack": 16, "packag": 16, "packmol": [6, 7, 13, 16, 17, 22, 23, 32], "page": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 17, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34], "pai": [5, 8, 9, 20, 27, 30, 32, 33], "pair": [1, 2, 3, 5, 6, 7, 8, 9, 13, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "pairwis": 16, "palmit": 13, "panel": [29, 34], "pantano": [1, 2, 3, 4, 5, 6, 7, 8, 13, 14, 15, 17, 18, 19, 20, 21, 22, 23, 27, 29, 30, 32, 33, 34], "paper": 13, "parallel": [3, 6, 7, 29, 30, 34], "paramet": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 18, 19, 20, 21, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35], "parm": [1, 2, 3, 4, 5, 6, 7, 9, 16, 27, 30, 33], "parm14sb": [3, 30], "parm7": [8, 27, 30, 33], "parm99sb": [3, 30], "parmbsc0": [3, 30], "parmfil": [27, 33], "parmout": [7, 30], "pars": [27, 28, 33], "parson": [29, 34], "part": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 30, 31, 32, 33], "partial": [11, 16], "particl": [9, 13, 14, 16, 17], "particular": [2, 5, 8, 9, 12, 30, 31], "particularli": [5, 8, 9, 13, 16, 26, 27, 30, 33], "pasteur": 11, "patch": [7, 16, 23, 30, 32], "path": [24, 32], "patient": [29, 34], "patmanidi": [13, 17], "pattern": 13, "pbc": [2, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 29, 30, 31, 32, 34], "pc": 13, "pcv2": [9, 30], "pcv2_6ola_cg": [9, 30], "pcv2_6ola_cg_em1": [9, 30], "pcv2_6ola_cg_em2": [9, 30], "pcv2_6ola_cg_em3": [9, 30], "pcv2_6ola_cg_em4": [9, 30], "pcv2_6ola_cg_em5": [9, 30], "pcv2_6ola_cg_eq1": [9, 30], "pcv2_6ola_cg_eq2": [9, 30], "pcv2_6ola_cg_eq3": [9, 30], "pcv2_6ola_cg_eq4": [9, 30], "pcv2_6ola_cg_md1": [9, 30], "pcv2_6ola_cg_md1_pbc": [9, 30], "pcv2_6ola_cg_solv": [9, 30], "pcv2_6ola_cg_solv_fin": [9, 30], "pcv2_capsid_ok": [9, 30], "pcv2_packmol": [9, 30], "pdb": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 16, 25, 27, 28, 29, 30, 31, 33, 34], "pdb2gmx": [16, 18, 19, 20, 21, 22, 23, 24, 32], "pdb2pqr": [5, 9, 20, 23, 24, 27, 30, 32, 33], "pdb4amber": [5, 8, 9, 16, 27, 30, 33], "pe": 13, "peak": [6, 22, 30, 32], "pemap": [27, 33], "pentam": [7, 23, 30, 32], "peopl": 16, "peptid": [11, 17], "per": [0, 6, 9, 12, 22, 27, 29, 30, 31, 32, 33, 34], "percentag": [29, 34], "perfom": [12, 31], "perform": [1, 2, 4, 5, 6, 7, 8, 9, 10, 12, 16, 18, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "perilla": [9, 30], "period": [2, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "perturb": [24, 32], "ph": [5, 7, 8, 9, 16, 20, 23, 24, 27, 30, 32, 33], "phase": [19, 32], "phenomena": 16, "phi": [29, 34], "philosophi": 13, "phosphat": [6, 9, 13, 22, 23, 30, 32], "phosphatidyl": 13, "phospholamban": [7, 23, 30, 32], "phospholipid": [11, 14, 16, 35], "phosphoryl": [5, 9, 20, 23, 24, 27, 30, 32, 33], "physic": [9, 13, 17, 19, 30, 32], "physicochem": 11, "pink": [29, 34], "piston": [27, 33], "pivot": 13, "pkm": [6, 9, 22, 30, 32], "pl": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "place": [12, 13, 16, 31], "placement": [5, 8, 9, 16, 20, 27, 30, 32, 33], "plai": [11, 16, 35], "plan": [18, 32], "plane": 16, "plasma": 17, "pleas": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "pln": [7, 23, 30, 32], "plot": [6, 12, 22, 24, 29, 30, 31, 32, 34], "plot_ss": [29, 34], "plug": [11, 19, 32, 35], "plugin": [12, 29, 31, 34], "pmemd": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 29, 30, 34], "pname": [18, 19, 20, 21, 22, 23, 24, 32], "png": [29, 34], "po": [18, 19, 20, 21, 22, 24, 32], "pocket": 16, "point": [9, 12, 16, 27, 30, 31, 33], "polar": [13, 29, 34], "polyglutamin": 17, "polym": [25, 32], "polysaccharid": 13, "poorli": 16, "pop": 16, "popular": [11, 16, 35], "porasso": 17, "porcin": [9, 30], "pore": [7, 16, 30], "port": 16, "posit": [6, 9, 13, 16, 18, 20, 22, 24, 27, 29, 30, 33, 34], "position_restraint": [24, 32], "positv": [9, 30], "posr": [18, 20, 23, 24, 32], "posre_bb": [23, 32], "posre_lipid_chain_f": [23, 32], "posre_protein": [23, 32], "posre_pz": [23, 32], "posrebb": [23, 32], "posres_wat": [24, 32], "posrez": [23, 32], "possibl": [0, 5, 7, 8, 9, 16, 20, 23, 24, 27, 30, 32, 33], "post": [11, 13, 14, 16, 35], "potassium": 13, "potenti": [9, 16, 27, 30, 33], "power": [12, 31], "ppcv2_6ola_cg": [9, 30], "pqr": [5, 7, 9, 20, 23, 24, 27, 30, 32, 33], "practic": [12, 16, 31], "pragmat": [13, 17], "pre": [7, 16, 23, 30, 32], "preassembl": [6, 22, 30, 32], "precis": 11, "predefin": [24, 32], "prefer": [12, 31], "prepar": [20, 23, 24, 29, 32, 34], "presenc": [5, 8, 9, 16, 19, 27, 30, 32, 33], "present": [9, 16, 30], "preserv": [1, 2, 4, 5, 6, 8, 9, 13, 16, 18, 20, 21, 22, 27, 30, 32, 33], "pressur": [16, 27, 33], "preval": 11, "prevent": [7, 9, 16, 30], "previou": [9, 27, 30, 33], "previous": [7, 9, 12, 23, 29, 30, 31, 32, 34], "prieto": 17, "prime": 13, "principl": 16, "print": [12, 29, 31, 34], "printljmatrix": 16, "prior": [9, 18, 19, 20, 21, 22, 23, 24, 27, 29, 34], "prmtop": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 27, 30, 33], "probabl": [16, 18, 20, 21, 22, 23, 24, 32], "probe": [12, 24, 31, 32], "problem": [9, 16, 18, 19, 20, 21, 22, 23, 24, 29, 30, 32, 34], "problemat": 16, "procedur": [9, 19, 23, 29, 30, 32, 34], "proceed": [9, 24, 30, 32], "process": [2, 5, 6, 7, 8, 9, 11, 12, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "processor": [27, 33], "produc": [16, 29, 34], "product": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 30, 32], "prof": [9, 30], "profil": [6, 11, 22, 30, 32, 35], "program": [9, 10, 11, 12, 25, 26, 28, 29, 30, 31, 32, 33, 34], "progress": [12, 27, 29, 31, 33, 34], "promot": [3, 30], "prompt": [12, 16, 18, 19, 20, 21, 22, 23, 24, 29, 31, 32, 34], "pronounc": 16, "proper": [7, 16, 23, 24, 30, 32], "properli": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "propka": [9, 30], "propos": [29, 34], "prot": [27, 33], "prot_restraint": [27, 33], "protein": [3, 5, 8, 9, 11, 12, 14, 16, 17, 20, 24, 25, 29, 31, 34, 35], "protein_chain_": [23, 32], "protein_chain_a": [20, 23, 24, 32], "protein_chain_b": [23, 32], "protein_chain_c": [23, 32], "protein_chain_d": [23, 32], "proteom": 17, "protmem": [7, 30], "protocol": [16, 29, 34], "protom": [9, 30], "proton": [5, 7, 8, 9, 11, 13, 16, 20, 23, 24, 27, 29, 30, 32, 33, 34], "prototyp": 13, "provi": [28, 33], "provid": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34, 35], "proxim": 16, "pseudo": [29, 34], "psf": [12, 18, 19, 20, 21, 22, 23, 24, 29, 31, 32, 34], "psfplugin": [12, 29, 31, 34], "psi": [29, 34], "ptm": 16, "public": [11, 17], "publish": [11, 12, 17, 29, 31, 34], "pull1": [24, 32], "pull2": [24, 32], "pump": 13, "purpl": [24, 29, 32, 34], "put": [9, 12, 29, 30, 31, 34], "px": [4, 29, 30, 34], "py": [29, 34], "python": [29, 34], "q": [6, 7, 18, 20, 21, 22, 23, 24, 30, 32], "qn": [7, 23, 30, 32], "quad": [0, 30], "quantifi": [12, 31], "quantum": [13, 14], "question": [1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "quit": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 27, 29, 30, 31, 33, 34], "quotat": [29, 34], "r": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 17, 18, 19, 20, 21, 23, 24, 29, 30, 32, 34], "r_1": [23, 32], "radii": [12, 16, 29, 31, 34], "radiu": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "ramach": [29, 34], "ramachandran": 16, "randomli": 16, "rang": [9, 12, 13, 14, 16, 27, 30, 31, 33], "rapid": 16, "rate": [12, 29, 31, 34], "rather": 16, "raw": [9, 30], "rcsb": [9, 30], "re": 16, "reach": [9, 12, 30, 31], "read": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 14, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "reader": [5, 7, 8, 9, 20, 23, 24, 27, 30, 32, 33], "readi": [9, 26, 30], "reason": 16, "rebuild": 16, "recalcul": [29, 34], "recent": 13, "recogn": [9, 16, 18, 19, 20, 21, 22, 23, 24, 30, 32], "recognit": [11, 13], "recommend": [1, 5, 6, 7, 8, 9, 10, 12, 16, 20, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "reconstruct": [9, 29, 30, 34], "record": [9, 30], "recov": [29, 34], "red": [12, 24, 29, 31, 32, 34], "redistribut": 11, "reduc": [6, 7, 16, 30], "ref": [2, 5, 6, 7, 8, 9, 30], "refcoord": 16, "refer": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 16, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34], "refin": [7, 13, 23, 29, 30, 32, 34], "reflect": 13, "regard": [5, 8, 9, 16, 20, 27, 30, 32, 33], "regardless": [5, 8, 9, 16, 20, 27, 30, 32, 33], "region": [3, 7, 9, 12, 13, 24, 30, 31, 32], "regular": 11, "relat": [9, 17, 30], "relax": [8, 16, 30], "releas": [10, 16, 27, 28, 30, 33], "relev": [9, 11, 16, 30], "remain": [16, 19, 27, 32, 33], "rememb": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "remov": [7, 9, 16, 20, 22, 23, 24, 30, 32], "renam": [4, 5, 8, 9, 16, 19, 21, 27, 30, 32, 33], "rep": [29, 34], "repair": [12, 29, 31, 34], "replac": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "replic": 16, "report": [1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "repres": [2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34, 35], "represent": [11, 13, 16, 19, 29, 34], "reproduc": [11, 13], "request": [1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "requir": [0, 5, 6, 7, 8, 9, 11, 12, 16, 20, 22, 23, 24, 27, 29, 31, 34], "research": [9, 12, 17, 29, 30, 31, 34], "resembl": [12, 13, 31], "resid": [27, 33], "residu": [0, 1, 2, 3, 4, 5, 7, 8, 9, 11, 12, 16, 18, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "residuetyp": [16, 25, 32], "resign": 16, "resize_box": [6, 7, 30], "resnam": [9, 20, 22, 24, 30, 32], "resolut": [11, 13, 16, 17, 35], "respect": [3, 5, 8, 9, 12, 16, 20, 23, 27, 29, 30, 31, 32, 33, 34], "respons": [11, 24, 32], "restart": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 27, 30, 33], "restrain": [1, 2, 3, 5, 7, 8, 9, 16, 20, 23, 24, 27, 30, 32, 33], "restraint": [1, 2, 3, 9, 16, 18, 20, 24, 30], "restraintmask": [5, 8, 30], "restrict": [12, 27, 31, 33], "result": [2, 3, 5, 6, 7, 8, 9, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "reticulum": 13, "retriev": [29, 34], "return": [9, 29, 30, 34], "review": [13, 17, 27, 29, 33, 34], "rewrit": [27, 33], "rg": [12, 31], "rgyr": [12, 31], "rgyr_protein": [12, 31], "rho": [0, 30], "rho_": [0, 30], "rhombic": [27, 33], "ri": [5, 8, 9, 16, 23, 27, 30, 32, 33], "rich": 17, "right": [1, 2, 3, 4, 5, 6, 7, 8, 9, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "ring": [8, 13, 30], "rj": [5, 8, 9, 16, 27, 30, 33], "rm_close_wl": [24, 32], "rm_close_wt4": [20, 22, 23, 24, 32], "rmsd_nucl": [12, 31], "rmsd_nucleic": [12, 31], "rmsd_prot": [12, 31], "rmsd_protein": [12, 31], "rmsd_protein_dispdev": [12, 31], "rmsf_dna_strand1_tcl": [12, 31], "rmsf_dna_strand2_tcl": [12, 31], "rmsf_nucl_strand1": [12, 31], "rmsf_nucl_strand2": [12, 31], "rmsf_nucleic": [12, 31], "rmsf_prot": [12, 31], "rmsf_protein": [12, 31], "rmsf_strand1": [12, 31], "rmsf_strand2": [12, 31], "role": [16, 17], "root": [5, 8, 9, 12, 16, 27, 29, 30, 31, 33, 34], "rotat": [9, 12, 24, 30, 31, 32], "rough": [29, 34], "rst": [1, 2, 3, 27, 30, 33], "rst7": [8, 9, 30], "rule": [9, 16, 19, 30, 32], "run": [10, 16, 17, 26, 28, 29, 34], "ruzzen": 17, "s2": 16, "s3": [0, 16, 30], "s3_lipid": [0, 30], "s4": 16, "sacrific": 11, "said": 16, "salt": [2, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "same": [5, 7, 8, 9, 11, 12, 16, 20, 22, 23, 24, 26, 27, 29, 30, 31, 32, 33, 34, 35], "sampl": [16, 24, 32], "sander": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 30], "santo": [13, 14, 15, 17], "sar": 17, "sarcoendoplasm": 13, "sasa_protein_nobackbon": [12, 31], "satisfi": 16, "save": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 23, 24, 27, 29, 30, 31, 32, 33, 34], "saveamberparm": [9, 27, 30, 33], "saveamberparmnetcdf": [1, 2, 3, 4, 5, 6, 7, 8, 9, 30], "savepdb": [9, 27, 30, 33], "scaffold": 16, "scale": [9, 11, 13, 14, 16, 27, 30, 33, 35], "scg": [24, 32], "scheme": [5, 6, 7, 8, 9, 13, 16, 20, 22, 23, 24, 27, 30, 32, 33], "scholar": 17, "schulten": [12, 29, 31, 34], "sch\u00fcller": 17, "scienc": 17, "scientif": [11, 35], "screen": [12, 31], "script": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34, 35], "sebasti\u00e1n": 15, "sec": [12, 29, 31, 34], "second": [7, 9, 24, 30, 32], "secondari": 16, "section": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35], "sed": [4, 9, 21, 30, 32], "see": [2, 5, 6, 7, 8, 9, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "seed": 17, "seen": 16, "segment": [11, 12, 29, 31, 34], "sel": [12, 29, 31, 34], "select": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "seleno": [5, 9, 20, 23, 24, 27, 30, 32, 33], "self": [11, 12, 17, 31, 35], "sensibl": 16, "sensit": 16, "sep": [5, 9, 20, 23, 24, 27, 30, 32, 33], "separ": [1, 2, 3, 10, 18, 24, 29, 30, 32, 34], "seq": [6, 7, 30], "sequenc": [5, 8, 9, 16, 27, 30, 33], "ser": [5, 9, 20, 23, 24, 27, 30, 32, 33], "serca": 13, "sergio": 15, "serial": 16, "serin": 13, "serv": [12, 24, 31, 32], "server": [5, 7, 8, 9, 20, 23, 24, 27, 30, 32, 33], "session": [29, 34], "set": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 16, 17, 18, 19, 20, 21, 22, 23, 27, 29, 31, 34, 35], "setbox": [7, 16, 30], "setcpuaffin": [27, 33], "setup": [11, 16, 27, 33, 35], "sever": [6, 7, 11, 13, 16, 30, 35], "sf": [23, 32], "sh": [9, 30], "shape": 13, "she": [5, 8, 9, 16, 27, 30, 33], "sheet": [16, 29, 34], "shell": [13, 16, 19, 32], "shift": 16, "shinoda": [13, 17], "short": [6, 7, 16, 30], "should": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 27, 29, 30, 32, 33, 34], "show": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "showcas": [12, 31], "shown": [12, 29, 31, 34], "shrink": 16, "side": [3, 5, 6, 7, 8, 9, 11, 12, 13, 16, 20, 23, 24, 27, 30, 31, 32, 33], "sidechain": [29, 34], "sieradzan": [13, 17], "signific": [11, 35], "significantli": [13, 27, 33], "silico": [13, 16, 17], "silva": [13, 14, 15], "sim": [0, 30], "similar": [12, 16, 23, 24, 29, 31, 32, 34], "similarli": [5, 8, 9, 12, 16, 20, 27, 30, 31, 32, 33], "simpl": [12, 14, 16, 31, 35], "simpli": [7, 23, 30, 32], "simul": [10, 11, 12, 14, 16, 17, 25, 28, 29, 31, 34, 35], "sinc": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "singh": [13, 17], "singl": [9, 12, 13, 16, 29, 30, 31, 34], "singleword": [29, 34], "sirah": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 14, 16, 18, 19, 20, 21, 22, 23, 24, 27, 31], "sirah_": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 23, 24, 25, 27, 28, 30, 32, 33], "sirah_acid": [29, 34], "sirah_backbon": [12, 27, 29, 31, 33, 34], "sirah_backmap": [29, 34], "sirah_bas": [29, 34], "sirah_dispdev": [29, 34], "sirah_glycan": [8, 30], "sirah_help": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "sirah_ion": [29, 34], "sirah_macro": [29, 34], "sirah_membran": [7, 23, 29, 30, 32, 34], "sirah_neutr": [29, 34], "sirah_nucl": [12, 29, 31, 34], "sirah_polar": [29, 34], "sirah_prot": [5, 8, 9, 16, 20, 27, 30, 32, 33], "sirah_protein": [7, 12, 23, 27, 29, 30, 31, 32, 33, 34], "sirah_radii": [29, 34], "sirah_restyp": [29, 34], "sirah_ss": [16, 29, 34], "sirah_vmdtk": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "sirah_wat": [29, 34], "sirah_x2": [10, 25, 28, 30, 32, 33], "situat": [5, 8, 9, 13, 16, 20, 27, 30, 32, 33], "six": 13, "size": [3, 6, 7, 9, 12, 13, 16, 22, 24, 27, 29, 30, 31, 32, 33, 34], "skinnb": [6, 7, 30], "skip": [7, 12, 23, 29, 30, 31, 32, 34], "sl": [22, 32], "slice": [6, 7, 30], "slipid": [0, 16, 30], "small": [6, 7, 9, 11, 16, 17, 27, 29, 30, 33, 34], "smd": 24, "smd_f": [24, 32], "smd_force_cgprot": [24, 32], "smd_v": [24, 32], "smd_velocity_cgprot": [24, 32], "smoothli": [19, 32], "sn1": 16, "sn2": 16, "so": [6, 7, 9, 12, 16, 19, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "social": [11, 35], "sodium": 13, "soft": [5, 8, 9, 20, 24, 27, 30, 32, 33], "soften": [27, 33], "softwar": [9, 11, 12, 16, 18, 19, 20, 21, 22, 23, 24, 29, 31, 34], "sol": [19, 32], "solut": [2, 5, 6, 7, 8, 9, 13, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "solv": [16, 18, 19, 20, 21, 22, 23, 24, 29, 32, 34], "solvat": [2, 5, 6, 7, 8, 9, 13, 14, 16, 17, 27, 29, 30, 33, 34], "solvatebox": [6, 7, 27, 30, 33], "solvateoct": [2, 5, 8, 9, 30], "solvent": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 31, 34, 35], "some": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 14, 16, 18, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34, 35], "someth": [12, 31], "sometim": [16, 29, 34], "soon": 16, "sourc": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 26, 27, 29, 30, 31, 33, 34], "south": 16, "souza": [13, 17], "so\u00f1ora": [9, 13, 14, 15, 17, 30], "space": [9, 16, 30], "spatial": [12, 31], "spc": [19, 32], "spc216": [19, 32], "specbond": [16, 21, 25, 32], "speci": [2, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "special": [5, 8, 9, 16, 20, 27, 30, 32, 33], "specif": [5, 8, 10, 11, 12, 16, 18, 19, 20, 21, 22, 24, 27, 28, 30, 31, 32, 33], "specifi": [16, 24, 27, 32, 33], "speed": [11, 16, 19, 32, 35], "speedup": [11, 35], "sphere": [7, 12, 23, 30, 31, 32], "split": [9, 16, 30], "spontan": 11, "squar": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 20, 21, 22, 23, 24, 27, 30, 31, 32, 33], "src": 26, "ss": [29, 34], "ss_by_fram": [29, 34], "ss_by_r": [29, 34], "ss_global": [29, 34], "sscach": [29, 34], "sscache_data": [29, 34], "sse2": [12, 29, 31, 34], "stabil": [6, 7, 16, 23, 30, 32], "stabl": [10, 28, 30, 33], "stage": [9, 27, 29, 30, 33, 34], "stand": [12, 16, 31], "standard": [6, 7, 10, 16, 22, 23, 25, 28, 29, 30, 32, 33, 34], "start": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "state": [5, 7, 8, 9, 11, 12, 13, 16, 20, 23, 24, 27, 29, 30, 31, 32, 33, 34], "statement": 16, "statu": [29, 34], "steepest": [29, 34], "steer": [24, 32], "steffano": 15, "step": [3, 6, 7, 9, 12, 16, 18, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "step3_input": [8, 30], "still": [11, 29, 34], "stipul": [24, 32], "stockholm": [0, 30], "stop": [9, 30], "store": [16, 29, 34], "straight": [29, 34], "straightforward": [9, 30], "strand": [1, 2, 12, 18, 30, 31, 32], "strand1": [12, 31], "strand2": [12, 31], "strateg": 13, "strategi": [13, 16], "stress": 17, "stretch": [24, 32], "strict": 16, "strip": [7, 30], "strongli": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "structur": [0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 31, 32, 33, 35], "studi": [3, 10, 11, 13, 16, 17, 24, 28, 30, 32, 33, 35], "stuff": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 20, 21, 22, 23, 24, 27, 30, 32, 33], "subcellular": [13, 14], "submit": [5, 9, 20, 23, 24, 27, 30, 32, 33], "subsequ": [9, 16, 30], "substitut": [18, 19, 20, 21, 22, 23, 24, 32], "subunit": [9, 30], "success": 11, "successfulli": [9, 30], "suffer": 16, "suffici": [29, 34], "sugar": 13, "suggest": [9, 30], "suit": [9, 13, 14, 17, 27, 29, 30, 33, 34], "suitabl": 13, "summari": [11, 29, 34], "superimpos": [12, 31], "support": [11, 16, 29, 34], "supra": [13, 14, 17, 24, 32], "supracg": 13, "sure": [5, 8, 9, 16, 20, 27, 29, 30, 32, 33, 34], "surfac": [6, 12, 16, 22, 24, 30, 31, 32], "surround": [9, 13, 19, 30, 32], "swap": 16, "switch": [16, 23, 32], "sx": 16, "symbol": [1, 2, 3, 10, 25, 28, 30, 32, 33], "symmetr": [9, 30], "symmetri": [9, 30], "symposium": 17, "synopsi": 13, "system": [2, 3, 5, 6, 7, 8, 10, 11, 12, 13, 14, 16, 17, 25, 27, 28, 31, 33, 35], "systemat": 16, "t": [0, 12, 13, 16, 17, 19, 24, 27, 29, 30, 31, 32, 33, 34], "tab": [6, 7, 9, 29, 30, 34], "tabl": [0, 6, 7, 19, 22, 23, 30, 32], "tail": [16, 22, 27, 32, 33], "take": [5, 6, 7, 8, 9, 12, 20, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "taken": [12, 31], "tandem": 13, "tapia": [13, 14], "tar": [10, 16, 25, 28, 30, 32, 33], "target": [27, 33], "task": [29, 34], "tata": [3, 30], "tbp": [3, 30], "tbphiv": [3, 30], "tcbg": [28, 33], "tcl": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "technic": 16, "technologi": 17, "tek": 17, "temp": [27, 33], "temperatur": [27, 33], "ter": [9, 16, 20, 23, 24, 30, 32], "term": [11, 12, 16, 29, 31, 34], "termin": [5, 8, 9, 16, 18, 20, 23, 24, 27, 30, 32, 33], "termini": [5, 8, 9, 12, 16, 27, 30, 31, 33], "terminu": [24, 32], "test": [7, 16, 19, 30, 32], "text": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 24, 27, 30, 32, 33], "tgz": [10, 25, 28, 30, 32, 33], "than": [9, 16, 24, 27, 29, 30, 32, 33, 34], "thei": [5, 8, 9, 16, 19, 20, 27, 29, 30, 32, 33, 34], "them": [1, 2, 4, 5, 6, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "theoret": [12, 31], "theori": [12, 13, 14, 17, 31], "therefor": [9, 11, 24, 30, 32], "therein": [1, 2, 3, 4, 5, 8, 9, 18, 19, 20, 21, 22, 23, 24, 30, 32], "thermostat": [27, 33], "thi": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35], "thick": [6, 22, 30, 32], "third": [9, 30], "those": [1, 2, 4, 5, 7, 8, 9, 16, 18, 21, 27, 30, 32, 33], "though": [9, 16, 30], "three": [9, 13, 27, 29, 30, 33, 34], "threshold": 16, "through": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "thu": [9, 12, 24, 28, 29, 30, 31, 32, 33, 34], "thy": [20, 23, 24, 32], "thymin": [4, 21, 30, 32], "tick": [29, 34], "tieleman": [0, 30], "tieleman_lipid": [0, 6, 7, 22, 23, 30, 32], "tilt": 13, "time": [3, 6, 7, 11, 12, 16, 24, 27, 29, 30, 31, 32, 33, 34, 35], "tip": [6, 7, 9, 16, 17, 22, 23, 27, 30, 32, 33], "tip3p": [19, 32], "titin": [24, 32], "titl": [29, 34], "title_s": [29, 34], "titrat": [9, 30], "tk": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "tleap": [1, 2, 3, 4, 5, 6, 7, 8, 9, 27, 29, 30, 33, 34], "togeth": [9, 29, 30, 34], "too": [5, 8, 9, 12, 16, 27, 30, 31, 33], "tool": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 32, 33, 35], "top": [12, 18, 19, 20, 21, 22, 23, 24, 27, 29, 31, 32, 33, 34], "topol": [18, 19, 20, 21, 22, 23, 24, 32], "topol_": [23, 32], "topol_lipid_chain_f": [23, 32], "topol_protein_chain_": [23, 32], "topologi": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35], "torsion": [29, 34], "total": [5, 8, 9, 12, 16, 20, 27, 29, 30, 31, 32, 33, 34], "tpo": [5, 9, 20, 23, 24, 27, 30, 32, 33], "tpr": [18, 19, 20, 21, 22, 23, 24, 32], "trace": [16, 18, 20, 21, 22, 23, 24, 32], "tracker": [1, 2, 3, 4, 5, 6, 7, 8, 10, 12, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "trade": 16, "trajectori": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "trajout": [6, 7, 30], "transaxi": [24, 32], "transfectan": [13, 16, 17], "transfer": 17, "transient": 16, "transit": [29, 34], "translat": [9, 11, 12, 13, 14, 16, 30, 31, 35], "transmembran": 17, "treat": [3, 5, 8, 9, 13, 16, 20, 27, 30, 32, 33], "treatment": [7, 23, 30, 32], "trex": [12, 29, 31, 34], "trial": [7, 9, 30], "triangular": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 20, 21, 22, 23, 24, 27, 30, 32, 33], "trick": [9, 17, 30], "tricki": 16, "triclin": [24, 32], "trim": [7, 30], "tripl": 13, "trjconv": [18, 19, 20, 21, 22, 23, 24, 32], "truncat": [9, 27, 30, 33], "try": [5, 8, 9, 16, 27, 29, 30, 33, 34], "ttsize": [29, 34], "tu": [29, 34], "tune": [2, 5, 6, 7, 8, 9, 27, 30, 33], "turn": [27, 33], "tutori": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "tutorialx": [10, 25, 28, 30, 32, 33], "tw3": [4, 30], "tw5": [4, 21, 30, 32], "two": [3, 6, 9, 12, 13, 16, 22, 24, 29, 30, 31, 32, 34], "type": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 28, 29, 30, 31, 32, 33, 34], "typic": [1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "tyr": [5, 9, 27, 30, 33], "u": [9, 29, 30, 34, 35], "ua_lipid": [0, 30], "uiuc": [12, 29, 31, 34], "umbrella": [16, 24, 32], "unambigu": 16, "unbias": [11, 14], "unbound": 16, "uncompress": [10, 25, 28, 30, 32, 33], "under": [11, 16, 24, 32], "undergo": [29, 34, 35], "understand": [9, 30], "unfold": 16, "unit": [0, 5, 8, 16, 27, 29, 33, 34], "univers": 16, "unix": [28, 33], "unknown": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "unless": [29, 34], "unmodifi": [5, 9, 20, 23, 24, 27, 30, 32, 33], "unnecessari": [10, 30], "unpair": [29, 34], "unreal": [29, 34], "until": [16, 18, 20, 21, 22, 23, 24, 32], "unusu": [29, 34], "unwant": [7, 30], "up": [1, 2, 3, 4, 5, 6, 7, 8, 13, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 29, 34, 35], "updat": [9, 13, 30, 35], "upgrad": [27, 33], "upload": [27, 33], "upon": 35, "ur": [18, 19, 20, 21, 24, 32], "uruguai": [11, 16], "us": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34], "usag": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 13, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 32, 33, 34], "useconstantarea": [27, 33], "useflexiblecel": [27, 33], "usegrouppressur": [27, 33], "user": [0, 5, 6, 7, 8, 9, 10, 12, 16, 20, 22, 23, 25, 27, 28, 29, 30, 31, 32, 33, 34], "util": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "v": [0, 12, 17, 24, 30, 31, 32], "vacuum": [6, 7, 16, 29, 30, 34], "valid": [16, 29, 34], "valu": [6, 7, 9, 12, 24, 27, 29, 30, 31, 32, 33, 34], "van": [16, 29, 34], "vanni": [13, 17], "vari": [6, 7, 9, 12, 13, 30, 31], "variou": [9, 11, 13, 30], "vdw": [16, 29, 34], "vdwradii": 16, "vecinvert": [24, 32], "vector": [12, 31], "vel": [27, 33], "veloc": [24, 27, 32, 33], "veri": [16, 29, 34], "verifi": [9, 30], "verli": 13, "version": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "versu": [12, 24, 29, 31, 32, 34], "via": [29, 34], "video": [9, 30], "view": [9, 11, 14, 30, 35], "viral": [9, 13, 16], "virion": [9, 30], "virologi": [9, 17, 30], "viru": [3, 9, 13, 14, 17, 30], "virus": [9, 13, 17, 30], "visit": [6, 7, 12, 14, 17, 29, 30, 31, 34], "visual": [10, 11, 14, 16, 25, 28], "vitro": [13, 16, 17], "vlp": 13, "vlp_cg_em1": [9, 30], "vlp_cg_em2": [9, 30], "vlp_cg_em3": [9, 30], "vlp_cg_em4": [9, 30], "vlp_cg_em5": [9, 30], "vlp_cg_eq1": [9, 30], "vlp_cg_eq2": [9, 30], "vlp_cg_eq3": [9, 30], "vlp_cg_eq4": [9, 30], "vlp_cg_md1": [9, 30], "vmd": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 30, 32, 33], "vmd_command": [29, 34], "void": 16, "volum": [9, 30], "w": [0, 12, 13, 17, 29, 30, 31, 34], "wa": [5, 6, 9, 11, 12, 13, 14, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "waal": [16, 29, 34], "wai": [7, 16, 23, 30, 32], "wait": [12, 29, 31, 34], "waitfor": [12, 27, 29, 31, 33, 34], "want": [10, 12, 18, 24, 28, 29, 30, 31, 32, 33, 34], "warn": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 16, 18, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "wast": 16, "wat": [13, 14, 16], "wataru": [13, 17], "watels": [13, 24, 32], "water": [7, 9, 11, 12, 13, 16, 17, 19, 24, 27, 29, 30, 31, 32, 33, 34], "watfour": [2, 5, 6, 7, 8, 9, 13, 18, 20, 21, 22, 23, 24, 27, 30, 32, 33], "watson": [1, 2, 3, 13, 18, 30, 32], "wc": [18, 32], "wc_rst": [18, 32], "we": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 13, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "websit": [9, 12, 29, 30, 31, 34, 35], "weight": [9, 30], "well": [3, 16, 19, 30, 32], "were": [2, 5, 6, 7, 8, 9, 12, 14, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "wget": [9, 30], "what": [9, 16, 30], "when": [5, 7, 8, 9, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "where": [5, 8, 9, 13, 16, 27, 29, 30, 33, 34], "whether": [9, 16, 30], "which": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 16, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34, 35], "while": [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 16, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "who": 16, "whole": [5, 7, 8, 9, 12, 16, 20, 23, 24, 27, 29, 30, 31, 32, 33, 34], "why": 16, "wide": 16, "width": [29, 34], "wilei": 17, "window": [6, 7, 12, 23, 29, 30, 31, 32, 34], "wish": [12, 14, 31], "within": [1, 2, 3, 4, 7, 9, 11, 12, 13, 14, 16, 17, 19, 20, 22, 23, 24, 29, 30, 31, 32, 34, 35], "without": [9, 11, 12, 13, 16, 18, 27, 29, 30, 31, 32, 33, 34, 35], "wl": [13, 24, 29, 32, 34], "wlsbox": [24, 32], "won": [0, 16, 29, 30, 34], "word": 16, "work": [3, 5, 8, 10, 11, 12, 14, 16, 19, 25, 27, 28, 29, 31, 32, 33, 34], "workshop": [9, 30], "would": [12, 29, 31, 34], "wp1": [18, 19, 20, 21, 22, 23, 24, 32], "wrap": [13, 17], "write": [24, 29, 32, 34], "writepdb": [24, 27, 32, 33], "wrong": [5, 8, 9, 16, 20, 27, 30, 32, 33], "wt": [0, 29, 30, 34], "wt4": [0, 2, 5, 6, 7, 8, 9, 12, 13, 16, 17, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "wt416": [18, 20, 21, 22, 23, 24, 32], "wt4_in": [9, 30], "wt4_out": [9, 30], "wt4box": [2, 5, 6, 7, 8, 9, 27, 30, 33], "wt4tip3p": [19, 32], "www": [12, 29, 31, 34], "x": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 32, 33, 34], "x2_19": 16, "xf": [29, 34], "xlab": [29, 34], "xmgrace": [6, 12, 22, 24, 30, 31, 32], "xsc": [27, 33], "xtc": [12, 18, 19, 20, 21, 22, 23, 24, 29, 31, 32, 34], "xtick": [29, 34], "xtsize": [29, 34], "xvg": [22, 24, 29, 32, 34], "xy": [6, 7, 16, 30], "xyz": [23, 32], "xzvf": [10, 25, 28, 30, 32, 33], "y": [2, 5, 6, 7, 8, 9, 22, 24, 27, 29, 30, 32, 33, 34], "yang": [13, 17], "ye": 16, "year": 16, "yellow": [3, 29, 30, 34], "yf": [29, 34], "ylab": [29, 34], "you": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34, 35], "your": [5, 6, 7, 8, 9, 10, 11, 12, 14, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 33, 34], "your_output_nam": [27, 33], "your_restraint": [27, 33], "your_system": [27, 33], "your_vlp": [9, 30], "your_vlp_aa": [9, 30], "your_vlp_aa_sslink": [9, 30], "yourminimization_01": [27, 33], "ytick": [29, 34], "ytsize": [29, 34], "z": [6, 7, 9, 16, 22, 23, 24, 27, 30, 32, 33], "zanni": 17, "zanotti": 17, "zeida": [13, 14, 15, 17], "zero": [16, 22, 32], "zika": [13, 17], "zinc": 13, "znx": [29, 34], "zonta": [13, 17], "\u00e5": [9, 12, 30, 31], "\u03b1": [29, 34], "\u03b2": [29, 34], "\u03bc": [29, 34]}, "titles": ["Calculating ionic concentrations", "1.1. Build CG representations", "2.1. Build CG representations", "3.1. Build CG representations", "4.1. Build CG representations", "5.1. Build CG representations", "6.1. Build CG representations", "7.1. Build CG representations", "8.1. Build CG representations", "9.1. Structure preprocessing", "Required Software", "About SIRAH", "Loading the Trajectory", "Background", "Citations", "Developers", "FAQs", "Further Reading", "1.1. Build CG representations", "2.1. PDB to GROMACS format", "3.1. Build CG representations", "4.1. Build CG representations", "5.1. Build CG representations", "6.1. Build CG representations", "7.1. Setting pulling direction", "Required Software", "Recompiling Namd", "1.1. Build CG representations", "Required Software", "Visualization of CG systems", "AMBER", "Basic analyses VMD", "GROMACS", "NAMD", "SIRAH tools", "Welcome to SIRAH FF documentation"], "titleterms": {"1": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 30, 31, 32, 33], "2": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 30, 31, 32, 33], "3": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "4": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "5": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 20, 21, 22, 23, 24, 27, 30, 32, 33], "6": [6, 7, 9, 23, 24, 27, 30, 32, 33], "7": [7, 9, 24, 27, 30, 32, 33], "8": [8, 30], "9": [9, 30], "about": 11, "acknowledg": 11, "advantag": 11, "all": [27, 33], "altern": [9, 30], "amber": [16, 30], "an": [9, 30], "analys": 31, "analysi": [29, 34], "appendix": 30, "applic": 17, "assembli": [9, 30], "assimetr": [9, 30], "avail": [0, 30], "backbon": [27, 33], "background": 13, "backmap": [29, 34], "basic": 31, "bilay": [7, 23, 30, 32], "biolog": [9, 30], "box": [6, 7, 30], "build": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 20, 21, 22, 23, 24, 27, 30, 32, 33], "calcul": [0, 9, 30], "cation": 13, "cg": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 20, 21, 22, 23, 24, 27, 29, 30, 32, 33, 34], "charg": [9, 30], "circular": [30, 32], "citat": 14, "close": [7, 23, 30, 32], "concentr": [0, 30], "contact": [7, 23, 30, 32], "contributor": 15, "cpptraj": [6, 7, 30], "creat": [27, 33], "delet": [7, 23, 30, 32], "develop": 15, "direct": [24, 32], "dival": 13, "dna": [13, 30, 32], "document": 35, "download": [10, 25, 28, 30, 32, 33], "emb": [7, 23, 30, 32], "energi": [27, 33], "entir": [9, 30], "envelop": 30, "equilibr": [27, 33], "explicit": [13, 30, 32, 33], "faq": 16, "ff": 35, "file": [0, 23, 27, 30, 32, 33], "follow": 11, "format": [18, 19, 20, 21, 22, 23, 24, 32], "former": 15, "further": 17, "gener": [16, 23, 32], "glycoprotein": 30, "glycosyl": 13, "gromac": [16, 18, 19, 20, 21, 22, 23, 24, 32], "gyrat": [12, 31], "heat": [27, 33], "how": [27, 33], "hybrid": 32, "implicit": 30, "input": [1, 2, 3, 4, 5, 6, 7, 8, 9, 27, 30, 33], "ionic": [0, 30], "knowledg": [10, 25, 28, 30, 32, 33], "leap": [1, 2, 3, 4, 5, 6, 7, 8, 9, 27, 30, 33], "licens": 11, "like": 30, "limit": 11, "lipid": [7, 23, 30, 32], "load": [12, 31], "macro": [29, 34], "map": [0, 30], "membran": [30, 32], "minim": [27, 33], "mode": [12, 29, 31, 34], "model": 13, "modifi": [27, 33], "molecul": [7, 23, 30, 32], "multiscal": [13, 30, 32], "namd": [26, 33], "namd2": [27, 33], "namd3": [27, 33], "non": 30, "overview": 13, "pack": [9, 30], "packmol": [9, 30], "particl": 30, "pdb": [18, 19, 20, 21, 22, 23, 24, 32], "phospholipid": 13, "posit": [23, 32], "prepar": [1, 2, 3, 4, 5, 6, 7, 8, 9, 27, 30, 33], "preprocess": [9, 30], "prior": [10, 25, 28, 30, 32, 33], "product": [27, 33], "protein": [7, 13, 23, 27, 30, 32, 33], "pull": [24, 32], "question": 16, "radiu": [12, 31], "read": 17, "recompil": 26, "refer": 13, "represent": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 20, 21, 22, 23, 24, 27, 30, 32, 33], "requir": [10, 25, 28, 30, 32, 33], "resiz": [6, 7, 30], "restraint": [23, 27, 32, 33], "rmsd": [12, 31], "rmsf": [12, 31], "run": [1, 2, 3, 4, 5, 6, 7, 8, 9, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "sasa": [12, 31], "script": [12, 31], "secondari": [29, 34], "set": [10, 24, 25, 28, 30, 32, 33], "simul": [1, 2, 3, 4, 5, 6, 7, 8, 9, 13, 18, 19, 20, 21, 22, 23, 24, 27, 30, 32, 33], "sirah": [10, 11, 17, 25, 28, 29, 30, 32, 33, 34, 35], "smd": 32, "softwar": [10, 25, 28, 30, 32, 33], "solvat": [18, 19, 20, 21, 22, 23, 24, 32], "solvent": [13, 30, 32, 33], "structur": [9, 29, 30, 34], "system": [9, 18, 19, 20, 21, 22, 23, 24, 29, 30, 32, 34], "tcl": [12, 31], "text": [12, 29, 31, 34], "tool": [12, 31, 34], "trajectori": [12, 31], "u": 11, "unit": [9, 30], "up": [9, 10, 28, 30, 32, 33], "viral": 30, "visual": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 18, 19, 20, 21, 22, 23, 24, 27, 29, 30, 31, 32, 33, 34], "vlp": [9, 30], "vmd": [12, 29, 31, 34], "welcom": 35, "work": [9, 30], "wrap": [9, 30]}}) \ No newline at end of file