I have access to a bunch of TCL scripts but some of them are not working fast and I want to convert some of them to python. Does anybody have any experience? ex. one of the functions that I faced problem with it is pbwithin in TCL and I do not understand it well.
Asked
Active
Viewed 98 times
0
-
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Jun 09 '22 at 18:39
-
4Please don't assume that Python will be faster than Tcl. – Chris Heithoff Jun 09 '22 at 19:03
-
1If you have the proc code for `pbwithin` you can ask for suggestions of how to speed it up. – Chris Heithoff Jun 09 '22 at 19:03
-
`pbwithin` appears to be something built-in to VMD, which few Tcl people are familiar with. If `pbwithin` is important to your question you may get better-informed responses if you ask at https://mattermodeling.stackexchange.com/questions/tagged/vmd . – Colin Macleod Jun 10 '22 at 13:32