Clayff力场(转载)
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 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
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:
in harmonic form
3000
12.5?cut-off and long range Coulomb
Coulomb
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?
studio and not lammps.
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 obI 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,
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.
Clayff力场(转载)的更多相关文章
- ms-data(转载)
转载:https://www.cnblogs.com/zll-52011/p/10960905.html 1.从美国矿物数据库下载矿物CIF(有晶格) 2.晶胞CIF导入MS 3.选择display ...
- in文件注意事项及详细解释(转载)
转载自:https://www.cnblogs.com/sysu/p/10817315.html 和 https://www.cnblogs.com/panscience/p/4953940.h ...
- 开始进行lammps手册的学习啦,跟着Manual一边翻译一边做吧!(转载)
转载自:http://blog.sina.com.cn/s/blog_64813e370100ngsz.html 注明:黄色部分基本上为不懂的部分,红色字体为所做注释 一.各种文件的介绍: 1 in ...
- VMDNAMD命令规则(转载)
输出体系的整个带电量:measure sumweights $all weight charge 给PDB文件设置周期边界条件:pbc set {54 54 24 } -all 将此晶胞内原子脱除周期 ...
- Crystal Clear Applied: The Seven Properties of Running an Agile Project (转载)
作者Alistair Cockburn, Crystal Clear的7个成功要素,写得挺好. 敏捷方法的关注点,大家可以参考,太激动所以转载了. 原文:http://www.informit.com ...
- RTP与RTCP协议介绍(转载)
RTSP发起/终结流媒体.RTP传输流媒体数据 .RTCP对RTP进行控制,同步.RTP中没有连接的概念,本身并不能为按序传输数据包提供可靠的保证,也不提供流量控制和拥塞控制,这些都由RTCP来负责完 ...
- 《Walking the callstack(转载)》
本文转载自:https://www.codeproject.com/articles/11132/walking-the-callstack Download demo project with so ...
- [转载]MVVM模式原理分析及实践
没有找到很好的MVVM模式介绍文章,简单找了一篇,分享一下.MVVM实现了UI\UE设计师(Expression Blend 4设计界面)和软件工程师的合理分工,在SilverLight.WPF.Wi ...
- [转载]:STM32为什么必须先配置时钟再配置GPIO
转载来源 :http://blog.csdn.net/fushiqianxun/article/details/7926442 [原创]:我来添两句,就是很多同学(包括我)之前搞低端单片机,到了stm ...
随机推荐
- 时间序列ARIMA模型
时间序列ARIMA模型 1.数据的平稳性与差分法 让均值和方差不发生明显的变化(让数据变平稳),用差分法 2.ARIMA模型-----差分自回归平均移动模型 求解回归的经典算法:最大似然估计.最小二乘 ...
- python基础day5_元组
元祖---只读列表,可循环查询,可切片 儿子不能改,孙子可能可以改.增加(主要看要操作的是属于列表还是元组) tu = (1,2,3,'alex',[2,3,4,'taibai'],'egon') t ...
- 一些Tips
https://www.cnblogs.com/yeungchie/ 1. 快捷键e,有个EnableDimming选项,勾选后只会高亮你所选中的器件连线等等,其他器件亮度会下降,和mark不同,有利 ...
- Spring Boot的自动配置,到底是怎么做到?
作者:祖大帅 链接:juejin.im/post/5b679fbc5188251aad213110 来源:掘金 1. Spring Boot.Spring MVC 和 Spring 有什么区别? 分开 ...
- Caffe CuDNN版本与环境不同导致make错误
1.将./include/caffe/util/cudnn.hpp 换成最新版的caffe里的cudnn的实现,即相应的cudnn.hpp. 2.将./include/caffe/layers里的,所 ...
- 当面试官问我ArrayList和LinkedList哪个更占空间时,我这么答让他眼前一亮
前言 今天介绍一下Java的两个集合类,ArrayList和LinkedList,这两个集合的知识点几乎可以说面试必问的. 对于这两个集合类,相信大家都不陌生,ArrayList可以说是日常开发中用的 ...
- 家庭记账本APP开发准备(一)
1.登录界面 通过学习比较 登录界面采用线性布局(LinearLayout) 下面是相关源码 activity_main.xml ?xml version="1.0" encodi ...
- 19、State 状态模式
“人有悲欢离合,月有阴晴圆缺”,包括人在内,很多事物都具有多种状态,而且在不同状态下会具有不同的行为,这些状态在特定条件下还将发生相互转换.就像水,它可以凝固成冰,也可以受热蒸发后变成水蒸汽,水可以流 ...
- 2020重新出发,JAVA语言,JAVA的诞生和发展史
java的诞生 在1991年时候,James Gosling在Sun公司的工程师小组想要设计这样一种主要用于像电视盒这样的消费类电子产品的小型计算机语言. 这些电子产品有一个共同的特点:计算处理能力和 ...
- LInux回顾与Shell编程
一.Linux回顾 因为要学习Hadoop大数据,会用到Linux服务器集群来做,因此有必要回顾一下当年大一所学习的Linux知识 ①Linux系统有7个运行级别(runlevel): 运行级别0:系 ...