Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
Contants_for_embedding< NT > Class Template Reference

Values obtained when converting constraints to polynomial coefficients and used once more to convert roots to cartesian embeddings of solution in tripeptide loop closure. More...

#include <Tripeptide_loop_closure_utilities.hpp>

Public Attributes

Vector unit_ca1ca3
 
Vector ca1n1
 
NT length_NCA [3]
 
NT length_CAC [3]
 
NT length_CACA [3]
 
NT C0 [3][3]
 
NT C1 [3][3]
 
NT C2 [3][3]
 
NT Q [5][17]
 
NT R [3][17]
 
NT delta [4]
 
NT xi [3]
 
NT eta [3]
 
NT alpha [3]
 
NT theta [3]
 
NT cos_alpha [3]
 
NT sin_alpha [3]
 
NT cos_theta [3]
 
NT cos_delta [4]
 
NT sin_delta [4]
 
NT cos_xi [3]
 
NT cos_eta [3]
 
NT sin_xi [3]
 
NT sin_eta [3]
 

Detailed Description

template<class NT>
class SBL::CSB::Contants_for_embedding< NT >

Values obtained when converting constraints to polynomial coefficients and used once more to convert roots to cartesian embeddings of solution in tripeptide loop closure.

Values obtained when converting constraints to polynomial coefficients and used once more to convert roots to cartesian embeddings of solution in tripeptide loop closure.

Template Parameters
Numbertype

Member Data Documentation

◆ alpha

NT alpha[3]

◆ C0

NT C0[3][3]

◆ C1

NT C1[3][3]

◆ C2

NT C2[3][3]

◆ ca1n1

Vector ca1n1

◆ cos_alpha

NT cos_alpha[3]

◆ cos_delta

NT cos_delta[4]

◆ cos_eta

NT cos_eta[3]

◆ cos_theta

NT cos_theta[3]

◆ cos_xi

NT cos_xi[3]

◆ delta

NT delta[4]

◆ eta

NT eta[3]

◆ length_CAC

NT length_CAC[3]

◆ length_CACA

NT length_CACA[3]

◆ length_NCA

NT length_NCA[3]

◆ Q

NT Q[5][17]

◆ R

NT R[3][17]

◆ sin_alpha

NT sin_alpha[3]

◆ sin_delta

NT sin_delta[4]

◆ sin_eta

NT sin_eta[3]

◆ sin_xi

NT sin_xi[3]

◆ theta

NT theta[3]

◆ unit_ca1ca3

Vector unit_ca1ca3

◆ xi

NT xi[3]