tpb file format

Main Table of Contents VERSION 5.0.7

Description

The tpb file extension stands for binary run input file. This file contains the starting structure of your simulation, The molecular topology and all the simulation data. Because this file is in binary format it cannot be read with a normal editor. To read a binary run input file type:
% gmx dump -s topol.tpb
or if you're not such a fast reader:
% gmxdump -s topol.tpb | more

You can also compare two tpb files using:

% gmx check -s1 top1 -s2 top2 | more


http://www.gromacs.org