hbondopt.in

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

IN
49
字号
% 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    % give an internal coordinate generator that knows about the    % hydrogen bond between atoms 2 and 5    generator<IntCoorGen>: (      molecule = $:molecule      extra_bonds = [ 2 5 ]    )  )  % optimizer object for the molecular geometry  opt<QNewtonOpt>: (    function = $..:mole    update<BFGSUpdate>: ()    convergence<MolEnergyConvergence>: (      cartesian = yes      energy = $..:..:mole    )  ))

⌨️ 快捷键说明

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