

Go to the source code of this file.
Defines | |
| #define | GASCONST 1.98717 |
| #define | K0 273.15 |
| #define | INF 10000000 |
| #define | FORBIDDEN 9999 |
| #define | BONUS 10000 |
| #define | NBPAIRS 7 |
| #define | TURN 3 |
| #define | MAXLOOP 30 |
energy constants
| #define GASCONST 1.98717 |
The gas constant
| #define K0 273.15 |
0 deg Celsius in Kelvin
| #define INF 10000000 |
Infinity as used in minimization routines
| #define FORBIDDEN 9999 |
forbidden
| #define BONUS 10000 |
bonus contribution
| #define NBPAIRS 7 |
The number of distinguishable base pairs
| #define TURN 3 |
The minimum loop length
| #define MAXLOOP 30 |
The maximum loop length
1.6.1