ices
mailto:supp...@delsci.com
-Original Message-
From: Joonghyun Ryu [mailto:jh...@voronoi.hanyang.ac.kr]
Sent: Friday, October 24, 2008 10:39 PM
To: pymol-users@lists.sourceforge.net
Subject: [PyMOL] question about checking the performance of PyMOL
Hi, all
I am sending this email for
Original Message-
From: Joonghyun Ryu [mailto:jh...@voronoi.hanyang.ac.kr]
Sent: Friday, October 24, 2008 10:39 PM
To: pymol-users@lists.sourceforge.net
Subject: [PyMOL] question about checking the performance of PyMOL
Hi, all
I am sending this email for asking you about checking the per
Hi, all
I am sending this email for asking you about checking the performance of
PyMOL.
I tried to check the elapsed time for the computation of a molecular surface
as follows.
--
import os
import cmd
import pymol
cmd.set("surface_quality", "2")
start = time.time()
cmd.show("surface")
end = tim