1#ifndef VIENNA_RNA_PACKAGE_LOOPS_SALT_H
2#define VIENNA_RNA_PACKAGE_LOOPS_SALT_H
86vrna_salt_ml(
double saltLoop[],
int lower,
int upper,
int *m,
int *b);
96vrna_salt_duplex_init(
double salt);
int vrna_salt_loop_int(int L, double salt, double T)
Get salt correction for a loop at a given salt concentration and temperature.
double vrna_salt_loop(int L, double salt, double T)
Get salt correction for a loop at a given salt concentration and temperature.
int vrna_salt_stack(double salt, double T)
Get salt correction for a stack at a given salt concentration and temperature.
double salt
salt concentration
General utility- and helper-functions used throughout the ViennaRNA Package.