Difference between revisions of "CHARMM"

From UFRC
Jump to navigation Jump to search
m (Text replace - "Usage policy" to "Usage Policy")
m (Text replace - "{{#if: {{#var: mod}}|==Execution Environment and Modules== {{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}}" to "==Required Modules== modules documentation ===Serial=== *{{#var:app}}")
Line 45: Line 45:
 
* [[CHARMM_36a3|CHARMM 36a3]]
 
* [[CHARMM_36a3|CHARMM 36a3]]
 
<!-- -->
 
<!-- -->
{{#if: {{#var: mod}}|==Execution Environment and Modules==
+
==Required Modules==
{{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}}
+
[[Modules|modules documentation]]
 +
===Serial===
 +
*{{#var:app}}
 
{{#if: {{#var: exe}}|==How To Run==
 
{{#if: {{#var: exe}}|==How To Run==
 
Note that the parallel version of CHARMM seems to not accept input redirection and looked for "charmm.inp" even after placing "-i my_input.inp" on the command line.  This is the reason for the symlink of "charmm.inp" to the actual input file in the [[CHARMM_PBS|sample script]].
 
Note that the parallel version of CHARMM seems to not accept input redirection and looked for "charmm.inp" even after placing "-i my_input.inp" on the command line.  This is the reason for the symlink of "charmm.inp" to the actual input file in the [[CHARMM_PBS|sample script]].

Revision as of 16:55, 10 August 2012

Description

charmm website  

CHARMM (Chemistry at HARvard Macromolecular Mechanics):

  • is a versatile and widely used molecular simulation program with broad application to many-particle systems
  • has been developed with a primary focus on the study of molecules of biological interest, including peptides, proteins, prosthetic groups, small molecule ligands, nucleic acids, lipids, and carbohydrates, as they occur in solution, crystals, and membrane environments
  • provides a large suite of computational tools that encompass numerous conformational and path sampling methods, free energy estimates, molecular minimization, dynamics, and analysis techniques, and model-building capabilities
  • is useful for a much broader class of many-particle systems
  • can be utilized with various energy functions and models, from mixed quantum mechanical-molecular mechanical force fields, to all-atom classical potentials with explicit solvent and various boundary conditions, to implicit solvent and membrane models
  • has been ported to numerous platforms in both serial and parallel architectures

Variants

Required Modules

modules documentation

Serial

  • charmm

How To Run

Note that the parallel version of CHARMM seems to not accept input redirection and looked for "charmm.inp" even after placing "-i my_input.inp" on the command line. This is the reason for the symlink of "charmm.inp" to the actual input file in the sample script.

Configuration

See the CHARMM_Configuration page for charmm configuration details.

PBS Script Examples

See the CHARMM_PBS page for charmm PBS script examples.