added Genetic Algorythm code in branch feature-ga
authorDawid Jagiela <lightnir@chem.univ.gda.pl>
Tue, 28 Feb 2012 13:35:40 +0000 (14:35 +0100)
committerDawid Jagiela <lightnir@chem.univ.gda.pl>
Tue, 28 Feb 2012 13:35:40 +0000 (14:35 +0100)
commit542ab9991ef3bf5a3e89ebc8610b94878779e343
tree62cd3d6b917816ba0829df348189487acc5ae88d
parent478a9d9a1c99eb3f4bc4ca676ff3162bdd01d633
added Genetic Algorythm code in branch feature-ga
39 files changed:
.gitignore [new file with mode: 0644]
doc/unresga.1 [new file with mode: 0644]
source/ga/GA.f [new file with mode: 0644]
source/ga/GA.inc [new file with mode: 0644]
source/ga/Makefile [new file with mode: 0644]
source/ga/TEST.inc [new file with mode: 0644]
source/ga/TODO [new file with mode: 0644]
source/ga/cluster.inc [new file with mode: 0644]
source/ga/common.inc [new file with mode: 0644]
source/ga/input-templates/1L2Y.pdb [new file with mode: 0644]
source/ga/input-templates/1LE1.pdb [new file with mode: 0644]
source/ga/input-templates/galera/1L2Y_mremd.tpl [new file with mode: 0644]
source/ga/input-templates/galera/1L2Y_wham.tpl [new file with mode: 0644]
source/ga/input-templates/galera/1LE1_mremd.tpl [new file with mode: 0644]
source/ga/input-templates/galera/1LE1_wham.tpl [new file with mode: 0644]
source/ga/input-templates/galera/opt.csh [new file with mode: 0755]
source/ga/input-templates/galera/start_all.pbs [new file with mode: 0755]
source/ga/input-templates/galera/unres.csh [new file with mode: 0755]
source/ga/input-templates/galera/unresga.inp [new file with mode: 0644]
source/ga/input-templates/galera/wham.csh [new file with mode: 0755]
source/ga/input-templates/galera/zscore.tpl [new file with mode: 0644]
source/ga/input-templates/matrix/1LE1_mremd.tpl [new file with mode: 0644]
source/ga/input-templates/matrix/1LE1_wham.tpl [new file with mode: 0644]
source/ga/input-templates/matrix/opt.csh [new file with mode: 0755]
source/ga/input-templates/matrix/start_all.pbs [new file with mode: 0755]
source/ga/input-templates/matrix/unres.csh [new file with mode: 0755]
source/ga/input-templates/matrix/unresga.inp [new file with mode: 0644]
source/ga/input-templates/matrix/wham.csh [new file with mode: 0755]
source/ga/input-templates/matrix/zscore.tpl [new file with mode: 0644]
source/ga/input-templates/piasek/1L2Y_mremd.tpl [new file with mode: 0644]
source/ga/input-templates/piasek/1L2Y_wham.tpl [new file with mode: 0644]
source/ga/input-templates/piasek/1LE1_mremd.tpl [new file with mode: 0644]
source/ga/input-templates/piasek/1LE1_wham.tpl [new file with mode: 0644]
source/ga/input-templates/piasek/startmremd.mat [new file with mode: 0755]
source/ga/input-templates/piasek/startwham.mat [new file with mode: 0755]
source/ga/input-templates/piasek/unresga.inp [new file with mode: 0644]
source/ga/input-templates/piasek/zscore.tpl [new file with mode: 0644]
source/ga/io.inc [new file with mode: 0644]
source/ga/tester.sh [new file with mode: 0755]