mp2r12.in

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

IN
43
字号
% emacs should use -*- KeyVal -*- mode% molecule specificationmolecule<Molecule>: (  symmetry = C2V  unit = angstrom  { atoms geometry } = {    O     [     0.00000000     0.00000000     0.37000000 ]    H     [     0.78000000     0.00000000    -0.18000000 ]    H     [    -0.78000000     0.00000000    -0.18000000 ]  })% basis set specificationbasis<GaussianBasisSet>: (  name = "cc-pVDZ"  molecule = $:molecule)% auxiliary basis set specificationabasis<GaussianBasisSet>: (  name = "aug-cc-pVDZ"  molecule = $:molecule)mpqc: (  checkpoint = no  savestate = no  % method for computing the molecule's energy  mole<MBPT2_R12>: (    molecule = $:molecule    basis = $:basis    aux_basis = $:abasis    stdapprox = "A'"    nfzc = 1    memory = 16000000    integrals<IntegralCints>:()    % reference wavefunction    reference<CLHF>: (      molecule = $:molecule      basis = $:basis      memory = 16000000      integrals<IntegralCints>:()    )  ))

⌨️ 快捷键说明

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