本帖最后由 16aDream 于 2019-1-24 17:37 编辑
同样的输入文件,使用sander时能够正常运行。但换成pmemd会显示At line 1032 of file nmr_calls.F90 (unit = 33, file = 'rc-0.5.RST')
Fortran runtime error: Bad data for namelist object iat这个错误。
限制文件(rc-0.5.RST)为:
# reaction coordinate d(O-P) - d(P-O3)
&rst
iat=28312,27610,27610,27609, rstwt=1,-1,,
r1=-12,r2=-0.5,r3=-0.5,r4=11,
rk2=500,rk3=500,
/
输入文件为
equil npt
&cntrl
imin=0, irest=0, ntx=1,
ntb=2, ntp=1,
nstlim=20000, dt=0.001,
ntt=3,
gamma_ln=1.0,
tempi=10.0, temp0=300.0, tautp=3,
vlimit=20,
ioutfm=0,
ntxo=1,
cut=12.0,
ntpr=10, ntwx=100,
ntr=1,
restraint_wt=10.0,
restraintmask=':1550>@20',
nmropt=1
/
&wt type='DUMPFREQ', istep1=1 /
&wt type='END' /
DISANG=rc-0.5.RST
DUMPAVE=rctest_vs_t
LISTIN=POUT
LISTOUT=POUT
为什么pmemd不能识别这个限制文件?
|