mbpt_mp2r12_ne2_multipass.in

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

IN
79
字号
% Emacs should use -*- KeyVal -*- mode% this file was automatically generated% label: ne dimer mp2-r12 test series% molecule specificationmolecule<Molecule>: (  symmetry = auto  unit = angstrom  { atoms geometry } = {     NE     [     0.000000000000     0.000000000000     2.000000000000 ]     NE     [     0.000000000000     0.000000000000    -2.000000000000 ]  })% basis set specificationbasis<GaussianBasisSet>: (  name = "cc-pVDZ"  molecule = $:molecule)mpqc: (  checkpoint = no  savestate = no  restart = no  % molecular coordinates for optimization  coor<SymmMolecularCoor>: (    molecule = $:molecule    generator<IntCoorGen>: (      molecule = $:molecule    )  )  do_energy = yes  do_gradient = no  % method for computing the molecule's energy  mole<MBPT2_R12>: (    molecule = $:molecule    basis = $:basis    coor = $..:coor    memory = 2250000    stdapprox = "A"    integrals<IntegralCints>: ()    nfzc = 2    r12ints = posix     r12ints_file = "./mbpt_mp2r12_ne2_multipass.r12ints.dat"    aux_basis<GaussianBasisSet>: (      name = "aug-cc-pVDZ"      molecule = $:molecule    )    reference<CLHF>: (      molecule = $:molecule      basis = $:basis      total_charge = 0      multiplicity = 1      memory = 2500000      integrals<IntegralCints>: ()      guess_wavefunction<CLHF>: (        integrals<IntegralCints>: ()        molecule = $:molecule        total_charge = 0        multiplicity = 1        basis<GaussianBasisSet>: (          molecule = $:molecule          name = "DZ (Dunning)"        )        memory = 2500000      )    )  )  optimize = no  % optimizer object for the molecular geometry  opt<QNewtonOpt>: (    max_iterations = 20    function = $..:mole    update<BFGSUpdate>: ()    convergence<MolEnergyConvergence>: (      cartesian = yes      energy = $..:..:mole    )  ))

⌨️ 快捷键说明

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