psi.in

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

IN
48
字号
% Emacs should use -*- KeyVal -*- mode.mole: [  <PsiCCSD>: (    memory = 40000000    % Psi Environment data    psienv<PsiExEnv>: (      cwd = ./      fileprefix = psi.test      nscratch = 1      scratch = [ "/tmp/" ]    )    % MolecularEnergy input    molecule<Molecule>: (        symmetry = auto        {atoms geometry} = {          H  [  -1.5  0.0  -0.3 ]          H  [   1.5  0.0  -0.3 ]          O  [   0.0  0.0   1.0 ]         }      )    % Basis input    basis<GaussianBasisSet>: (        molecule = $..:molecule        name = "cc-pVDZ"      )    reference<PsiCLHF>: (      psienv = $..:psienv      molecule = $..:molecule      basis = $..:basis      docc = [ 3 0 1 1 ] socc = [ 0 0 0 0 ]    )  )]opt: [  <QNewtonOpt>: (     convergence = 1.0e-4     function = $:mole:0     update<BFGSUpdate>:()     )  ]

⌨️ 快捷键说明

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