metadata.xml 1.2 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>sci-chemistry@gentoo.org</email>
  6. <name>Gentoo Chemistry Project</name>
  7. </maintainer>
  8. <longdescription>
  9. A fortran program for the calculation of some eigenvectors of a large real,
  10. symmetrical, matrix.
  11. If the matrix was obtained, for instance, with the PDBMAT program, these
  12. eigenvectors correspond to the low-frequency normal modes (i.e., mostly
  13. those with a collective character) of the system. Note that in the case of
  14. proteins, low-frequency normal modes thus obtained are found to be very close
  15. to those obtained with standard, much more realistic (e.g., all atoms with
  16. empirical force fields), models.
  17. The method used rests upon the RTB approximation (standing for
  18. Rotations-Translations-of-Blocks). Within the frame of this approximation,
  19. blocks of n (n=1,2,...) consecutive monomers (amino-acid residues) are
  20. assumed to behave like rigid bodies.
  21. Requirements: a matrix in the "i j non-zero-ij-matrix-element" format.
  22. A file with the coordinates of the system, in the PDB or "x y z mass
  23. block-number" format.
  24. </longdescription>
  25. </pkgmetadata>