We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7372bb2 commit 276b4c0Copy full SHA for 276b4c0
src/setsigma.f90
@@ -66,6 +66,7 @@ subroutine setsigma(link,mimicchain)
66
end if
67
68
! Mimic atomic radii at begining of linker
69
+write(*,*) length1, length2
70
do i = 1, length1
71
sigma(i) = 2.d0
72
end do
@@ -89,7 +90,7 @@ integer function chainlength(name)
89
90
case ( "CYS" ) ; chainlength = 2
91
case ( "GLU" ) ; chainlength = 4
92
case ( "GLN" ) ; chainlength = 4
- case ( "GLY" ) ; chainlength = 0
93
+ case ( "GLY" ) ; chainlength = 1 ! Obs: needed for linker to not overlap with C and N atoms
94
case ( "HIS" ) ; chainlength = 3
95
case ( "HSE" ) ; chainlength = 3
96
case ( "HSD" ) ; chainlength = 3
0 commit comments