The step-by-step tutorial for calculations are well elaborated in this link: http://ambermd.org/tutorials/advanced/tutorial3/ However, the purpose of this blog is to provide briefings on the main calculation steps. After MD trajectory: you need to source the amber.sh file before running any PBSA/GBSA calculations. source $AMBERHOME/amber.sh for running the mm-gbsa/pbsa, run the following command: mpirun -np 6 $AMBERHOME/bin/MMPBSA.py.MPI -O -i mmpbsa16.in -o FINAL_RESULTS_MMPBSA16.dat -eo pbsa.csv -do decom.dat -deo decom.csv -sp comp_solv.prmtop -cp comp.prmtop -rp pro.prmtop -lp lig.prmtop -y md_100ns.nc here, both MM-GBSA and MM-PBSA calculations are performed. Their outputs are in the following files: FINAL_RESULTS_MMPBSA16.dat: contains the date/time, any warnings based on the values and files given, the mm-pbsa.in text, the files used by the script, the number of frames analyzed, and which PB solver (if any) was used. The rest of the statistics file includes all the average...