|
Bsoft 2.1.4
Bernard's software package
|
Library routines to read and write GROMACS coordinate files. More...
Functions | |
| int | readGROMACS (Bstring &filename, Bmolgroup *molgroup) |
| Reads a Gromacs coordinate file. More... | |
| int | writeGROMACS (Bstring &filename, Bmolgroup *molgroup) |
| Writes a Gromacs coordinate file. More... | |
Variables | |
| int | verbose |
Library routines to read and write GROMACS coordinate files.
Reads a Gromacs coordinate file.
| &filename | coordinate file name. |
| *molgroup | molecule group. |
Gromacs format:
01234567890123456789012345678901234567890123456789012345678901234567890
MD of 2 waters, t= 0.0
6
1WATER OW1 1 0.126 1.624 1.679 0.1227 -0.0580 0.0434
1WATER HW2 2 0.190 1.661 1.747 0.8085 0.3191 -0.7791
1WATER HW3 3 0.177 1.568 1.613 -0.9045 -2.6469 1.3180
Writes a Gromacs coordinate file.
| &filename | coordinate file name. |
| *molgroup | molecule group. |
Gromacs format:
01234567890123456789012345678901234567890123456789012345678901234567890
MD of 2 waters, t= 0.0
6
1WATER OW1 1 0.126 1.624 1.679 0.1227 -0.0580 0.0434
1WATER HW2 2 0.190 1.661 1.747 0.8085 0.3191 -0.7791
1WATER HW3 3 0.177 1.568 1.613 -0.9045 -2.6469 1.3180
|
extern |