mythos.energy.rna2.interactions
RNA2 interactions.
These functions are based on the RNA2 model paper found here: https://arxiv.org/abs/1403.4180
Functions
|
Stacking energy. |
|
Cross-stacking energy. |
Module Contents
- mythos.energy.rna2.interactions.stacking(r_stack: mythos.utils.types.ARR_OR_SCALAR, theta5: mythos.utils.types.ARR_OR_SCALAR, theta6: mythos.utils.types.ARR_OR_SCALAR, theta9: mythos.utils.types.ARR_OR_SCALAR, theta10: mythos.utils.types.ARR_OR_SCALAR, cosphi1: mythos.utils.types.ARR_OR_SCALAR, cosphi2: mythos.utils.types.ARR_OR_SCALAR, dr_low_stack: mythos.utils.types.Scalar, dr_high_stack: mythos.utils.types.Scalar, eps_stack: mythos.utils.types.Scalar, a_stack: mythos.utils.types.Scalar, dr0_stack: mythos.utils.types.Scalar, dr_c_stack: mythos.utils.types.Scalar, dr_c_low_stack: mythos.utils.types.Scalar, dr_c_high_stack: mythos.utils.types.Scalar, b_low_stack: mythos.utils.types.Scalar, b_high_stack: mythos.utils.types.Scalar, theta0_stack_5: mythos.utils.types.Scalar, delta_theta_star_stack_5: mythos.utils.types.Scalar, a_stack_5: mythos.utils.types.Scalar, delta_theta_stack_5_c: mythos.utils.types.Scalar, b_stack_5: mythos.utils.types.Scalar, theta0_stack_6: mythos.utils.types.Scalar, delta_theta_star_stack_6: mythos.utils.types.Scalar, a_stack_6: mythos.utils.types.Scalar, delta_theta_stack_6_c: mythos.utils.types.Scalar, b_stack_6: mythos.utils.types.Scalar, theta0_stack_9: mythos.utils.types.Scalar, delta_theta_star_stack_9: mythos.utils.types.Scalar, a_stack_9: mythos.utils.types.Scalar, delta_theta_stack_9_c: mythos.utils.types.Scalar, b_stack_9: mythos.utils.types.Scalar, theta0_stack_10: mythos.utils.types.Scalar, delta_theta_star_stack_10: mythos.utils.types.Scalar, a_stack_10: mythos.utils.types.Scalar, delta_theta_stack_10_c: mythos.utils.types.Scalar, b_stack_10: mythos.utils.types.Scalar, neg_cos_phi1_star_stack: mythos.utils.types.Scalar, a_stack_1: mythos.utils.types.Scalar, neg_cos_phi1_c_stack: mythos.utils.types.Scalar, b_neg_cos_phi1_stack: mythos.utils.types.Scalar, neg_cos_phi2_star_stack: mythos.utils.types.Scalar, a_stack_2: mythos.utils.types.Scalar, neg_cos_phi2_c_stack: mythos.utils.types.Scalar, b_neg_cos_phi2_stack: mythos.utils.types.Scalar) mythos.utils.types.Scalar[source]
Stacking energy.
- mythos.energy.rna2.interactions.cross_stacking(r_hb: mythos.utils.types.ARR_OR_SCALAR, theta1: mythos.utils.types.ARR_OR_SCALAR, theta2: mythos.utils.types.ARR_OR_SCALAR, theta3: mythos.utils.types.ARR_OR_SCALAR, theta7: mythos.utils.types.ARR_OR_SCALAR, theta8: mythos.utils.types.ARR_OR_SCALAR, dr_low_cross: mythos.utils.types.Scalar, dr_high_cross: mythos.utils.types.Scalar, dr_c_low_cross: mythos.utils.types.Scalar, dr_c_high_cross: mythos.utils.types.Scalar, k_cross: mythos.utils.types.Scalar, r0_cross: mythos.utils.types.Scalar, dr_c_cross: mythos.utils.types.Scalar, b_low_cross: mythos.utils.types.Scalar, b_high_cross: mythos.utils.types.Scalar, theta0_cross_1: mythos.utils.types.Scalar, delta_theta_star_cross_1: mythos.utils.types.Scalar, delta_theta_cross_1_c: mythos.utils.types.Scalar, a_cross_1: mythos.utils.types.Scalar, b_cross_1: mythos.utils.types.Scalar, theta0_cross_2: mythos.utils.types.Scalar, delta_theta_star_cross_2: mythos.utils.types.Scalar, delta_theta_cross_2_c: mythos.utils.types.Scalar, a_cross_2: mythos.utils.types.Scalar, b_cross_2: mythos.utils.types.Scalar, theta0_cross_3: mythos.utils.types.Scalar, delta_theta_star_cross_3: mythos.utils.types.Scalar, delta_theta_cross_3_c: mythos.utils.types.Scalar, a_cross_3: mythos.utils.types.Scalar, b_cross_3: mythos.utils.types.Scalar, theta0_cross_7: mythos.utils.types.Scalar, delta_theta_star_cross_7: mythos.utils.types.Scalar, delta_theta_cross_7_c: mythos.utils.types.Scalar, a_cross_7: mythos.utils.types.Scalar, b_cross_7: mythos.utils.types.Scalar, theta0_cross_8: mythos.utils.types.Scalar, delta_theta_star_cross_8: mythos.utils.types.Scalar, delta_theta_cross_8_c: mythos.utils.types.Scalar, a_cross_8: mythos.utils.types.Scalar, b_cross_8: mythos.utils.types.Scalar) mythos.utils.types.Scalar[source]
Cross-stacking energy.