Which units does each format use?
PDB and XYZ are in ångström; GROMACS .gro is in nanometres (1 nm = 10 Å). When you export to a different format, coordinates are converted automatically, and every input label shows the unit currently in use.
What is the difference between geometric centre and centre of mass?
The geometric centre is the plain arithmetic mean of the coordinates, every atom counts equally. The centre of mass weights each atom by its standard atomic weight, so it sits closer to the heavy atoms. Use centre of mass when setting up a simulation; the two can differ by several ångström in an asymmetric molecule.
Which atomic weights are used?
IUPAC standard atomic weights covering hydrogen through the common heavy elements. If an element cannot be identified from the file the tool falls back to carbon and tells you which symbols were unrecognised, so a mass-weighted result is never silently wrong.
How does the tool know CA is calcium and not an alpha carbon?
It checks the PDB element column first, which is authoritative when present. Failing that it reads the atom name, using the residue name to break ties: CA inside a residue named CA is calcium, while CA in ALA is the alpha carbon.
In what order are rotations applied?
Intrinsic Z-Y-X, yaw about Z, then pitch about Y, then roll about X, equivalent to R = Rz·Ry·Rx acting on a column vector. Because rotations do not commute, apply one axis at a time if you need an exact orientation.
Does rotation or translation distort my molecule?
No. Both are rigid-body operations: every internal distance and angle is preserved exactly. Only the position and orientation of the structure as a whole change.
Can I set my own simulation box?
Yes. The Simulation Box panel lets you type Lx, Ly and Lz in nanometres, or press Fit to Molecule to derive them from the bounding box with a padding percentage. If the source file carried a box (a .gro box line or a PDB CRYST1 record) it is loaded as the starting point. The tool warns you when the box is smaller than the molecule.
Why does the preview stop after 500 lines?
Rendering a large system's full text into the page would freeze the browser. Only the first 500 lines are drawn; Download and Copy always give you the complete file, however large.
Are velocities preserved in GRO files?
Yes. If the input .gro carries velocity columns they are kept, rotated along with the coordinates, and written back out. Velocities are direction vectors, so translating the structure correctly leaves them unchanged.
Can I convert a GRO file to PDB?
Yes. Load the .gro and choose PDB (or XYZ) as the output format; the tool converts nm to Å during export and writes the box as a CRYST1 record.
Is my structure file uploaded anywhere?
No. Files are read and processed entirely in your browser and are never transmitted to a server.
Runs entirely in your browser, no data leaves your device.