Logo
  • 1. Installation
  • 2. Quick Start
  • 3. GromacsWrapper Overview
  • 4. Configuration
  • 5. API documentation
    • 5.1. Gromacs core modules
    • 5.2. Gromacs building blocks
      • 5.2.1. gromacs.cbook – Gromacs Cook Book
      • 5.2.2. gromacs.setup – Setting up a Gromacs MD run
      • 5.2.3. gromacs.scaling – Partial tempering
      • 5.2.4. gromacs.qsub – utilities for batch submission systems
      • 5.2.5. gromacs.run – Running simulations
  • 6. Alternatives to GromacsWrapper
GromacsWrapper
  • 5. API documentation
  • 5.2. Gromacs building blocks
  • View page source

5.2. Gromacs building blocks

Building blocks are small classes or functions that can be freely combined in setup or analysis scripts or used interactively. These modules act as “library” for common tasks.

  • 5.2.1. gromacs.cbook – Gromacs Cook Book
    • 5.2.1.1. Miscellaneous canned Gromacs commands
    • 5.2.1.2. Manipulating trajectories and structures
    • 5.2.1.3. Processing output
    • 5.2.1.4. Working with topologies and mdp files
    • 5.2.1.5. Working with index files
    • 5.2.1.6. File editing functions
  • 5.2.2. gromacs.setup – Setting up a Gromacs MD run
    • 5.2.2.1. User functions
    • 5.2.2.2. Example
    • 5.2.2.3. User functions
    • 5.2.2.4. Helper functions
  • 5.2.3. gromacs.scaling – Partial tempering
    • scale_dihedrals()
    • scale_impropers()
    • partial_tempering()
  • 5.2.4. gromacs.qsub – utilities for batch submission systems
    • 5.2.4.1. Queuing system templates
    • 5.2.4.2. Classes and functions
  • 5.2.5. gromacs.run – Running simulations
    • 5.2.5.1. Example: How to create your own MDrunner with mpiexec -n
    • 5.2.5.2. MDrunner
    • 5.2.5.3. Example implementations
    • 5.2.5.4. Helper functions
Previous Next

© Copyright 2009-2026, The Authors of GromacsWrapper (see AUTHORS). Last updated on May 30, 2026.

Built with Sphinx using a theme provided by Read the Docs.