Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tbgl
tools
mrdna
Commits
2dc76a9d
Commit
2dc76a9d
authored
Nov 26, 2019
by
cmaffeo2
Browse files
Fixed angle potential spring constant; didn't have a significant effect on persistence length
parent
7d59bb70
Changes
1
Hide whitespace changes
Inline
Side-by-side
mrdna/segmentmodel.py
View file @
2dc76a9d
...
...
@@ -2423,7 +2423,7 @@ class SegmentModel(ArbdModel):
parent
=
self
.
_getParent
(
b1
,
b2
)
""" Add heuristic 90 degree potential to keep orientation bead orthogonal """
k
=
0.5
*
k_dsdna_angle
(
sep
)
k
=
0.
2
5
*
k_dsdna_angle
(
sep
)
pot
=
self
.
get_angle_potential
(
k
,
90
)
parent
.
add_angle
(
o1
,
b1
,
b2
,
pot
)
parent
.
add_angle
(
b1
,
b2
,
o2
,
pot
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment