summaryrefslogtreecommitdiff
blob: 4d895a92e08d6017e6d03f0b777adf0899ad1e0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>sci-chemistry</herd>
	<longdescription>
A fortran program for the calculation of some eigenvectors of a large real, 
symmetrical, matrix.
If the matrix was obtained, for instance, with the PDBMAT program, these 
eigenvectors correspond to the low-frequency normal modes (i.e., mostly 
those with a collective character) of the system. Note that in the case of 
proteins, low-frequency normal modes thus obtained are found to be very close 
to those obtained with standard, much more realistic (e.g., all atoms with 
empirical force fields), models.

The method used rests upon the RTB approximation (standing for 
Rotations-Translations-of-Blocks). Within the frame of this approximation, 
blocks of n (n=1,2,...) consecutive monomers (amino-acid residues) are 
assumed to behave like rigid bodies.

Requirements: a matrix in the "i j non-zero-ij-matrix-element" format. 
A file with the coordinates of the system, in the PDB or "x y z mass 
block-number" format.
</longdescription>
</pkgmetadata>