Files
tldr/pages.zh/linux/mopac.md

12 lines
507 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# mopac
> MOPAC分子轨道程序包是一个基于Dewar和Thiel的NDDO近似的半经验量子化学程序。
> 更多信息:<https://github.com/openmopac/mopac>。
- 根据输入文件(`.mop``.dat``.arc`)执行计算:
`mopac {{path/to/input_file}}`
- 使用HF的最小工作示例输出写入当前目录并流式传输输出文件
`touch test.out; echo "PM7\n#comment\n\nH 0.95506 0.05781 -0.03133\nF 1.89426 0.05781 -0.03133" > test.mop; mopac test.mop & tail -f test.out`