Dear Warren
Thank you for your information.
It works fine.
Joonghyun
-Original Message-
From: DeLano Scientific [mailto:del...@delsci.info]
Sent: Sunday, October 26, 2008 3:25 AM
To: 'Joonghyun Ryu'; pymol-users@lists.sourceforge.net
Subject: RE: [PyMOL] question about ch
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