add new chinese translations
This commit is contained in:
12
pages.zh/linux/mopac.md
Normal file
12
pages.zh/linux/mopac.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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`
|
Reference in New Issue
Block a user