| ²é¿´: 876 | »Ø¸´: 1 | |||
Joannaoucľ³æ (ÖøÃûдÊÖ)
|
[½»Á÷]
ÀûÓÃGrimme D2 scheme ÊÖ¶¯¼ÆËãdispersion (by MATLAB) ÒÑÓÐ1È˲ÎÓë
|
|
ºÃ¾Ã֮ǰдµÄ¶«Î÷£¬¿ÉÄܶԴó¼ÒÓÐÓ᣻¶Ó×ÔÐÐÐ޸ġ£ÇëÇáÅÄש¡£ P.S. Dmol5.0 (not quite sure) ÒÔÉϺÍVASP5.2ÒÔÉÏ¿ÉÒÔÀûÓóÌÐòÔڽṹ³ÛÔ¥µÄʱºò¾Í°Ñdispersion¼Ó½øÈ¥¡£Õâ¸öµ±³õÊÇÕë¶ÔûÓÐdispersionµÄdmolдµÄ£¬¸ÕдÍêû¶à¾Ã³ÌÐò¾Í¸üе½×Ô´øÁË¡£ function [Edisp] = Edisperse(filename) %define the function to calculate dispersion energy %modified on 09-03-2011 %open file and read fid = fopen(filename,'r'); %following is the matrix storing Ro and C6 information %of the atoms in the system % %first column is C6, second column is Ro % %line 1 for H para(1,1) = 0.14; para(1,2) = 1.001; %line 2 for C para(2,1) = 1.75; para(2,2) = 1.452; %line 3 for N para(3,1) = 1.23; para(3,2) = 1.397; %line 4 for Li para(4,1) = 1.61; para(4,2) = 0.825; %line 5 for Ti para(5,1) = 10.80; para(5,2) = 1.562; %following is some other parameters s6 = 0.75; d = 20; %read in coordinates and atom type of the atoms [atype, x, y, z] = textread(filename, '%s %f %f %f'); l=length(x); %allocate integer number to identify each atom kind for i=1:l if (strcmp(atype(i),'H')==1) atomtype(i) = 1; elseif (strcmp(atype(i),'C')==1) atomtype(i) = 2; elseif (strcmp(atype(i),'N')==1) atomtype(i) = 3; elseif (strcmp(atype(i),'Li')==1) atomtype(i) = 4; else atomtype(i) = 5; end end atomtype = atomtype'; Edisp = 0; for i = 1: (l-1) for j = (i+1):l Rr = para(atomtype(i),2) + para(atomtype(j),2); C6ij = sqrt (para(atomtype(i),1).* para(atomtype(j),1)); Rij = sqrt ((x(i)-x(j)).^2+(y(i)-y(j)).^2+(z(i)-z(j)).^2); fdmpij = 1./(1+exp(-d*((Rij./Rr)-1))); Edisp = Edisp + (C6ij .* fdmpij) ./ (Rij.^6); end end Edisp = - Edisp .* s6; %unit here is k kJ/mol Edisp = Edisp .* 1000; %unit here is kJ/mol Edisp = Edisp ./ 2625.5 .*27.211; %unit here is eV |
» ²ÂÄãϲ»¶
271²ÄÁϹ¤³ÌÇóµ÷¼Á
ÒѾÓÐ5È˻ظ´
281Çóµ÷¼Á£¨0805£©
ÒѾÓÐ16È˻ظ´
304Çóµ÷¼Á
ÒѾÓÐ6È˻ظ´
²ÄÁϹ¤³Ìר˶µ÷¼Á
ÒѾÓÐ6È˻ظ´
Ò»Ö¾Ô¸Ìì´ó²ÄÁÏÓ뻯¹¤£¨085600£©×Ü·Ö338
ÒѾÓÐ4È˻ظ´
085700×ÊÔ´Óë»·¾³308Çóµ÷¼Á
ÒѾÓÐ3È˻ظ´
Çó²ÄÁϵ÷¼Á
ÒѾÓÐ8È˻ظ´
294Çóµ÷¼Á²ÄÁÏÓ뻯¹¤×¨Ë¶
ÒѾÓÐ5È˻ظ´
Ò»Ö¾Ô¸»ªÖпƼ¼´óѧ£¬080502£¬354·ÖÇóµ÷¼Á
ÒѾÓÐ4È˻ظ´
Ò»Ö¾Ô¸¼ªÁÖ´óѧ²ÄÁÏѧ˶321Çóµ÷¼Á
ÒѾÓÐ6È˻ظ´
hwying
гæ (³õÈëÎÄ̳)
- Ó¦Öú: 2 (Ó×¶ùÔ°)
- ½ð±Ò: 31.1
- Ìû×Ó: 10
- ÔÚÏß: 4.2Сʱ
- ³æºÅ: 1701367
- ×¢²á: 2012-03-19
- ÐÔ±ð: MM
- רҵ: ÀíÂۺͼÆË㻯ѧ

2Â¥2013-05-08 17:09:59













»Ø¸´´ËÂ¥