normal backward.py -kick feature silently turned off

  • cneale
  • cneale's Avatar Topic Author
  • Offline
  • Junior Boarder
More
3 years 11 months ago #8523 by cneale
Hello,

I have obtained backward package from here: github.com/Tsjerk/Backward

I am surprised to see that although there is a random kick option "backward.py -kick", it appears to be nullified on line 190 of backward.py:

if False and res not in solvent_stuff:

that will always fail and therefore disallow the random kicks on the next line:

x,y,z = kick(x,size),kick(y,size),kick(z,size)

Does anybody know why random kicks have been disallowed? It may also be useful to remove the command line option entirely vs. this particular method of avoiding wholesale random kicks.

Thank you,
Chris.

Please Log in or Create an account to join the conversation.

More
3 years 11 months ago #8548 by riccardo
Replied by riccardo on topic backward.py -kick feature silently turned off
Hi Chris,
indeed, I think you are right. No idea - will forward to Tsjerk.

Please Log in or Create an account to join the conversation.

Time to create page: 0.092 seconds