Configure inputs to begin
Set options on the left, then click “Submit job” — or start from an example.
Quick equilibration test (1ns)
Standard simulation (10ns)
CHARMM27 simulation (10ns)

Run GPU-accelerated molecular dynamics simulations using OpenMM. Simulate protein and protein-ligand complex dynamics with industry-standard force fields (AMBER, CHARMM) and OpenFF ligand parameterization.

Run alchemical free energy calculations for drug discovery using Open Free Energy. Supports Absolute Hydration Free Energy (AHFE) and Relative Binding Free Energy (RBFE) calculations with GPU-accelerated OpenMM simulations.

Analyze molecular dynamics trajectories using a ProteinIQ tool pinned to MDAnalysis 2.9.0. Calculate RMSD, residue-aggregated RMSF, radius of gyration, distance tracking, and additional trajectory observables from standard topology and trajectory files.

MDGen is a generative AI model for molecular dynamics trajectory generation. Generate physically plausible conformational ensembles from a single protein structure, enabling rapid exploration of protein dynamics without expensive MD simulations.

ORB v3 is a universal interatomic potential (machine learning force field) that predicts energies, forces, and stress tensors for atomic systems. Supports both molecular and materials structures with geometry optimization using conservative and direct model variants.

Predict molecular energies, atomic forces, atomic charges, stress tensors, and Hessians from coordinate-bearing molecular structures with AIMNet2 neural network potentials.

Calculate binding free energies using MM/PBSA and MM/GBSA methods for protein-ligand, protein-protein, and protein-DNA complexes. Provides detailed energy decomposition and per-residue contributions.

AF2BIND predicts ligand-binding residues from a protein structure using AlphaFold2 pair representations and a 20-residue bait sequence.

Faithful static-mode Aggrescan3D tool for per-residue aggregation propensity analysis from a single protein structure.

Calculate the aliphatic index of protein sequences. A measure of the relative volume occupied by aliphatic side chains, indicating thermostability.
GROMACS (GROningen MAchine for Chemical Simulations) is one of the most widely used molecular dynamics engines in computational biology. Originally developed at the University of Groningen in 1991, it has grown into a community-maintained open-source project known for exceptional performance on both CPUs and GPUs.
Molecular dynamics (MD) simulates how atoms move over time by integrating Newton's equations of motion. For proteins, this reveals conformational flexibility, loop motions, domain rearrangements, and stability under different conditions. GROMACS handles the full pipeline: system setup, solvation, energy minimization, equilibration, production dynamics, and trajectory analysis.
A GROMACS simulation progresses through several stages, each building on the previous one.
The input structure often contains steric clashes or suboptimal bond geometries from crystallography or homology modeling. Steepest-descent minimization relaxes these high-energy contacts before dynamics begins. The algorithm iteratively adjusts atomic positions to reduce the total potential energy until convergence or a step limit is reached.
With clashes resolved, the system is heated to the target temperature. During NVT (constant Number, Volume, Temperature) equilibration, position restraints hold the protein backbone in place while the solvent and ions settle around it. The V-rescale thermostat couples the system to a heat bath, generating a canonical ensemble with correct kinetic energy fluctuations.
Once the temperature is stable, the system transitions to NPT (constant Number, Pressure, Temperature) equilibration. A Berendsen barostat adjusts the simulation box volume until the density converges to the target pressure. Position restraints remain active during this phase to prevent premature structural drift while the box dimensions adjust.
Restraints are released and the system evolves freely. The Parrinello-Rahman barostat replaces Berendsen for production runs because it produces a true isothermal-isobaric ensemble, which is important for accurate thermodynamic sampling. Coordinates are saved at regular intervals to form the trajectory.
After production, MDTraj computes structural metrics across all saved frames: backbone RMSD, per-residue RMSF, radius of gyration, secondary structure assignment (DSSP), solvent-accessible surface area, hydrogen bond networks, Ramachandran angles, and inter-residue contact maps.
ProteinIQ runs GROMACS on cloud infrastructure with automated system preparation, solvation, and multi-stage equilibration. No command-line setup or force field file management is needed.
| Input | Description |
|---|---|
Protein Structure | PDB file upload, mmCIF file, or RCSB PDB ID (e.g., 1UBQ). Maximum 50 MB. |
The structure should contain standard amino acid residues. mmCIF uploads are converted to PDB coordinates before pdb2gmx because GROMACS topology generation does not read mmCIF directly. By default, HETATM records are rejected instead of silently removed, since ligands, cofactors, crystallographic waters, ions, and modified residues change the simulated system. Pre-process structures with PDBFixer if needed, or explicitly choose protein-only HETATM stripping in Advanced settings.
| Setting | Description |
|---|---|
Simulation Duration | Production MD length in nanoseconds (1-200 ns, default 10). Longer runs capture slower motions but cost more. |
Force Field | Parameterization for interatomic interactions. See force field comparison below. Default: AMBER99SB-ILDN. |
Water Model | Explicit solvent model. TIP3P (default), SPC/E, or SPC. See water model comparison below. |
| Setting | Description |
|---|---|
Temperature | Simulation temperature (200-400 K, default 300 K). Physiological temperature is 310 K. |
Pressure | Target pressure (0.5-2.0 bar, default 1.0 bar). |
Ionic Strength | NaCl concentration in molar (0-0.5 M, default 0.15 M). Ions neutralize the system charge plus add excess salt. |
| Setting | Description |
|---|---|
Timestep | Integration step size. 2 fs is standard with LINCS hydrogen-bond constraints. 4 fs enables GROMACS hydrogen mass repartitioning and requires bond constraints. |
Minimization steps | Steepest-descent steps before dynamics (500-5000, default 1000). |
Equilibration | Combined NVT + NPT equilibration time (0.1-2.0 ns, default 0.5 ns). Split equally between the two phases. |
Bond constraints | H-bonds only (default, required for 2 fs timestep), All bonds, or None. |
Save interval | Trajectory frame spacing. 10 ps (detailed), 50 ps (standard), or 100 ps (compact). |
Remove water from output | Strip solvent from the output trajectory to reduce file size. Enabled by default. |
Analysis level | Full preserves all analysis CSVs, Standard returns core energy/RMSD/RMSF/Rg/DSSP summaries faster, and None skips post-run analysis while still returning raw GROMACS artifacts. |
Compute backend | Auto routes larger or longer jobs to GPU when useful, CPU forces CPU execution, and GPU requests A10G GPU offload with CPU fallback if CUDA offload is unavailable. |
HETATM handling | Reject HETATM records by default, or explicitly strip them for protein-only simulations. Rejected or stripped records are included in the artifacts ZIP. |
Chain separation | Passed to pdb2gmx -chainsep for multi-chain structures. |
Merge chains | Passed to pdb2gmx -merge; useful only when chains should be one chemical molecule. |
Box type | Passed to editconf -bt; default is rhombic dodecahedron. |
Box padding | Passed to editconf -d; larger padding increases solvent count and runtime. |
Positive ion / Negative ion | Passed to genion -pname and -nname. |
Allowed grompp warnings | Passed to grompp -maxwarn only when set above zero. Default is 0, matching GROMACS safer behavior. |
The simulation produces:
Each force field represents a different parameterization philosophy. The choice affects secondary structure propensities, sidechain dynamics, and solvation behavior.
| Force field | Type | Strengths |
|---|---|---|
AMBER99SB-ILDN | All-atom | Well-validated for protein folding and dynamics. Improved sidechain torsions for Ile, Leu, Asp, Asn. Default choice for most applications. |
CHARMM27 | All-atom | Reliable for proteins and nucleic acids. Tends to slightly favor helical conformations. |
GROMOS96 54a7 | United-atom | Non-polar hydrogens are implicit, reducing atom count and speeding up simulations. Parameterized against thermodynamic data (heats of vaporization, solvation free energies). |
OPLS-AA/L | All-atom | Optimized for liquid-state properties and small-molecule interactions. Useful when solvent thermodynamics matter. |
For general protein dynamics, AMBER99SB-ILDN is the most common choice in recent literature. GROMOS96 54a7 offers faster simulations at the cost of losing explicit non-polar hydrogen detail.
All simulations use explicit solvation in a dodecahedral box with 1.0 nm padding around the solute.
| Model | Sites | Notes |
|---|---|---|
TIP3P | 3 | Standard choice, compatible with many force fields. Diffusion coefficient is higher than experiment. |
SPC/E | 3 | Better self-diffusion and dielectric constant than TIP3P. Includes a polarization correction. |
SPC | 3 | Simpler parameterization. Fastest of the three, but less accurate for dynamical properties. |
OPC / OPC3 | 4 / 3 | Available for force fields that ship matching water and ion parameters in the installed GROMACS force-field database. |
TIP4P / TIP4P-Ew | 4 | Available for force fields that support four-site water models. |
The water model choice has little effect on folded protein structure but can influence unfolded-state conformational sampling and solvation dynamics.
Root mean square deviation of backbone atoms from the initial structure, measured in nanometers. A plateau in the RMSD trace indicates the protein has reached a stable conformation. Continuously rising RMSD suggests the simulation may need more time, or that the protein is undergoing a conformational transition.
| RMSD (nm) | Interpretation |
|---|---|
| < 0.15 | Very stable, minimal deviation from starting structure |
| 0.15 - 0.3 | Typical for a well-folded, equilibrated protein |
| 0.3 - 0.5 | Significant conformational change or flexible regions |
| > 0.5 | Major structural rearrangement or unfolding |
Root mean square fluctuation per residue captures local flexibility. High RMSF values correspond to mobile loops, termini, and disordered regions. Low RMSF indicates rigid core residues or those involved in stable secondary structure elements.
Measures overall compactness. A stable radius of gyration indicates the protein maintains its fold. A sharp increase suggests partial unfolding or domain separation.
Per-residue secondary structure assignment across all frames. Tracks helix-to-coil transitions, beta-sheet stability, and transient structure formation. The summary reports percentage of helix, sheet, and coil content per frame.
Should decrease during minimization and stabilize during production. Large fluctuations during production may indicate simulation instability.
Energy terms | Controls which gmx energy terms are extracted to CSV. Raw md.edr is always downloadable. |