RNAlib-2.0.3
H/energy_const.h
Go to the documentation of this file.
00001 #ifndef __VIENNA_RNA_PACKAGE_ENERGY_CONST_H__
00002 #define __VIENNA_RNA_PACKAGE_ENERGY_CONST_H__
00003 
00004 #include <limits.h>
00005 
00012 #define GASCONST 1.98717  /* in [cal/K] */
00013 
00014 #define K0  273.15
00015 
00016 #define INF (INT_MAX/10)
00017 
00018 #define EMAX (INF/10)
00019 
00020 #define FORBIDDEN 9999
00021 
00022 #define BONUS 10000
00023 
00024 #define NBPAIRS 7
00025 
00026 #define TURN 3
00027 
00028 #define MAXLOOP 30
00029 
00030 #endif