ckpt_0zapt2.in

来自「大型并行量子化学软件;支持密度泛函(DFT)。可以进行各种量子化学计算。支持CH」· IN 代码 · 共 34 行

IN
34
字号
% molecule specificationmolecule<Molecule>: (  symmetry = C2V  angstroms = yes  { atoms geometry } = {    O     [ 0.0 0.0 0.0 ]    H     [ 0.0 0.0 1.0 ]  })% basis set specificationbasis<GaussianBasisSet>: (  name = "STO-3G"  molecule = $:molecule)mpqc: (  savestate = yes  restart = no  do_energy = yes  do_gradient = no  % method for computing the molecule's energy  mole<MBPT2>: (    molecule = $:molecule    basis = $:basis    memory = 16000000    nfzc = 0    nfzv = 0    reference<HSOSHF>: (      molecule = $:molecule      basis = $:basis      memory = 16000000    )  ))

⌨️ 快捷键说明

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