FENE势函数的函数图像和不同版本
FENE(finitely extensible nonlinear elastic)势函数可以用来描述分子成键相互作用。它的主要特点是最大键长只能有限值,这是和harmonic成键函数的主要不同之处。文献中有两个常用的版本:
Continue reading ‘FENE势函数的函数图像和不同版本’ »
Molecular modeling in Materials Sciences Web development Programming IT
Archive for the ‘中文文章’ Category.
FENE(finitely extensible nonlinear elastic)势函数可以用来描述分子成键相互作用。它的主要特点是最大键长只能有限值,这是和harmonic成键函数的主要不同之处。文献中有两个常用的版本:
Continue reading ‘FENE势函数的函数图像和不同版本’ »
VPython到底能不能显示中文字符?能显示哪些中文字体?下面的code给出答案。
Continue reading ‘Chinese character display with VPtyhon’ »
1. Gromacs有一个工具g_density可以分析各个方向上原子的数密度和电子密度。
2. VMD有一个第三方插件VMD Density Profile Tool,可以根据原子类型分析密度分布。
3. LAMMPS的Pizza工具包有一个脚本density.py也可完成类似工作。
可根据需要选取。
后知后觉的我有了一个新发现,Gmail用户名中的小数点可以省略,也可以随意添加。参见:这里 Continue reading ‘Gmail用户名中的“.”是可以省略的’ »
Unreal Commander is one of the best file manager software which is free of charge. When you want to synchronize two directories with considering only the specified file types, you will need to define filter string. “*.*” means to compare all files; “*.txt” means to compare also the text file. However, how can you compare any file except for “*.exe”?
Easy! Just add a “|” before the file types you want to exclude as show in the following picture.
Continue reading ‘Excluding syntax for folder synchronization in Unreal Commander’ »
中国人太忙了,忙得顾不上关注道德“小节”了,即使是被揭露的丑陋伤疤也会变成过眼云烟。
OK, even after reading the handbook a few times, it is not very clear which python file is the initial script for Qtiplot. It is important to know if you want to extend Qtiplot with python. After checking all the default python files in the Qtiplot installation path, I found qtiplotrc.py should be the one, although a smarter guy would have realized this from its name. You could import your own Python module in this startup file and enjoy them right after entering Qtiplot.
读Blog有如读作者的思想,尤其是读好的Blog。就像【学而时嘻之】这个Blog,就是一个代表。作者的博闻和睿智在其字里行间可见一斑。下面的几个有助于提高工作或学习效率的技巧即出自此博客。虽然原作者已经通过广泛的阅读和实践总结出一些精华文章,但是我在此还是偷懒了,仅列出要点中的要点,主要用于自勉。
Preimes Plus是一个创业团队,虽然看不出他们到底有什么与众不同,但是看起来这些创业者应该是对创业有一些独到的理解的。正如他们这篇关于执行和想法关系的文章,应该是历经一些成功和失败之后得到的感悟。文章的中心思想是:用78%的精力去实现对成功只有22%贡献的想法,强调持之以恒的实践对一个项目成功的重要性。虽然这不是什么新的发现,但是的确值得时常引以为鉴。
Origin是科学绘图和数值分析领域的一个十分强悍的商业软件。即使在开源流行的今天,Origin凭其优势仍可傲视群雄。当今的GUI软件,一个符合趋势的做法是支持脚本或者这样那样的编程扩展。这是由应用的多样化以及GUI程序天然的特点造成的:用户不再满足单一的使用流程,但是GUI程序的界面元素往往是开发时就订死的。Origin也不例外,它从6.0以后也在不断地朝支持编程的方向努力。否则,你看看它的对手们,Scilab, Octave, Qtiplot等好多好多,哪个不是天生就支持一门编程(脚本)语言的呢?