layout: post title: NICS计算及其图示 categories:
使用PQS
计算NICS(Nuclear Independent Chemical Shift), 示例输入文件(环丁二烯)如下
TEXT=Cyclobutadiene NICS dense grid for visualization
GEOM=PQS SYMM=0.0
c -0.793380 -0.661025 0.002932
h 1.560349 1.423031 -0.004224
h -1.560356 -1.423038 0.004597
h 1.542840 -1.441687 -0.030623
c -0.785231 0.670514 0.014786
h -1.542825 1.441702 0.030190
c 0.793371 0.661020 -0.002675
c 0.785233 -0.670517 -0.014981
BASIS=6-311g-dp
OPTImize
SCF DFT=B3LYP
FORCe
JUMP
GEOM PRINT=1
FORCE
HESS
!!!!!!!!!!!!!! NICS Calculation !!!!!!!!!!!!!!!!
!! !!
!! For maximum resolution in the final plot, !!
!! maintain GRID at 100 and, if the size of !!
!! the resulting grid needs to be changed !!
!! (ex to cover a larger area), modify STEP. !!
!! For instance, the input below produces a !!
!! grid of 100x100 NICS points that is 10A !!
!! along the sides - where the grid plane !!
!! is parallel to the plane of atoms 1, 5, !!
!! & 7 but displaced above the plane by 1.0A. !!
!! !!
!! Note: 100 is the max GRID value !!
!! !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
NMR NICS=1,5,7 GRID=100 STEP=0.10 DISP=1.0
处理输出文件用于绘图的awk
脚本如下
gnuplot
绘图脚本如下