本文转载自:http://blog.sina.com.cn/s/blog_b48a7ac30102w4km.html
注意:lammps中并没有完整的clayff势函数,需要将一下三者结合使用。
angle_style harmonic
bond_style harmonic
pair_style lj/cut/coul/long 12.5
使用过程中data文件很重要,键类型,键角,电荷都需要制定完备。键系数可以放在in文件中,也可以放在data文件中。键系数需要查阅相关文献或者和MS中GULP模块的clayff.frc势文件view看到。
 
V=Ar^(-12)-Br^(-6)
V=DRo^12/r^12-2DRo^6/r^6
 
DRo^12=A
2DRo^6=B
 
D=B^2/(4A)  ~D单位eV
Ro^6=2A/B ~ 单位埃
 
1 KCal/mol=0.04336 eV
The functional form of the energy  takes into account both bonded i.e. atoms linked by covalent bonds (Ebonded) and non-bonded interaction terms (Enon−bonded). 
 The total energy in general form can then be written as(一个系统的势能由化学键势能和非化学键势能两个部分组成)
               Etot = Ebonded + Enon−bonded
Bond stretching describes the change in energy which occurs due to the
change in bond length from its equilibrium value
Angle bending describes the change in energy due to
change in the angle
between two
sequential covalent bonds from the equilibrium value
Torsion describes the change in energy of three
bonds connected as IJ, JK
and
KL due to change in the dihedral (or torsional) angle between the
planes
IJK and JKL from the
equilibrium value
Inversion describes the energy of three atoms
bonded to one central atom
in
the same plane due to an out of plane
configuration
       
       Ebonded = Ebond stretch + Eangle bend + Etorsion + Einversion
The non-bonded energy takes into account
the electrostatic (coulombic) and van der Waals interactions and
sometimes also the effect of hydrogen
bonding,
             
 Enon−bonded = ECoul + EvdW + EHbond
 

Clayff力场收集1:http://www.sklogwiki.org/SklogWiki/index.php/CLAYFF_force_field

ClayFFis a general force field suitable for the simulation of
hydrated and multicomponent mineral systems and their interfaces with aqueous solutions. With the issue of rising atmospheric
concentration of the greenhouse (global warming) gas, carbon dioxide (CO2) also comes a burgeoning interest in novel
repositories in which to inexpensively "bury" CO2 to reduce its atmospheric load. This issue,
among others, has prompted scientists to examine various ubiquitous and
inexpensive clays (for example, montmorrillonite or kaolinite) as potential CO2 repositories. But clays are heterogeneous,
somewhat unstructured and molecularly complex entities (by comparison to, for
example, pure salt --- sodium chloride --- crystals), and there
are uncertainties in experimental methods for studying the binding and retention
of other atoms, ions, and molecules (such as CO2) to hydrated (water-wettened) clays. Hence, it is important to
apply theoretical molecular modelsto achieve a fundamental
atomic-level understanding, interpretation, and prediction of these chemical
phenomena. ClayFF is available in molecular simulation codes (for
example, MCCCS Towhee andOpenMD) and was developed by Sandia National
Laboratories chemist, Randall Cygan, and collaborators at the University of
Illinois at Urbana-Champaign. It is suitable for the simulation of hydrated and
multicomponent mineral systems and their interfaces with aqueous solutions. The
ClayFF approach treats most inter-atomic interactions as being non-bonded. This
allows the use of the force field for a wide variety of phases and properly
accounts for energy and momentum transfer between the fluid phase and the solid,
while keeping the number of parameters small enough to permit modelling of
relatively large and highly disordered systems such as clays.

Functional form

The functional form of ClayFF is given by:

where (Eq. 2 [1]):

(Eq. 3):

(Eq. 6 [1]):

(Eq. 7 [1]):

 
Clayff力场收集2:http://lammps.sandia.gov/threads/msg54106.html
Dear all,
I'm running MD simulation by LAMMPS coupling with
Materials Studio. I used Materials Studio to build the structure, and imported
it into Lammps, and used Clayff to run the simulation. Since clayff only
calculates bonds for water molecules and hydroxyls, so when I imported the
structure, I only kept those bonds. With clayff,  intermolecular interactions were calculated as the
sum of an electrostatic term for all Coulomb interactions between partial atomic
charges, a 12-6 Lennard-Jones term for the short-range van der Waals dispersive
interactions, and the bond stretch and angle bend terms of hydroxyl
groups. So I used the following potentials:
 
# bonded interactions: bond stretching and angle bending
in harmonic form
bond_style harmonic
angle_style harmonic
# neighbor list skin distance 3?
neighbor 3.0 bin
# neighbor list build:
neigh_modify every 2 delay 0 check yes one
3000
# nonbonded interactions: Lennard-Jones with
12.5?cut-off and long range Coulomb
pair_style lj/cut/coul/long 12.5
pair_modify mix arithmetic
# ewald summation method for long range
Coulomb
kspace_style ewald 1.0e-4
 
However, when I imported the trajectory back to
Materials Studio, I found out that lots of bonds in water molecules were gone.
Why would this happened, did I use the wrong potential or something wrong when I
use the tools to import/export the structure?
追答:This really is a question about materials
studio and not lammps.
Clayff力场收集3:http://lammps.sandia.gov/threads/msg52586.html

Dear all,
I want to use Materials Studio to build the
structure, and use Lammps to run the simulation.

After assigning the atom type with clayff, I run a few
steps of geometry optimization in Materials Studio. Then I export the .car and
.mdf files. However, I meet the following errors when I produce Lammps data with
msi2lmp:
Unable to find bond data for st ob

I checked Jian-Jie Liang's
clayff.frc which he posted on the Accerlys' Community. I can't find the bond
data for st ob since clayff doesn't calculate them. From my understanding,
clayff only calculate bond for water and hydroxyl.

Sincerely,
Jingjing

追答:Jingjing,

Since clayff only has
bonded terms for O-H bonds, all other bonds created by Materials Studio must be
deleted before using msi2lmp. I usually do this by deleting all atoms in the
mineral phase, selecting only H atoms, and redrawing bonds. It is best to expand
the view of your simulation cell (e.g., 2x2x2) before drawing bonds so that all
O-H bonds across periodic boundaries are included.
Jeff
 
 

Clayff力场(转载)的更多相关文章

  1. ms-data(转载)

    转载:https://www.cnblogs.com/zll-52011/p/10960905.html 1.从美国矿物数据库下载矿物CIF(有晶格) 2.晶胞CIF导入MS 3.选择display ...

  2. in文件注意事项及详细解释(转载)

    转载自:https://www.cnblogs.com/sysu/p/10817315.html  和   https://www.cnblogs.com/panscience/p/4953940.h ...

  3. 开始进行lammps手册的学习啦,跟着Manual一边翻译一边做吧!(转载)

    转载自:http://blog.sina.com.cn/s/blog_64813e370100ngsz.html 注明:黄色部分基本上为不懂的部分,红色字体为所做注释 一.各种文件的介绍: 1 in ...

  4. VMDNAMD命令规则(转载)

    输出体系的整个带电量:measure sumweights $all weight charge 给PDB文件设置周期边界条件:pbc set {54 54 24 } -all 将此晶胞内原子脱除周期 ...

  5. Crystal Clear Applied: The Seven Properties of Running an Agile Project (转载)

    作者Alistair Cockburn, Crystal Clear的7个成功要素,写得挺好. 敏捷方法的关注点,大家可以参考,太激动所以转载了. 原文:http://www.informit.com ...

  6. RTP与RTCP协议介绍(转载)

    RTSP发起/终结流媒体.RTP传输流媒体数据 .RTCP对RTP进行控制,同步.RTP中没有连接的概念,本身并不能为按序传输数据包提供可靠的保证,也不提供流量控制和拥塞控制,这些都由RTCP来负责完 ...

  7. 《Walking the callstack(转载)》

    本文转载自:https://www.codeproject.com/articles/11132/walking-the-callstack Download demo project with so ...

  8. [转载]MVVM模式原理分析及实践

    没有找到很好的MVVM模式介绍文章,简单找了一篇,分享一下.MVVM实现了UI\UE设计师(Expression Blend 4设计界面)和软件工程师的合理分工,在SilverLight.WPF.Wi ...

  9. [转载]:STM32为什么必须先配置时钟再配置GPIO

    转载来源 :http://blog.csdn.net/fushiqianxun/article/details/7926442 [原创]:我来添两句,就是很多同学(包括我)之前搞低端单片机,到了stm ...

随机推荐

  1. Azure AD(五)使用多租户应用程序模式让任何 Azure Active Directory 用户登录

    一,引言 距离上次分享关于 “Azure AD" 的知识过去差不多2个多月了, 今天最近刚好也是学习,分享一下关于Azure AD 使用多租户应用程序模式让任何 Azure Active D ...

  2. Python os.chflags() 方法

    概述 os.chflags() 方法用于设置路径的标记为数字标记.多个标记可以使用 OR 来组合起来.高佣联盟 www.cgewang.com 只支持在 Unix 下使用. 语法 chflags()方 ...

  3. PDO::query

    PDO::query — 执行 SQL 语句,返回PDOStatement对象,可以理解为结果集(PHP 5 >= 5.1.0, PECL pdo >= 0.2.0) 说明 语法 publ ...

  4. PHP getDocNamespaces() 函数

    实例 返回 XML 文档的根节点中声明的命名空间: <?php$xml=<<<XML高佣联盟 www.cgewang.com<?xml version="1.0 ...

  5. Blob分析之board _components.hdev

    *用立体方法分割板子组件的示例程序*Application program to illustrate the segmentation* of board _components.hdev  wit ...

  6. 6.10 省选模拟赛 小C的利是 高斯消元 矩阵行列式

    LINK:小C的利是 想起来把这道题的题解写了 .一个常识:利是在广东那边叫做红包. 关于行列式的题目 不过我不太会23333..口胡还是可以的. 容易想到10分的状压.不过没什么意思. 仔细观察要求 ...

  7. 移动物体监控系统-sprint1声音报警子系统

    一.声卡驱动开发 1.1 声卡驱动架构 ——OSS开放式音频系统,声卡驱动中传统的OSS构架在02年被收购后即不开源,并且OSS的混音效果不好,因为产生了ALSA ——AlSA Linux系统高级音频 ...

  8. (恐怕是)写得最通俗易懂的一篇关于HashMap的文章——xx大佬这样说

    先看再点赞,给自己一点思考的时间,微信搜索[沉默王二]关注这个有颜值却假装靠才华苟且的程序员. 本文 GitHub github.com/itwanger 已收录,里面还有一线大厂整理的面试题,以及我 ...

  9. css笔记 定位的分类

    定位:解决元素摆放的问题 使用定位可以将元素摆放到任意位置 分类 1.默认的定位 块元素垂直排列,行内元素左右排列,称之为流 流:元素有序排列而形成的队伍 特殊的定位 浮动定位:可以让块元素左右排列 ...

  10. 常见排序算法原理及JS代码实现

    目录 数组 sort() 方法 冒泡排序 选择排序 插入排序 希尔排序 归并排序 堆排序 快速排序 创建时间:2020-08-07 本文只是将作者学习的过程以及算法理解进行简单的分享,提供多一个角度的 ...