Changeset 3fbbfbb for algorithms.py


Ignore:
Timestamp:
06/16/10 08:25:47 (14 years ago)
Author:
Jan Meinke <j.meinke@…>
Branches:
master
Children:
5fef0d7
Parents:
9f146fa
Message:

Move to doxygen comments and smmp_p.

Doxygen comments in Fortran are !> ... !! ... !<. I'm planning move the API documentation from the
lyx file into the code. This should make it easier to get documentation for all the common block
variables as well.

Use import smmp_p to indicate the parallel version of the Python bindings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • algorithms.py

    r9f146fa r3fbbfbb  
    1111from protein import *
    1212
    13 class CanonicalMonteCarlo:
     13class CanonicalMonteCarlo(object):
    1414    """An implementation of a canonical Monte Carlo run using Metropolis weights.
    1515    After a Monte-Carlo sweep over all internal variables, this implementation
Note: See TracChangeset for help on using the changeset viewer.