说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 无规键近似
1)  bond-random approximation
无规键近似
2)  random phase approximation
无规相近似
1.
The random phase approximation (RPA) method and the Feymann-Hellman theorem are used to calculate the seventh order glueball mass of the 2+1-D SU(2) lattice gauge theory.
采用无规相近似 (RPA)方法 ,用空心图作为试探波函数 ,利用Feymann Hellman定理计算七阶 2 + 1维SU(2 )格点规范场的胶球质量 ,在弱耦合区 1/g2 =1。
2.
The coupled cluster method is improved with the random phase approximation (RPA) to calculate the glueball mass in the 2+1-D SU(2) lattice gauge theory.
采用无规相近似 (RPA)耦合集团展开方法 ,用空心图作为试探波函数 ,利用Feymann Hellman定理和截断薛定谔方程本征值方程的方法得到的封闭方程组 ,计算出三到六阶 2 +1维SU(2 )格点规范场的胶球质量 。
3)  random phase approximation method
无规相近似方法
4)  relativistic random phase approximation
相对论无规位相近似
1.
Nuclear matter incompressibility is discussed by the monopole compression modes in nuclei in the framework of a fully consistent relativistic random phase approximation, based on effective Lagrangians with a mixed isoscalar-isovector nonlinear coupling term.
基于带有混合同位旋标量-矢量非线性耦合的有效拉格朗日量,在完全自洽的相对论无规位相近似的框架内,通过单极压缩模式讨论了核物质的不可压缩性。
2.
The consistency in the relativistic random phase approximation (RRPA) built on the relativistic mean field (RMF) ground states are investigated.
讨论了建立在相对论平均场基态上的相对论无规位相近似的自洽处理 。
3.
We emphasized the consistent approach in relativistic random phase approximation built on relativistic mean filed ground states.
着重讨论了建立在相对论平均场基态上的相对论无规位相近似的自洽处理 。
5)  quasi-particle random phase approximation
准粒子无规相位近似
6)  Hypernetted-chain approximation
超网键近似
补充资料:UG自定义右键弹出菜单和快捷键

UG的右键弹出菜单包含了一些我们常用的功能,比如Roate、Fit等,为了使用的更加方便,我们也可以自己打造!打开UG安装目录下的UGII下的menus文件夹,里面包含了一些*.men和*.tbr,我们以文本方式打开它,发现也不难理解。例如,我们想在右键弹出菜单里面的roate和pan之间加入如图示的view下的orient功能,首先我们打开ug_main.men,查找orient,会看到下面的内容:



BUTTON UG_VIEW_REFRESH
LABEL &Refresh
BITMAP refresh_window.bmp
ACCELERATOR F5
ACTIONS STANDARD



CASCADE_BUTTON UG_VIEW_EDIT
LABEL O&peration



BUTTON UG_VIEW_ORIENT
LABEL Ori&ent...
ACTIONS STANDARD



参考上面部分我们会看出快捷键的定义是*ACCELERATOR来指定的,我们把红色部分即BUTTON UG_VIEW_ORIENT的LABEL下面加入一行ACCELERATOR Ctrl+Alt+O(这里可以自行定义,但不要和别的重复),保存,这样我们就把快捷键定义好了,然后我们选中红色部分复制。接着打开ug_view_popup.men,它就是右键弹出菜单的定义文件。为了把它放在roate和pan之间,我们把刚才复制的部分粘贴在下面图示的位置:



TOGGLE_BUTTON UG_VIEW_POPUP_ROTATE
LABEL R&otate
BITMAP rotate.bmp
ACCELERATOR F7
ACTIONS STANDARD



BUTTON UG_VIEW_ORIENT
LABEL Ori&ent...
ACCELERATOR Ctrl+Alt+O
ACTIONS STANDARD



TOGGLE_BUTTON UG_VIEW_POPUP_PAN
LABEL &Pan
BITMAP pan.bmp
ACCELERATOR F9
ACTIONS STANDARD

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条