Complete GROMACS 2025.1 integration for molecular dynamics simulations, from system preparation to production runs and comprehensive trajectory analysis.
Comprehensive molecular dynamics nodes powered by GROMACS 2025.1 with GPU acceleration.
Generate TPR file for molecular dynamics simulations
Structure file (.gro/.g96)
Topology file (.top/.tpr/.itp)
MDP parameter file
Binary run input file (.tpr)
Property | Type | Default | Description |
---|---|---|---|
gromacs_version | string | 2025.1 | GROMACS version |
use_gpu | bool | false | Enable GPU acceleration |
threads | int | 0 | CPU threads (0=auto) |
deffnm | string | run | Default output file name |
Energy minimization using steepest descent or conjugate gradient
Input structure (.gro)
Topology (.top)
Minimization parameters (.mdp)
Optional index file (.ndx)
Minimized structure
Minimization log
Run input file
Energy data
Property | Type | Default | Description |
---|---|---|---|
gromacs_version | string | 2025.1 | GROMACS version |
use_gpu | bool | true | Use GPU if available |
maxwarn | int | 1 | Maximum warnings allowed |
NVT and NPT equilibration with position restraints
Input structure
Topology
Equilibration parameters
Optional index file
Optional checkpoint for continuation
Equilibrated structure
Equilibration log
Run input file
Energy data
Checkpoint file
Full precision trajectory
Property | Type | Default | Description |
---|---|---|---|
gromacs_version | string | 2025.1 | GROMACS version |
use_gpu | bool | true | GPU acceleration |
maxwarn | int | 1 | Maximum warnings |
checkpoint_interval | int | 15 | Checkpoint interval (minutes) |
Production MD runs with advanced sampling options
Equilibrated structure
Topology
Production parameters
Optional index file
Checkpoint for continuation
Final structure
Production log
Run input file
Energy data
Final checkpoint
Compressed trajectory
Full precision trajectory
Property | Type | Default | Description |
---|---|---|---|
gromacs_version | string | 2025.1 | GROMACS version |
use_gpu | bool | true | GPU acceleration |
simulation_time | float | 100.0 | Simulation time (ns) |
nsteps | int | 50000000 | Number of steps |
checkpoint_interval | int | 15 | Checkpoint interval (minutes) |
Trajectory analysis with MDAnalysis toolkit
Topology file (GRO/TPR/PDB)
Trajectory file (XTC/TRR)
RMSD time series
RMSF per residue
Radius of gyration
Contact analysis
Analysis plots
Property | Type | Default | Description |
---|---|---|---|
analysis_type | string | rmsd | Type of analysis |
selection | string | protein | Atom selection |
start_frame | int | 0 | Starting frame |
end_frame | int | -1 | Ending frame (-1 for last) |
step | int | 1 | Frame step |
Import CHARMM-GUI generated system files
CHARMM-GUI output folder
System structure
System topology
MDP parameter files
Index groups
Property | Type | Default | Description |
---|---|---|---|
system_type | string | membrane | System type (membrane/solution) |
force_field | string | charmm36m | Force field version |
Edit and customize MDP parameter files
Input MDP file
Modified MDP file
Property | Type | Default | Description |
---|---|---|---|
integrator | string | md | Integration algorithm |
dt | float | 0.002 | Time step (ps) |
nsteps | int | 500000 | Number of steps |
temperature | float | 300 | Temperature (K) |
pressure | float | 1.0 | Pressure (bar) |
tcoupl | string | V-rescale | Temperature coupling |
pcoupl | string | Parrinello-Rahman | Pressure coupling |
Extract frames from compressed trajectories
XTC trajectory file
TPR run input file
Extracted frames as PDB files
Time points of frames
Property | Type | Default | Description |
---|---|---|---|
start_time | float | 0 | Start time (ps) |
end_time | float | -1 | End time (ps, -1 for end) |
dt | float | 100 | Frame interval (ps) |
selection | string | System | Atom selection |
Plot energy terms from EDR files
Energy data file (.edr)
Energy terms DataFrame
Energy plots
Property | Type | Default | Description |
---|---|---|---|
terms | string | Potential,Kinetic,Total | Energy terms to extract |
plot_type | string | line | Plot type (line/scatter) |
smooth | bool | false | Apply smoothing |
Interactive trajectory visualization with NGL.js
Structure file (GRO/PDB)
Optional trajectory (XTC/TRR)
Viewer URL
Structure screenshot
Property | Type | Default | Description |
---|---|---|---|
representation | string | cartoon | Molecular representation |
color_scheme | string | chainid | Color scheme |
show_water | bool | false | Show water molecules |
show_ions | bool | true | Show ions |
Standard molecular dynamics simulation workflows you can build with GROMACS nodes.
Standard protein MD workflow
CHARMM-GUI based membrane setup
Alchemical free energy workflow