从官方网站 http://www.find-a-drug.com/faq.html#Science 上可以看到:
Q:What is the significance of the colours of the balls and sticks?
A:Each ball corresponds to an atom and each stick to a chemical bond between two atoms and these are coloured in accordance with the elements. The common colours are: blue for nitrogen, red for oxygen, yellow for sulphur and cyan for carbon.
意思是:球和棍的颜色的意义是什么?
每个球相当于一个原子,棍相当于化学键。颜色代表是: 蓝色是氮,红色是氧,黄色是硫,蓝绿色(青色)是碳。
复选框第4项是“Use OpenGL graphics for THINK”,询问是否使用 OpenGL 的图形显示。如下图所示:
建议去掉该复选框前面的勾,这样就不再使用 OpenGL 显示功能。这样做有两个好处,一是减少 CPU 和显卡芯片的运算消耗,提高主程序的运算效率;一是可以减少因为图形显示引起的和游戏软件冲突的现象发生。当然,也有缺点,主程序界面显示分子构图的五种模型(Line(线性模型),Stick(棍式模型),Ball-and-Stick(球棍模型),Spheres(球状模型),Space-filling(比例模型))中就只能显示Line(线性模型)了,这是最朴素的一种显示模式,不如其他四种美观好看。