sudo dnf install epel-release
sudo dnf upgrade
dnf install snapd
sudo systemctl enable --now snapd.socket
sudo ln -s /var/lib/snapd/snap /snap
sudo snap install snap-store
gaussian のメモリーを増やす、デフォルト値
setenv GAUSS_MEMDEF 100GB
nsswitch.confの直接編集は禁止 /etc/authselect/user-nsswitch.cof 変更を記入
下のコマンドを使用
authselect select nis --force
authselect apply-changes
mount -o rw,remount /project
qstat @sever-name とすることで任意のバッチを確認可能
qstat -B [server_name] で可能
qsub 時に quname@server_mname とすることで任意のバッチに投入可能
almalinux10 で qmgr 使用するために必要なリンク
ln -s /usr/lib64/libreadline.so.8.2 /usr/lib64/libreadline.so.6
ln -s /usr/lib64/libncurses.so.6.4 /usr/lib64/libncurses.so.5
ネットワーク再接続
nmcli connection up ifname enp10s0
ネットワーク再起動
nmcli networking off
nmcli networking on
クライアント側 # ~/.ssh/config に以下を追記
Host *
HostKeyAlgorithms ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521
rpm --import https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux
1 install する パッケージ
yum -y groupinstall "Development Tools"
yum -y install autofs ypbind "nfs*" "ncurses*" libgfortran.x86_64 xorg-x11-xauth.x86_64
2 firewall 停止
systemctl disable firewalld.service
systemctl stop firewalld.service
3 autofs の起動
systemctl start autofs
systemctl enable autofs
4 ypbind の起動
systemctl start ypbind
systemctl enable ypbind
5 selinux 停止
/etc/selinux/config を変更
SELINUX=disabledに変更
setenforce 0
6 autofs のクライアント設定(gecko)
/etc/auto.misc に次の行を追記
home -rw,hard,intr,nolock 172.16.196.1:/home (番号間違い注意)
7 misc のhome にシンボリックリンクを貼る
ln -s /misc/home /home
8 ypbind の設定 (gecko)
/etc/yp.conf に次の行を追記
domain anima server 172.16.196.1
9 nisdomain の設定 (gecko)
/etc/sysconfig/network に次の行を追記
NISDOMAIN=anima
10 nsswitch の変更の仕方 /etc/authselect/user-nsswitch.comf にnsswitch.confの設定を以下のコマンドで書き込む
/etc/nsswitich は編集禁止 バグります
authselect select nis --force
authselect apply-changes
linux 起動時の画面で 通常起動のリナックス で e を押す
systemd.unit=rescue.target をlinux で始まる行の最後に置く
ctr-X で起動
mv /etc/nsswitch.conf.bak /etc/nsswitch.conf
exit
11 PBS 設定 クライアント (gecko)
1 /work/ に pbs.tar を展開
tar xvf pbs.tar
2 /work/pbs/server_name の中身を geckoに変更 (無駄な空白は不可)
3 /work/pbs/mom_priv/config
1行目 $clienthost gecko に変更
4 /etc/rc.local に以下の1行を追加
/work/pbs/sbin/pbs_mom (初回はこのコマンドで手動起動させる。)
/etc/rc.local に 実行権付与
chmod +x /etc/rc.local
12 PBS 設定 サーバー (gecko)
各ノードの登録
qmgr をrootで起動する
c n gekkoXYZ
set node geckoXYZ np = 16
set node geckoXYZ properties = hex
work の下に/optの シンボリックリンク
rmdir /opt
mkdir /work/opt
ln -s /work/opt /opt
リポジトリを登録 (rootで実行)。
tee > /tmp/oneAPI.repo << EOF
[oneAPI]
name=Intel® oneAPI repository
baseurl=https://yum.repos.intel.com/oneapi
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
EOF
mv /tmp/oneAPI.repo /etc/yum.repos.d
yum インストール
yum update
yum install -y intel-basekit
yum install -y intel-hpckit
oneapi 起動
bash -c 'source /opt/intel/oneapi/setvars.sh; exec tcsh'
QE741のインストール oneapi を使える状態で実行
./configure -enable-openmp --with-scalapack=intel FFT_LIBS=/usr/lib64/libfftw3xf_intel.a LAPACK_LIBS=/opt/intel/oneapi/mkl/latest/lib/libmkl_lapack95_lp64.a BLAS_LIBS="-lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core" SCALAPACK_LIBS="-lmkl_scalapack_lp64 -lmkl_blacs_intelmpi_lp64" DFLAGS="-D__MPI -D__MPI_MODULE -D__SCALAPACK -D__DFTI" F90=ifx
make.inc
openmp -> qopenmp
make.incを修正 変更箇所抜粋 もしくは install/configure の該当箇所をopenmp -> qopenmp にする。
FFLAGS = -O2 -assume byterecl -g -traceback -qopenmp
LDFLAGS = -qopenmp
SCALAPACK_LIBS = -lmkl_scalapack_lp64 -lmkl_blacs_intelmpi_lp64
install/make_wannier90.incを修正
openmp -> qopenmp
LIBS = /opt/intel/oneapi/mkl/latest/lib/libmkl_lapack95_lp64.a -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core
コピーしてつかうときは
make.inc
install/make_wannier90.inc
この二つをコピーして
source /opt/intel/oneapi/setvars.sh
make deppend; make all
pbs コマンド用ライブラリーリンク
ln -s /usr/lib64/libreadline.so.8.2 /usr/lib64/libreadline.so.6
ln -s /usr/lib64/libncurses.so.6.4 /usr/lib64/libncurses.so.5
gfotran 型エラー回避 molden6.9の場合 makefile
110 FFLAGS = -g ${AFLAG} -fallow-argument-mismatch
nfs install
yum install nfs-utils
nfs-server autofs firewall selinux
systemctl start nfs-server.service
systemctl enable nfs-server.service
systemctl disable firewalld.service
systemctl stop firewalld.service
systemctl start autofs
systemctl enable autofs
/etc/rloc.local に追記
/work/pbs/sbin/pbs_mom
setenforce 0
NFSのエラーでるときはオプション変更で対応する。
home -rw,hard,intr,nolock 172.16.38.1:/home
を下記に変更
home -rw,vers=3,hard,nolock,proto=tcp,timeo=600,retrans=2 172.16.38.1:/home
GaussSUM3.0インストール
root:
yum -y install python3 python3-tk* python3-numpy gnuplot python3-devel
yum install -y python3-pip.noarch libjpeg-turbo-devel-1.5.3-12.el8.x86_64
alma 8最近はこっち
yum -y install python34-numpy gnuplot python34-devel
yum install python34-tkinter
yum install -y python34-pip.noarch libjpeg-turbo-devel
user: root でもOK
python3 -m pip install cclib
python3 -m pip install matplotlib
alma 10 こっち
yum python3 python3-tk* python3-numpy python3-devel
yum install python3-tkinter.x86_64
yum install python3-pip.noarch libjpeg-turbo-devel.x86_64
python3 -m pip install cclib
python3 -m pip install matplotlib
wget https://jaist.dl.sourceforge.net/project/gausssum/gausssum3/GaussSum%203.0.2/GaussSum-3.0.2.tar.gz
起動エラーのためひと手間必要
編集 GaussSum-3.0.2/gausssum/plot.py , line 22
該当部分 NavigationToolbar2TkAgg
削除 ”Agg”
起動 command python3 GaussSum-3.0.2/GaussSum.py
Natural energy decomposition analysis (NEDA)では、電子相互作用(electrical interaction; EL)、電荷移動(charge transfer; CT)、核反発(core repulsion; CORE)の寄与を評価することができる。EL項の中身は EL=ES+POL+SE となっている。ここで、ESは古典的静電相互作用、POL+SEは分極相互作用である。SEは分極の線形応答自己エネルギーである。 COREの寄与は CORE=EX+DEF−SE である。ここで、EXは分子間の交換相互作用、DEFはフラグメントの波動関数を変形させるためのコスト(変形によるエネルギー)である。DFTの場合、EXは交換-相関相互作用(exchange-correlation interaction; XC)に置き換えられる。 全相互作用エネルギーは以下の通りとなる。 ΔE=EL+CT+CORE
実行方法
インプットは2通りの作り方がある。ここでは、水の二量体(B3LYP/6-31G(d,p)で構造最適化)のインプットファイルを示す。
# B3LYP/6-31G** neda=2
neda
0 1 0 1 0 1
H 0.162335 -0.060394 0.333728 1
O 0.377311 0.012444 1.270939 1
H 1.348222 0.078527 1.286813 1
O 3.176481 -0.036394 1.903240 2
H 2.998312 -0.842397 2.406825 2
H 3.144357 0.666586 2.566135 2
# B3LYP/6-31G** neda=2
neda
0 1 0 1 0 1
H(fragment=1) 0.162335 -0.060394 0.333728
O(fragment=1) 0.377311 0.012444 1.270939
H(fragment=1) 1.348222 0.078527 1.286813
O(fragment=2) 3.176481 -0.036394 1.903240
H(fragment=2) 2.998312 -0.842397 2.406825
H(fragment=2) 3.144357 0.666586 2.566135
水の二量体を計算すると、アウトプットは以下のように表示される。
water-dimer.log
Natural Energy Decomposition Analysis (Summary):
Component
Energy(wfn) Energy(wfn) (kcal/mol)
------------------------------------------------------------------------------
H4O2 -152.8515029(scf) -152.8276175(loc) CT = -14.988
ES = -10.711
POL = -2.129
XC = -3.120
1. H2O -76.4061449(def) -76.4201786(rel) DEF(SE) = 8.806( 1.689)
2. H2O -76.3960386(def) -76.4233056(rel) DEF(SE) = 17.110( -0.680)
---------
E = -5.032
Electrical (ES+POL+SE) : -11.830
Charge Transfer (CT) : -14.988
Core (XC+DEF-SE) : 21.787
------------
Total Interaction (E) : -5.032
ここで、各項の意味は次の通りである。
term description
CT charge transfer term
ES electrostatic attraction term
POL polarization term
XC exchange-correlation term
DEF(SE) deformation and self-energy term
実行方法
インプットは2通りの作り方がある。ここでは、水の二量体(B3LYP/6-31G(d,p)で構造最適化)のインプットファイルを示す。
# B3LYP/6-31G** neda=2
neda
0 1 0 1 0 1
H 0.162335 -0.060394 0.333728 1
O 0.377311 0.012444 1.270939 1
H 1.348222 0.078527 1.286813 1
O 3.176481 -0.036394 1.903240 2
H 2.998312 -0.842397 2.406825 2
H 3.144357 0.666586 2.566135 2
# B3LYP/6-31G** neda=2
neda
0 1 0 1 0 1
H(fragment=1) 0.162335 -0.060394 0.333728
O(fragment=1) 0.377311 0.012444 1.270939
H(fragment=1) 1.348222 0.078527 1.286813
O(fragment=2) 3.176481 -0.036394 1.903240
H(fragment=2) 2.998312 -0.842397 2.406825
H(fragment=2) 3.144357 0.666586 2.566135
水の二量体を計算すると、アウトプットは以下のように表示される。
water-dimer.log
Natural Energy Decomposition Analysis (Summary):
Component
Energy(wfn) Energy(wfn) (kcal/mol)
------------------------------------------------------------------------------
H4O2 -152.8515029(scf) -152.8276175(loc) CT = -14.988
ES = -10.711
POL = -2.129
XC = -3.120
1. H2O -76.4061449(def) -76.4201786(rel) DEF(SE) = 8.806( 1.689)
2. H2O -76.3960386(def) -76.4233056(rel) DEF(SE) = 17.110( -0.680)
---------
E = -5.032
Electrical (ES+POL+SE) : -11.830
Charge Transfer (CT) : -14.988
Core (XC+DEF-SE) : 21.787
------------
Total Interaction (E) : -5.032
ここで、各項の意味は次の通りである。
term description
CT charge transfer term
ES electrostatic attraction term
POL polarization term
XC exchange-correlation term
DEF(SE) deformation and self-energy term
WINキーとRキーを合わせて押し、「ファイル名を指定し実行」
「CMD」と入力し、Enterキーを押してコマンドプロンプトを起動
「diskpart」と入力し、「DISKPART>」プロンプトが表示
プロンプトで「list disk」と入力、PCで使用中のHDD一覧表示
「select disk (一覧表示された中の解除したいディスク番号)」と入力し、Enterキーを押す
※間違ったディスクを選択しないように再度「list disk」と入力し、Enterキーを押した際に対象のディスクの先頭に「*」というマークが付いていることを確認する
「list partition」と入力後E、選ばれるディスクのパーティション構成が消去したいディスクのパーティション構成と一致しているか確認
「clean」と入力すると、確認なしでディスク初期化が開始
最後に「list disk」と入力し、できていればそのまま「exit」で終了
https://pc-karuma.net/windows-10-delete-recovery-partition-diskpart/
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
Ctrl+X 切り取り(カット)
Ctrl+C コピー
Ctrl+V 貼り付け(ペースト)
Ctrl+I ブックマーク(お気に入り)の呼び出し
Ctrl+H ブラウザの閲覧履歴の呼び出し・置換え
Ctrl+D ブックマーク(お気に入り)に追加
Ctrl+A 全て選択
Ctrl+F 検索
Ctrl+P 印刷
Ctrl+S 保存
Ctrl+Z 元に戻す(アンドゥ)
Ctrl+Y やり直す(リードゥ)
Ctrl+⎀ Insert コピー
※⇧ Shift+⎀ Insert 貼り付け(ペースト)
Ctrl+Esc スタートメニューを開く
Ctrl+⇧ Shift+Esc タスクマネージャを開く(NT系列のみ)
Ctrl+⎇ Alt+Delete 「プログラムの強制終了」を表示(9x系列のみ)、タスクマネージャまたは「Windowsのセキュリティ」を表示(NT系列のみ)
Alt+⭾ Tab アクティブウインドウの切り替え
Alt+F4 アプリケーションの終了
Alt+⎙ PrintScreen アクティブウィンドウのスクリーンショットをクリップボードに入れる
※⎙ PrintScreen Snipping Toolの呼び出し
※F5 最新の情報に更新(リロード)する
Windowsキー スタートメニューを開く
Windowsキー+V コピー履歴の呼び出し
Windowsキー+E エクスプローラーを開く
Windowsキー+L コンピュータのロック、ユーザー切り替え
Windowsキー+M 全てのウインドウを最小化する
Windowsキー+R ファイル名を指定して実行
Windowsキー+I Windowsの設定を開く
Windowsキー+D デスクトップを表示
Windowsキー+⭾ Tab 3Dビュー (Windows Vista, Windows 7)
Windowsキー+G ガジェットを前面に表示 (Windows 7)
Windowsキー+↑ ウィンドウを最大化 (Windows 7以降)
Windowsキー+↓ ウィンドウを最小化 (Windows 7以降)
Windowsキー+← ウィンドウを左に寄せて表示 (Windows 7以降)
Windowsキー+→ ウィンドウを右に寄せて表示 (Windows 7以降)
Windowsキー+⇧ Shift+↑ ウィンドウを縦最大化 (Windows 7)
Windowsキー+⇧ Shift+← or → ウィンドウをスクリーン移動 (Windows 7以降)
Windowsキー+⎇ Alt+1 or 2 or 3 or 4 or 5 or 6 or 7 or 8 or 9 ジャンプリストの起動
※⇧ Shift+Delete 直接削除(ゴミ箱に残らない)
Windowsキー+⇧ Shift+S 画面の範囲を選択してスクリーンショットをクリップボードに保存
Windowsキー+Ctrl+D 新しい仮想デスクトップ
Windowsキー+Ctrl+F4 仮想デスクトップの削除
Windowsキー+Ctrl+←、Windowsキー+Ctrl+→ 仮想デスクトップ間の移動
Windowsキー+Ctrl+C カラー フィルターをオンまたはオフにする
Ctrl+. 絵文字関連の情報を表示
⌫ Backspace 前のページに戻る
⇧ Shift+⌫ Backspace 進む
Alt+← 前のページに戻る
Alt+→ 進む
Alt+⏎ Enter or F11 全画面表示
Alt+⭶ Home ホームページに移動
Shif+Space 上へ大きくスクロール
Ctrl+A ページ内全選択
Ctrl+B 「お気に入りの整理」を開く
Ctrl+D 「お気に入りに追加」を開く
Ctrl+E アドレスバーにカーソル移動
Ctrl+F ページ内検索条件入力表示&カーソル移動
Ctrl+H 履歴バー表示(History)
Ctrl+I お気に入りバー表示
Ctrl+J 「ダウンロード履歴」を表示
Ctrl+K 新しいTABを開く
Ctrl+L アドレスバー内全選択
Ctrl+N 新しいウインドウを開く
Ctrl+O URLを開く
Ctrl+O 「ファイルを開く」を表示(Internet Explorer10以降)
Ctrl+P 印刷画面を開く
Ctrl+R 更新(Renew)
Ctrl+S Webページの保存
Ctrl+T 新しいタブを開く(Internet Explorer7以降)
Ctrl+U Webページのソースコードを表示
Ctrl+W アクティブウインドウを閉じる
Ctrl+⇧ Shift+P InPrivateブラウズでウインドウを開く
1 chkファイル作成(あらかじめ一点計算用CHKは用意しておく)
guress=(read,save,only) geom=check density=SCF コマンドつかってCHKを作成
2 formchk実行 formchk AAA.chk
3 cube 作成 cubegen 16 spin=scf AAA.chk spin.cube 80 h(最初の数字は並列CPUの数)
解決方法1 glibc のエラーの場合は スタティック推奨
libiomp5.so を共有ライブラリの参照先に加える または、/usr/lib64 などにコピーする
例 ガウシアンフォルダーにコピーした場合 ldconfig /work/g16
解決方法2 static でコンパイルするためのオプション
-qopenmp-link=static
ifort対策 mdutil.c 先頭に #define NEED_PUTENV を足しておく
l701.exe 対策 utilnz.F:*Deck SCFChk
.login or .cshrc : (csh)
setenv g16root /location
source $g16root/g16/bsd/g16.login
setenv GAUSS_SCRDIR /path
.profile or .bashrc: (sh)
export g16root=/location
. $g16root/g16/bsd/g16.profile
export GAUSS_SCRDIR=/location
guess=read geom=(check,newredundant)
Gaussian solvent
Water: ε=78.3553
Acetonitrile: ε=35.688
Methanol: ε=32.613
Ethanol: ε=24.852
IsoQuinoline: ε=11.00
Quinoline: ε=9.16
Chloroform: ε=4.7113
DiethylEther: ε=4.2400
Dichloromethane: ε=8.93
DiChloroEthane: ε=10.125
CarbonTetraChloride: ε=2.2280
Benzene: ε=2.2706
Toluene: ε=2.3741
ChloroBenzene: ε=5.6968
NitroMethane: ε=36.562
Heptane: ε=1.9113
CycloHexane: ε=2.0165
Aniline: ε=6.8882
Acetone: ε=20.493
TetraHydroFuran: ε=7.4257
DiMethylSulfoxide: ε=46.826
Argon: ε=1.430
Krypton: ε=1.519
Xenon: ε=1.706
n-Octanol: ε=9.8629
1,1,1-TriChloroEthane: ε=7.0826
1,1,2-TriChloroEthane: ε=7.1937
1,2,4-TriMethylBenzene: ε=2.3653
1,2-DiBromoEthane: ε=4.9313
1,2-EthaneDiol: ε=40.245
1,4-Dioxane: ε=2.2099
1-Bromo-2-MethylPropane: ε=7.7792
1-BromoOctane: ε=5.0244
1-BromoPentane: ε=6.269
1-BromoPropane: ε=8.0496
1-Butanol: ε=17.332
1-ChloroHexane: ε=5.9491
1-ChloroPentane: ε=6.5022
1-ChloroPropane: ε=8.3548
1-Decanol: ε=7.5305
1-FluoroOctane: ε=3.89
1-Heptanol: ε=11.321
1-Hexanol: ε=12.51
1-Hexene: ε=2.0717
1-Hexyne: ε=2.615
1-IodoButane: ε=6.173
1-IodoHexaDecane: ε=3.5338
1-IodoPentane: ε=5.6973
1-IodoPropane: ε=6.9626
1-NitroPropane: ε=23.73
1-Nonanol: ε=8.5991
1-Pentanol: ε=15.13
1-Pentene: ε=1.9905
1-Propanol: ε=20.524
2,2,2-TriFluoroEthanol: ε=26.726
2,2,4-TriMethylPentane: ε=1.9358
2,4-DiMethylPentane: ε=1.8939
2,4-DiMethylPyridine: ε=9.4176
2,6-DiMethylPyridine: ε=7.1735
2-BromoPropane: ε=9.3610
2-Butanol: ε=15.944
2-ChloroButane: ε=8.3930
2-Heptanone: ε=11.658
2-Hexanone: ε=14.136
2-MethoxyEthanol: ε=17.2
2-Methyl-1-Propanol: ε=16.777
2-Methyl-2-Propanol: ε=12.47
2-MethylPentane: ε=1.89
2-MethylPyridine: ε=9.9533
2-NitroPropane: ε=25.654
2-Octanone: ε=9.4678
2-Pentanone: ε=15.200
2-Propanol: ε=19.264
2-Propen-1-ol: ε=19.011
3-MethylPyridine: ε=11.645
3-Pentanone: ε=16.78
4-Heptanone: ε=12.257
4-Methyl-2-Pentanone: ε=12.887
4-MethylPyridine: ε=11.957
5-Nonanone: ε=10.6
AceticAcid: ε=6.2528
AcetoPhenone: ε=17.44
a-ChloroToluene: ε=6.7175
Anisole: ε=4.2247
Benzaldehyde: ε=18.220
BenzoNitrile: ε=25.592
BenzylAlcohol: ε=12.457
BromoBenzene: ε=5.3954
BromoEthane: ε=9.01
Bromoform: ε=4.2488
Butanal: ε=13.45
ButanoicAcid: ε=2.9931
Butanone: ε=18.246
ButanoNitrile: ε=24.291
ButylAmine: ε=4.6178
ButylEthanoate: ε=4.9941
CarbonDiSulfide: ε=2.6105
Cis-1,2-DiMethylCycloHexane: ε=2.06
Cis-Decalin: ε=2.2139
CycloHexanone: ε=15.619
CycloPentane: ε=1.9608
CycloPentanol: ε=16.989
CycloPentanone: ε=13.58
Decalin-mixture: ε=2.196
DiBromomEthane: ε=7.2273
DiButylEther: ε=3.0473
DiEthylAmine: ε=3.5766
DiEthylSulfide: ε=5.723
DiIodoMethane: ε=5.32
DiIsoPropylEther: ε=3.38
DiMethylDiSulfide: ε=9.6
DiPhenylEther: ε=3.73
DiPropylAmine: ε=2.9112
e-1,2-DiChloroEthene: ε=2.14
e-2-Pentene: ε=2.051
EthaneThiol: ε=6.667
EthylBenzene: ε=2.4339
EthylEthanoate: ε=5.9867
EthylMethanoate: ε=8.3310
EthylPhenylEther: ε=4.1797
FluoroBenzene: ε=5.42
Formamide: ε=108.94
FormicAcid: ε=51.1
HexanoicAcid: ε=2.6
IodoBenzene: ε=4.5470
IodoEthane: ε=7.6177
IodoMethane: ε=6.8650
IsoPropylBenzene: ε=2.3712
m-Cresol: ε=12.44
Mesitylene: ε=2.2650
MethylBenzoate: ε=6.7367
MethylButanoate: ε=5.5607
MethylCycloHexane: ε=2.024
MethylEthanoate: ε=6.8615
MethylMethanoate: ε=8.8377
MethylPropanoate: ε=6.0777
m-Xylene: ε=2.3478
n-ButylBenzene: ε=2.36
n-Decane: ε=1.9846
n-Dodecane: ε=2.0060
n-Hexadecane: ε=2.0402
n-Hexane: ε=1.8819
NitroBenzene: ε=34.809
NitroEthane: ε=28.29
n-MethylAniline: ε=5.9600
n-MethylFormamide-mixture: ε=181.56
n,n-DiMethylAcetamide: ε=37.781
n,n-DiMethylFormamide: ε=37.219
n-Nonane: ε=1.9605
n-Octane: ε=1.9406
n-Pentadecane: ε=2.0333
n-Pentane: ε=1.8371
n-Undecane: ε=1.9910
o-ChloroToluene: ε=4.6331
o-Cresol: ε=6.76
o-DiChloroBenzene: ε=9.9949
o-NitroToluene: ε=25.669
o-Xylene: ε=2.5454
Pentanal: ε=10.0
PentanoicAcid: ε=2.6924
PentylAmine: ε=4.2010
PentylEthanoate: ε=4.7297
PerFluoroBenzene: ε=2.029
p-IsoPropylToluene: ε=2.2322
Propanal: ε=18.5
PropanoicAcid: ε=3.44
PropanoNitrile: ε=29.324
PropylAmine: ε=4.9912
PropylEthanoate: ε=5.5205
p-Xylene: ε=2.2705
Pyridine: ε=12.978
sec-ButylBenzene: ε=2.3446
tert-ButylBenzene: ε=2.3447
TetraChloroEthene: ε=2.268
TetraHydroThiophene-s,s-dioxide: ε=43.962
Tetralin: ε=2.771
Thiophene: ε=2.7270
Thiophenol: ε=4.2728
trans-Decalin: ε=2.1781
TriButylPhosphate: ε=8.1781
TriChloroEthene: ε=3.422
TriEthylAmine: ε=2.3832
Xylene-mixture: ε=2.3879
z-1,2-DiChloroEthene: ε=9.2
Gaussian EmpiricalDispersion
PFD the Petersson-Frisch dispersion model from the APFD functional
GD2 the D2 version of Grimme’s dispersion. Dispersion is requested with EmpiricalDispersion=GD2.
FUNCTIONAL B97D B2PLYPD mPW2PLYPD PBEPBE BLYP B3LYP BP86 TPSSTPSS
GD3 the D3 version of Grimme’s dispersion with the original D3 damping function. EmpiricalDispersion=GD3.
FUNCTIONAL B2PLYPD3 B97D3 B3LYP BLYP PBE1PBE TPSSTPSS PBEPBE BP86 BPBE B3PW91 BMK CAM–B3LYP LC-wPBE M05 M052X M06L M06 M062X M06HF PW6B95D3
GD3BJ the D3 version of Grimme’s dispersion with Becke-Johnson damping. Dispersion is requested with EmpiricalDispersion=GD3BJ.
FUNCTIONAL B2PLYPD3 B97D3 PW6B95D3 B3LYP BLYP PBE1PBE TPSSTPSS PBEPBE BP86 BPBE B3PW91 BMK CAM–B3LYP LC-wPBE
This empirical dispersion method with other functionals via the IOps(3/174-178) (S6 should be 1.0).
Gaussian basis
STO-3G
3-21G
6-21G
4-31G
6-31G
6-31G† George Petersson and coworkers basis set. 6-31G(d') and 6-31G(d',p')
6-311G:
first-row atoms the 6-311G basis
second-row atoms the McLean-Chandler basis
first transition row atoms Blaudeau basis set for Ca and K, the Wachters-Hay all electron basis set,
the other elements in the third row McGrath-Curtiss basis
6-311+G diffuse functions when using the Wachters-Hay basis set for first transition row elements Raghavachari and Trucks
D95V: Dunning/Huzinaga valence double-zeta
D95: Dunning/Huzinaga full double zeta
SHC: D95V on first row, Goddard/Smedley ECP on second row
CEP-4G: Stevens/Basch/Krauss ECP minimal basis
CEP-31G: Stevens/Basch/Krauss ECP split valance
CEP-121G: Stevens/Basch/Krauss ECP triple-split basis
LanL2MB: STO-3G on first row, Los Alamos ECP plus MBS on Na-La, Hf-Bi
LanL2DZ: D95V on first row, Los Alamos ECP plus DZ on Na-La, Hf-Bi
SDD: D95 up to Ar and Stuttgart/Dresden ECPs on the remainder of the periodic table.
SDDAll: Selects Stuttgart potentials for Z > 2.
cc-pVDZ, cc-pVTZ, cc-pVQZ, cc-pV5Z, cc-pV6Z: Dunning's correlation consistent basis sets
Def2SV, Def2SVP, Def2SVPP, Def2TZV, Def2TZVP, Def2TZVPP, Def2QZV, Def2QZVP, Def2QZVPP, QZVP. Basis sets of Ahlrichs and coworkers: