⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 keyvaltest.in

📁 大型并行量子化学软件;支持密度泛函(DFT)。可以进行各种量子化学计算。支持CHARMM并行计算。非常具有应用价值。
💻 IN
字号:
% Emacs should use -*- KeyVal -*- mode.% check size typememory = [ 12345 102KB "103 KB" 1.23KB "1.23 KB" 1MB 1GB 1KIB 1MIB 1GIB ]% check stringss1 = "String 1"s2 = "String 2"% check forward references of variablesforref: (  x = $a  z = $:forref:b:y  nest: (    x = $..:b:y    )  a = 5  b: (    y = by    )  )xxxx: (   % this fails as a means of giving an object that doesn't require data:   % y<Z>   % this must be used instead   y<Z> = 0  )x = 1y = 3.0test: (  object_a<A>: (    a = 4    )  object_b<B>: (    A: a = 111    b = 121    )  object_d<D>: (    B: (      A: a = 11      b = 12      )    C: (      c = 13      )    d = 14    a = $:test:object_b    %b = $:test:object_b    b<B>: (        A: a = 911        b = 921       )       )  object = $object_d  )intco: (   add_simp: [     tors = [ at1 46 29 57 58 ]     tors = [ at2 46 29 57 51 ]     tors = [ at3 46 29 57 30 ]     ]   )testintco: (  add_simp: (    0<TorsSimpleCo> = [ at1 46 29 57 58 ]    1<TorsSimpleCo> = [ at2 46 29 57 51 ]    2<TorsSimpleCo> = [ at3 46 29 57 30 ]    )  )onemoretestintco: (  add_simp: [    <TorsSimpleCo> = [ at1 46 29 57 58 ]    <TorsSimpleCo> = [ at2 46 29 57 51 ]    <TorsSimpleCo> = [ at3 46 29 57 30 ]    ]  )

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -