Ignore:
Timestamp:
09/05/08 11:49:43 (16 years ago)
Author:
baerbaer <baerbaer@…>
Branches:
master
Children:
a52fb83
Parents:
229cc35
Message:

Update Lund init and BG/P compatibility.

  • Moved call of init_lundff after initialization of the molecule. The Lund

force field needs the molecule to calculate the hydrophobicity matrix.

  • Added bgp target to Makefile to compile SMMP on a BlueGene/P
  • Split if statement in setmvs to avoid out-of-range warning for array

access.

  • Changed setup of boundaries in Protein.zimmer() to match new version of

numpy.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/smmp/trunk@15 26dc1dd8-5c4e-0410-9ffe-d298b4865968

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SMMP.kdevelop.filelist

    r229cc35 r4e219a3  
    11# KDevelop Custom Project File List
     2EXAMPLES
     3EXAMPLES/Makefile
     4EXAMPLES/Python
     5EXAMPLES/Python/annealing.py
     6EXAMPLES/Python/gui_example.py
     7EXAMPLES/Python/minimization.py
     8EXAMPLES/Python/muca.py
     9EXAMPLES/Python/regularization.py
     10EXAMPLES/annealing.f
     11EXAMPLES/minimization.f
     12EXAMPLES/multicanonical.f
     13EXAMPLES/parallel_tempering_p.f
     14EXAMPLES/parallel_tempering_s.f
     15EXAMPLES/partem_p.f
     16EXAMPLES/regularization.f
     17INCL.H
     18INCP.H
     19Makefile
    220addend.f
    321algorithms.py
     
    2341enysol_p.f
    2442esolan.f
    25 EXAMPLES
    26 EXAMPLES/annealing.f
    27 EXAMPLES/Makefile
    28 EXAMPLES/minimization.f
    29 EXAMPLES/multicanonical.f
    30 EXAMPLES/parallel_tempering_p.f
    31 EXAMPLES/parallel_tempering_s.f
    32 EXAMPLES/partem_p.f
    33 EXAMPLES/Python
    34 EXAMPLES/Python/annealing.py
    35 EXAMPLES/Python/gui_example.py
    36 EXAMPLES/Python/minimization.py
    37 EXAMPLES/Python/muca.py
    38 EXAMPLES/Python/regularization.py
    39 EXAMPLES/regularization.f
    4043eyabgn.f
    4144getmol.f
     
    4346hbond.f
    4447helix.f
    45 INCL.H
    4648incl_lund.h
    47 INCP.H
    4849init_energy.f
    4950init_molecule.f
     51main.f
     52main.py
    5053main_bgl_p.f
    51 main.f
    5254main_p.f
    53 main.py
    54 Makefile
    5555metropolis.f
    5656mincjg.f
Note: See TracChangeset for help on using the changeset viewer.