We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
assign_conformation
1 parent 3c38e72 commit 0f87a04Copy full SHA for 0f87a04
1 file changed
CodeEntropy/entropy.py
@@ -748,7 +748,7 @@ def assign_conformation(
748
749
# get the values of the angle for the dihedral
750
# dihedral angle values have a range from -180 to 180
751
- for timestep in data_container.trajectory[start : end + 1 : step]:
+ for timestep in data_container.trajectory[start:end:step]:
752
timestep_index = timestep.frame - start
753
value = dihedral.value()
754
# we want postive values in range 0 to 360 to make the peak assignment
0 commit comments