Gianluca Tomasello

Results 161 comments of Gianluca Tomasello

@dsehnal I further improved performances for k=1 situations where is unnecessary to use heap.extractMinimum(). I think as well this could be further improved but for now I'm happy as it...

@dsehnal yes thanks. I forgot to tell I already mentioned this under unreleased section on change log.

@dsehnal thanks for pointing to that. In my understanding bonds are computed by finding all elements within a max radius. But in my case I don't have a radius limit....

At the moment I need to discriminate between single-threaded geometry building phase and multi-threaded rendering phase. A workaround I have found could be to exec the command ```cmd.ray(renderer=2)``` after the...

I also noticed a different behavior when running the following code in batch mode with and without the ```cmd.ray(renderer=2)``` : ```py from pymol import cmd cmd.fetch("1c0k",async=0) cmd.set("gaussian_resolution",4) cmd.set("gaussian_b_floor",120) cmd.map_new("map","gaussian",1,"1c0k") cmd.isosurface("iso1","map",1)...

Sorry, the title was not clear. The image above in (the previous post) comes from blender, I imported VRML2 format from pymol and colored by vertex color. Here an other...

Hi @TstewDev Sorry, It was in the title: 1PNN

Hi @TstewDev , Any news about this?