Rosetta
Functions | Variables
gen_vdw_radius_soft.m File Reference

Functions

clean the clash nonidcen_counts (:,:, 1:6)=0
 
 Nint (ndx)
 
 printf ("%.3f ", rvdw *rvdw)
 
 Pvdw (rx >rvdw)
 
draw the g (r) picture h
 
 text (0, Nall/100000, t)
 
 set (h(1), "linewidth", 2) set(h(2)
 
end printf ("\n")
 

Variables

 dic = [ "Nbb"
 
 CAbb
 
 CB
 
 CObb
 
 OCbb
 
 CEN_ALA
 
 CEN_CYS
 
 CEN_ASP
 
 CEN_GLU
 
 CEN_PHE
 
 CEN_GLY
 
 CEN_HIS
 
 CEN_ILE
 
 CEN_LYS
 
 CEN_LEU
 
 CEN_MET
 
 CEN_ASN
 
 CEN_PRO
 
 CEN_GLN
 
 CEN_ARG
 
 CEN_SER
 
 CEN_THR
 
 CEN_VAL
 
 CEN_TRP
 
 CEN_TYR
 
 cutoff = 0.001
 
for aandx
 
for ii
 
 r = 0.25:0.5:15
 
 shell = (4.0*pi*r.*r)'
 
 Nr = squeeze(nonidcen_counts(ii, aandx, :))
 
 Nint = Nr
 
 Pr = Nr ./ shell / 0.2
 
 Nall = 0
 
for ndx
 
end Nc = Nall*cutoff
 
 rm = 0:0.001:10
 
 sm = 4.0*pi*rm.*rm
 
 Nrm = interp1( r, Nint, rm, 'linear')
 
 Prm = interp1( r, Pr, rm, 'linear')
 
 p_end = Pr(50)/3
 
 rx = 0:0.1:10
 
 Px = interp1( r, Pr, rx, 'linear')
 
 Pvdw = exp(-(rvdw**2-rx.*rx).**2/rvdw)
 
 t = dic(ii,:)
 
 linewidth
 

Function Documentation

◆ g()

draw the g ( r  )

◆ Nint()

Nint ( ndx  )

◆ nonidcen_counts()

clean the clash nonidcen_counts ( ,
,
1:6   
)
pure virtual

◆ printf() [1/2]

printf ( "%.3f "  ,
rvdw rvdw 
)

◆ printf() [2/2]

end printf ( "\n"  )

◆ Pvdw()

Pvdw ( rx  ,
rvdw   
)

◆ set()

set ( h(1)  ,
"linewidth"  ,
 
)

◆ text()

text ( ,
Nall 100000,
t   
)

Variable Documentation

◆ aandx

for aandx
Initial value:
= aaa
printf("%s ",dic(aandx,:))
for aandx
Definition: gen_vdw_radius_soft.m:34
dic
Definition: gen_vdw_radius_soft.m:6
printf("%.3f ", rvdw *rvdw)
Definition: T70.module_local.hpp:15

◆ CAbb

CAbb

◆ CB

CB

◆ CEN_ALA

CEN_ALA

◆ CEN_ARG

CEN_ARG

◆ CEN_ASN

CEN_ASN

◆ CEN_ASP

CEN_ASP

◆ CEN_CYS

CEN_CYS

◆ CEN_GLN

CEN_GLN

◆ CEN_GLU

CEN_GLU

◆ CEN_GLY

CEN_GLY

◆ CEN_HIS

CEN_HIS

◆ CEN_ILE

CEN_ILE

◆ CEN_LEU

CEN_LEU

◆ CEN_LYS

CEN_LYS

◆ CEN_MET

CEN_MET

◆ CEN_PHE

CEN_PHE

◆ CEN_PRO

CEN_PRO

◆ CEN_SER

CEN_SER

◆ CEN_THR

CEN_THR

◆ CEN_TRP

CEN_TRP

◆ CEN_TYR

CEN_TYR

◆ CEN_VAL

CEN_VAL

◆ CObb

CObb

◆ cutoff

cutoff = 0.001

◆ dic

dic = [ "Nbb"

◆ ii

for ii
Initial value:
=1:25
subplot(5,5,ii)
end debug subplot(2, 1, 1) %[xx
for ii
Definition: gen_vdw_radius_soft.m:36

◆ linewidth

linewidth

◆ Nall

Nall = 0

◆ Nc

end Nc = Nall*cutoff

◆ ndx

for ndx
Initial value:
= 1:50
Nr
Definition: gen_vdw_radius_soft.m:41
for ndx
Definition: gen_vdw_radius_soft.m:45
Nall
Definition: gen_vdw_radius_soft.m:44

◆ Nint

Nint = Nr

◆ Nr

◆ Nrm

Nrm = interp1( r, Nint, rm, 'linear')

◆ OCbb

OCbb

◆ p_end

p_end = Pr(50)/3

◆ Pr

Pr = Nr ./ shell / 0.2

◆ Prm

Prm = interp1( r, Pr, rm, 'linear')

◆ Pvdw

Pvdw = exp(-(rvdw**2-rx.*rx).**2/rvdw)

◆ Px

Px = interp1( r, Pr, rx, 'linear')

◆ r

r = 0.25:0.5:15

◆ rm

rm = 0:0.001:10

◆ rx

rx = 0:0.1:10

◆ shell

shell = (4.0*pi*r.*r)'

◆ sm

sm = 4.0*pi*rm.*rm

◆ t

t = dic(ii,:)