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)
commit4dc5460a7ff83437a7df734893d2796f8e76a089
tree5be52f657a13b37a4d9ca45d4d3663a1d528e3bb
parenta45ce81aae2c857c30b821e39e45a7a08356de4d
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]