0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

MOPACによるAM1の計算とHOMO LUMO GAP

Last updated at Posted at 2023-11-10

非経験的分子軌道法(AM1,PM6, PM7など)で計算をしたくなりMOPACを使うことにしました。(いつからか無料になったみたいです)

インストールします。

conda install -c conda-forge mopac

1 MOPAC入力用の構造ファイル.mopファイルを用意します。avogadroのソフトを使えば「extensions」から「mopac」を選べば.mop形式のファイルを作成できます。.mopファイル作成の際に、AM1かPM6か選ぶ箇所があります(何も選択しないとデフォルトのPM7が選択されます)。また、構造最適か遷移状態の計算か選ぶこともできます。

2 計算します。MOPACはjupyterやターミナルで動かせます。

#jupyter notebookでは以下のコードで計算が実行されます。
#計算手法は.mopファイル作成の際に選んだ手法で実行されます。
#計算後は.outファイルが自動で保存されます。
!mopac "benzene.mop"

3.outファイルにhomo lumo のエネルギーの情報が記載されています。メモ等で開けます。

以上

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?