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

📄 mancoor.in

📁 大型并行量子化学软件;支持密度泛函(DFT)。可以进行各种量子化学计算。支持CHARMM并行计算。非常具有应用价值。
💻 IN
字号:
% emacs should use -*- KeyVal -*- mode% molecule specificationmolecule<Molecule>: (  symmetry = C1  { atoms geometry } = {      H    [ 0.088    2.006    1.438 ]      O    [ 0.123    3.193    0.000 ]      H    [ 0.088    2.006   -1.438 ]      O    [ 4.502    5.955   -0.000 ]      H    [ 2.917    4.963   -0.000 ]      H    [ 3.812    7.691   -0.000 ]  })% basis set specificationbasis<GaussianBasisSet>: (  name = "STO-3G"  molecule = $:molecule)mpqc: (  checkpoint = no  savestate = no  % method for computing the molecule's energy  mole<CLHF>: (    molecule = $:molecule    basis = $:basis    coor = $..:coor    memory = 16000000  )  % molecular coordinates for optimization  coor<SymmMolecularCoor>: (    molecule = $:molecule    generator<IntCoorGen>: (      molecule = $:molecule      extra_bonds = [ 2 5 ]    )    % use these instead of generated coordinates    variable<SetIntCoor>: [      <StreSimpleCo>:( atoms = [ 2 5 ] )      <BendSimpleCo>:( atoms = [ 2 5 4 ] )      <OutSimpleCo>: ( atoms = [ 5 2 1 3 ] )      <SumIntCoor>: (        coor: [          <StreSimpleCo>:( atoms = [ 1 2 ] )          <StreSimpleCo>:( atoms = [ 2 3 ] )          ]        coef = [ 1.0 1.0 ]        )      <SumIntCoor>: (        coor: [          <StreSimpleCo>:( atoms = [ 4 5 ] )          <StreSimpleCo>:( atoms = [ 4 6 ] )          ]        coef = [ 1.0 1.0 ]        )      <BendSimpleCo>:( atoms = [ 1 2 3 ] )      <BendSimpleCo>:( atoms = [ 5 4 6 ] )    ]    % these are fixed by symmetry anyway,    fixed<SetIntCoor>: [      <SumIntCoor>: (        coor: [          <StreSimpleCo>:( atoms = [ 1 2 ] )          <StreSimpleCo>:( atoms = [ 2 3 ] )          ]        coef = [ 1.0 -1.0 ]        )      <SumIntCoor>: (        coor: [          <StreSimpleCo>:( atoms = [ 4 5 ] )          <StreSimpleCo>:( atoms = [ 4 6 ] )          ]        coef = [ 1.0 -1.0 ]        )      <TorsSimpleCo>:( atoms = [ 2 5 4 6] )      <OutSimpleCo>:( atoms = [ 3 2 6 4 ] )      <OutSimpleCo>:( atoms = [ 1 2 6 4 ] )    ]  )  % optimizer object for the molecular geometry  opt<QNewtonOpt>: (    function = $..:mole    update<BFGSUpdate>: ()    convergence<MolEnergyConvergence>: (      cartesian = yes      energy = $..:..:mole    )    % give a partial guess hessian in internal coordinates    % the missing elements will be filled in automatically    hessian = [        [  0.0109261670 ]        [ -0.0004214845    0.0102746106  ]        [ -0.0008600592    0.0030051330    0.0043149957 ]        [  0.0             0.0             0.0          ]        [  0.0             0.0             0.0          ]        [  0.0             0.0             0.0          ]        [  0.0             0.0             0.0          ]     ]  ))

⌨️ 快捷键说明

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