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

📄 tsguesshess.in

📁 大型并行量子化学软件;支持密度泛函(DFT)。可以进行各种量子化学计算。支持CHARMM并行计算。非常具有应用价值。
💻 IN
字号:
% emacs should use -*- KeyVal -*- mode% molecule specificationmolecule<Molecule>: (  symmetry = CS  { atoms geometry } = {    H [  3.045436 -0.697438 -1.596748 ]    H [  3.045436 -0.697438  1.596748 ]    N [  2.098157 -0.482779 -0.000000 ]    C [ -0.582616 -0.151798  0.000000 ]    H [ -1.171620  1.822306  0.000000 ]    H [ -1.417337 -1.042238 -1.647529 ]    H [ -1.417337 -1.042238  1.647529 ]  })% basis set specificationbasis<GaussianBasisSet>: (  name = "4-31G*"  molecule = $:molecule)mpqc: (  checkpoint = no  savestate = no  % molecular coordinates for optimization  coor<SymmMolecularCoor>: (    molecule = $:molecule    generator<IntCoorGen>: (      molecule = $:molecule    )    followed<OutSimpleCo> = [ "N-inversion" 4 3 2 1 ]  )    % method for computing the molecule's energy  mole<CLHF>: (    molecule = $:molecule    basis = $:basis    coor = $..:coor    memory = 16000000    guess_hessian<FinDispMolecularHessian>: (      molecule = $:molecule      only_totally_symmetric = yes      eliminate_cubic_terms = no      checkpoint = no      energy<CLHF>: (        molecule = $:molecule        memory = 16000000        basis<GaussianBasisSet>: (          name = "3-21G"          molecule = $:molecule        )      )    )  )  % optimizer object for the molecular geometry  opt<EFCOpt>: (    transition_state = yes    mode_following = yes    max_iterations = 20    function = $..:mole    update<PowellUpdate>: ()    convergence<MolEnergyConvergence>: (      cartesian = yes      energy = $..:..:mole    )  ))

⌨️ 快捷键说明

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