1#ifndef VIENNA_RNA_PACKAGE_MELTING_H
2#define VIENNA_RNA_PACKAGE_MELTING_H
96 unsigned int mpoints);
133 unsigned int mpoints,
177 unsigned int mpoints);
Various data structures and pre-processor macros.
The most basic data structure required by many functions throughout the RNAlib.
Definition: fold_compound.h:148
float heat_capacity
The specific heat at this temperature in Kcal/(Mol * K)
Definition: heat_capacity.h:58
float temperature
The temperature in °C.
Definition: heat_capacity.h:57
vrna_heat_capacity_t * vrna_heat_capacity_simple(const char *sequence, float T_min, float T_max, float T_increment, unsigned int mpoints)
Compute the specific heat for an RNA (simplified variant)
void() vrna_heat_capacity_callback(float temp, float heat_capacity, void *data)
The callback for heat capacity predictions.
Definition: heat_capacity.h:38
int vrna_heat_capacity_cb(vrna_fold_compound_t *fc, float T_min, float T_max, float T_increment, unsigned int mpoints, vrna_heat_capacity_callback *cb, void *data)
Compute the specific heat for an RNA (callback variant)
vrna_heat_capacity_t * vrna_heat_capacity(vrna_fold_compound_t *fc, float T_min, float T_max, float T_increment, unsigned int mpoints)
Compute the specific heat for an RNA.
A single result from heat capacity computations.
Definition: heat_capacity.h:56