Binding free energy calculation with the GBNSR6 model¶
This example calculates the binding free energy of a protein-protein complex with the single-trajectory protocol and the GBNSR6 implicit-solvent model. It processes ten frames and uses an ionic strength of 0.15 M.
-
Method
GBNSR6
-
System
Protein-protein complex
-
Protocol
Single trajectory
-
Bundled test
gmx_MMPBSA_test -t 24
Before you begin¶
The manual workflow uses the following files and selections:
-
Calculation settings
mmpbsa.in(-i) -
GROMACS system
Structure
com.tpr(-cs) and topologytopol.top(-cp). Keep any*.itpfiles referenced by the topology in the same directory. -
Trajectory
PBC-corrected and fitted trajectory
com_traj.xtc(-ct) -
Molecular selections
Index
index.ndx(-ci) and receptor/ligand group names or zero-based group numbers (-cg)
A complex reference structure without hydrogens may also be supplied with -cr. It is optional but recommended when you need specific chain IDs or residue numbering. See the complete command-line reference for all options.
Run the example¶
Run the bundled test¶
The quickest way to reproduce this example is through the test runner:
See the gmx_MMPBSA_test documentation for download, selection, and cleanup options.
Run it manually¶
Download the GBNSR6 example as a ZIP archive.
Extract the archive, change to the GBNSR6 directory, and choose either the serial or MPI command. You can also view the example files on GitHub before downloading them.
Configure the calculation¶
The example uses the minimal mmpbsa.in shown first below. The all-options version was generated with gmx_MMPBSA --create_input gbnsr6 and then adapted with the example-specific values. The concise block is the runnable starting point; the generated block exposes additional options and defaults, so the two blocks are not textually identical.
For this example, -cp topol.top supplies the GROMACS topology parameters used by the calculation. The topology already contains the bonded, nonbonded, charge, ligand, and ion parameters required by the calculation.
Keep in mind
This input provides a practical starting point and can serve as the basis for production calculations. Review the available input-file options, their accepted values, and adjust settings that depend on your system or protocol. Additional sample inputs are available here.
How this example works¶
The single-trajectory approximation generates the receptor and ligand structures and trajectories from the complex. In this protein-protein system, the second protein is treated as the ligand. The command selects index groups 3 and 4 as the receptor and ligand, respectively.
The input processes ten frames with the GBNSR6 model and an ionic strength of 0.15 M.
About the GBNSR6 model
- GBNSR6 computes effective Born radii numerically through R6 integration over the solute molecular surface (reference).
- Unlike most practical GB models, GBNSR6 is parameter-free in the same sense as the numerical PB framework. Consequently, its accuracy relative to the PB standard is largely unaffected by the selected input atomic radii.
gmx_MMPBSAautomatically prepares temporary GBNSR6 topology copies for the calculation while preserving the original complex, receptor, and ligand topologies for output parsing. No additional input option is required.- Chapter 5 of the Amber 2021 Reference Manual provides a more detailed description of the model and its parameters.
Expected outputs¶
A successful calculation produces:
FINAL_RESULTS_MMPBSA.dat: the plain-text energy summary and statistics.FINAL_RESULTS_MMPBSA.csv: the per-frame energy terms requested with-eo.
Analyze the results¶
Open the results with gmx_MMPBSA_ana for interactive inspection and plotting. See the gmx_MMPBSA_ana documentation for usage details.
Created: October 17, 2020 22:35:03