24小时热门版块排行榜    

查看: 941  |  回复: 2

草田露

银虫 (初入文坛)

[求助] 关于力场的编写 求擅长towhee的大神指导! 已有1人参与

打算模拟二氯甲烷的气液相密度,选用了OPLS-1996中适合二氯甲烷的一些参数,编写力场如下:
towhee_ff Version
          14
Number of Nonbonded Types
         2
Potential Type
Lennard-Jones                 
Classical Mixrule
Geometric     
Atom Type Number
         1
Nonbond Coefficients
    0.3800000000E+01
    0.5937955880E+02
    0.3800000000E+01
    0.2968977940E+02
Mass
    0.1201070000E+02
Element
C
Bond Pattern
null
Base Charge
    0.5000000000E+00
Polarizability
    0.1000000000E+01
Force Field Name
OPLS-1996
Atom Names
C  
C   
C
C   
Atom Type Number
         2
Nonbond Coefficients
    0.3400000000E+01
    0.1509649800E+03
    0.3400000000E+01
    0.7548249000E+02
Mass
    0.3545300000E+02
Element
Cl
Bond Pattern
null
Base Charge
   -0.2500000000E+00
Polarizability
    0.1000000000E+01
Force Field Name
OPLS-1996
Atom Names
Cl                                 
Cl                              
Cl                             
Cl                  
Number of Bonded Terms                                                                          
         1                                                  
Bond Type Number                           
           1                                                   
Bond Style                             
           1                                 
Bond Coefficients                                   
    0.1772000000E+01                                               
Vibration Order                                                                           
single     
Force Field Name                                                                                       
OPLS-1996                                                   
Number of Atoms with Same Parameters                                                                                          
           1
Atom Names                                         
C    Cl                                             
Number of Angle Terms                                    
           1                                             
Angle Type Number                                                   
           1                                               
Angle Style
           1                                    
Angle Coefficients                                    
    0.1118000000E+03                                    
    0.9057898800E+05                                      
Angle Order                                          
wild                                                
Force Field Name                                             
OPLS-1996                                                                                                                 
Number of Atoms with Same Parameters                                                                             
           1                                                   
Atom Names                                                      
Cl    C    Cl                                                      
Number of Torsion Terms                                                                             
           0                                                                                                                          
Number of Improper Terms                                                   
           0                                                                                                                  
Number of Angle-Angle Terms                                                                                                              
           0                                                                                                      
Number of One-Five Types                                                                                             
           0                                                      
Number of Bond Increments                                                                                                         
           0                                                                              
input文件如下:
inputformat
'Towhee'
ensemble
'nvt'
temperature
324.0d0
nmolty
1
nmolectyp
300
numboxes
2
stepstyle
'cycles'
nstep
30000
controlstyle
'equilibration'
potentialstyle
'internal'
ffnumber
1
ff_filename
/home/user1/towhee/towhee-7.0.2/ForceFields/towhee_ff_OPLS-1996
classical_potential
'Lennard-Jones'      
classical_mixrule
'Geometric '
lshift
.false.
ltailc
.true.
rmin  
0.8d0
rcut  
10.0d0
rcutin
10.0d0
electrostatic_form
'coulomb'
coulombstyle
'ewald_fixed_kmax'
kalp
5.6d0
kmax
5
dielect
1.0d0
linit   
.ture.
initboxtype
'dimensions'
initstyle
'full cbmc'
'full cbmc'
initlattice
'simple cubic'
'simple cubic'
initmol
240
60
inix iniy iniz
8    8    7   
4    4    4   
hmatrix
29.90d0 0.0d0 0.0d0
0.0d0 29.90d0 0.0d0
0.0d0 0.0d0 29.90d0
121.82d0 0.0d0 0.0d0
0.0d0 121.82d0 0.0d0
0.0d0 0.0d0 121.82d0
pmvol
0.002d0   
          pmvlpr
          1.0d0
          rmvol
          0.1d0
          tavol
          0.5d0
pmcb
0.354d0     
          pmcbmt
          1.0d0
          pmall
          0.0d0
pmtracm
0.675d0          
          pmtcmt
          1.0d0
          rmtrac
          0.5d0
          tatrac
          0.5d0
pmrotate
1.0d0
          pmromt
          1.0d0
          rmrot
          0.05d0
          tarot
          0.5d0
cbmc_formulation
'Martin and Frischknecht 2006'
cbmc_setting_style
'Martin and Frischknecht'
#
input_style
'basic connectivity map'
nunit
3
nmaxcbmc
3
lpdbnames
F
forcefield
'OPLS-1996'
charge_assignment
'bond increment'
unit ntype  qqatom
1    'Cl'   -0.250d0
vibration
1
2
improper torsion
0
unit ntype  qqatom
2    'C'    0.500d0
vibration
2
1 3
improper torsion
0
unit ntype  qqatom
3    'Cl'   -0.250d0
vibration
1
2
improper torsion
0
在towhee软件中运行时,outpu文件中出现这样的错误,
Building the input file for molecule type:     1
unit:    1 name:Cl        
unit:    2 name:C         
unit:    3 name:Cl        
parameters not found for bond
atoms:           1  and:           2  vib:           1
names:
Cl        
C         
希望好心人帮忙指点一二
另附上力场及input文件
回复此楼
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

043114076

木虫 (正式写手)

【答案】应助回帖

感谢参与,应助指数 +1
我感觉应该还是你的ff文件内容有错误。这个文件对于空格也是敏感的,不能多也不能少。建议使用程序自带的ff文件,如果要修改也要先在文件中做一步一步的修改。

» 本帖已获得的红花(最新10朵)

2楼2015-06-23 10:24:23
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

草田露

银虫 (初入文坛)

送红花一朵
引用回帖:
2楼: Originally posted by 043114076 at 2015-06-23 10:24:23
我感觉应该还是你的ff文件内容有错误。这个文件对于空格也是敏感的,不能多也不能少。建议使用程序自带的ff文件,如果要修改也要先在文件中做一步一步的修改。

谢谢师兄!
3楼2015-06-23 11:29:33
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 草田露 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考博] 售SCI文章,我:8O5.5.1.O.54,科目齐全,可+急 +3 G6APbkg8SA6w 2026-08-29 3/150 2026-08-30 02:22 by ZPa0EcMwuECS
[考研] 售SCI一区T0P文章,我:8.O.55.1.O.54,科目齐全,可+急 +3 gy1nBQXYQJqL 2026-08-29 3/150 2026-08-30 01:58 by ZPa0EcMwuECS
[论文投稿] 售SCI一区T0P文章,我:8O.55.1.O.5.4,科目齐全,可+急 +5 gy1nBQXYQJqL 2026-08-29 6/300 2026-08-30 01:58 by ZPa0EcMwuECS
[找工作] 售SCI文章,我:8O5.5.1.O.54,科目齐全,可+急 +4 gy1nBQXYQJqL 2026-08-29 6/300 2026-08-30 01:47 by ZPa0EcMwuECS
[找工作] 售SCI一区T0P文章,我:8O.55.1.O.54,科目全,可伽急 +3 gy1nBQXYQJqL 2026-08-29 6/300 2026-08-30 01:36 by ZPa0EcMwuECS
[公派出国] 售SCI文章,我:8O.5.5.1O.54,科目全,可十急 +5 ASdOkHsho7FD 2026-08-28 7/350 2026-08-30 01:12 by ZPa0EcMwuECS
[教师之家] 售SCI一区T0P文章,我:8.O.55.1.O54,科目全,可伽急 +5 ASdOkHsho7FD 2026-08-28 6/300 2026-08-30 01:03 by ZPa0EcMwuECS
[基金申请] 投票:  有多少人是今天查系统知道结果的? +16 爱看书的可乐 2026-08-26 18/900 2026-08-30 00:59 by winsaint
[硕博家园] 售SCI一区文章,我:8.O.55.1.O.54,科目齐全,可伽急 +6 ASdOkHsho7FD 2026-08-28 10/500 2026-08-30 00:53 by ZPa0EcMwuECS
[论文投稿] 售SCI一区T0P文章,我:8.O55.1.O.54,科目全,可十急 +4 ASdOkHsho7FD 2026-08-28 5/250 2026-08-30 00:41 by ZPa0EcMwuECS
[基金申请] 为什么到现在没收到通知? +4 tannykie 2026-08-29 4/200 2026-08-29 17:14 by lmz0216
[教师之家] 售SCI-T0P文章,我:8O.5.5.1.O.54,科目齐全,可+急 +4 ASdOkHsho7FD 2026-08-28 7/350 2026-08-29 09:26 by G6APbkg8SA6w
[基金申请] 为什么资助数各大高校都创新高,自己申请怎么就这么难 +12 Kittylucky 2026-08-27 13/650 2026-08-29 00:04 by superceng
[基金申请] 申请删除本帖 +6 lyz123lyz 2026-08-27 7/350 2026-08-27 17:31 by 宁静致远sy
[基金申请] 基金未中,这种答复是模板吗? +5 zhaosm1982 2026-08-27 6/300 2026-08-27 16:00 by lfy8008
[文学芳草园] 梦想 +3 myrtle 2026-08-26 3/150 2026-08-27 10:01 by angelyueyi
[基金申请] 出来了 +9 trojank 2026-08-26 9/450 2026-08-26 14:25 by 宝贝虫子
[基金申请] 项目信息和经费信息在系统里都可以看到了 +6 wittyboy 2026-08-26 14/700 2026-08-26 10:55 by wittyboy
[基金申请] 明天应该可查了!? +6 chengyan1220 2026-08-23 6/300 2026-08-25 19:45 by zfd97
[基金申请] 如果此刻你正在为国基感到焦虑,不妨来听听这首《基金之外》 +8 scalable 2026-08-24 8/400 2026-08-25 12:52 by jnhyjjm
信息提示
请填处理意见