From: achatz <ac...@wz...> - 2020-07-10 12:43:17
|
Hello, I need to call functions like cmd.get_area() or cmd.centerofmass() with a lot of different selection macros selecting residues. As this is quite slow I wanted to ask if it is possible to call these functions concurrently. A first test with concurrent.futures.ThreadPoolExecutor seemded to just freeze Pymol. Or is there another method to get these informations faster in a bunch? Thanks, Stefan |