24小时热门版块排行榜    

查看: 1808  |  回复: 1

cj2lang

银虫 (初入文坛)

[求助] USPEX能结合Quantum-Espresso进行晶体结构预测吗?

在结合USPEX与Quantum-Espresso进行计算时,总是出现问题:如在CalcFold1中的CRASH文件中会出现error# reading namelist control这样的错误。
而使用相同的输入内容时,单独使用QE进行计算,却没有问题。另外,在results1文件夹中的OUTPUT文件中出现
Too many structures have errors or failed the constraints after optimization.
Please check the input files. The calculation has to stop.
Possible reasons: badly tuned optimization parameters or unreasonable contraints.
请问怎么解决呢?
我把我的INPUT文件和Specific文件夹的内容贴上来:
(一)INPUT文件如下:
PARAMETERS EVOLUTIONARY ALGORITHM
***************************************
***************************************
*        TYPE OF RUN AND SYSTEM       *
***************************************
***************************************
USPEX      : calculationMethod
300        : calculationType
1          : optType

% symmetries
2-230
% endSymmetries

% atomType
Pd Te
% EndAtomType

% numSpecies
2 2
% EndNumSpecies

***************************************
*             POPULATION              *
***************************************
10         : populationSize
10         : initialPopSize
100        : numGenerations
4          : stopCrit

***************************************
*        VARIATION OPERATORS          *
***************************************
0.5        : fracGene
0.2        : fracRand
0.1        : fracAtomsMut
0.1        : fracLatMut
0.1        : fracPerm

***************************************
*            CONSTRAINTS              *
***************************************
% IonDistances
1.67 1.66
1.66 1.66
% EndDistances

% Latticevalues
4.5 4.5 5.6 90 90 120
% Endvalues

***************************************
*   DETAILS OF ABINITIO CALCULATION   *
***************************************
% abinitioCode
8
% ENDabinit

% commandExecutable
mpirun -np 8 pw.x <qe.in> output
% EndExecutable


0          : pickUpYN
0          : pickUpGen
0          : pickUpFolder

(二)QE输入文件如下:
&CONTROL
                 calculation = 'vc-relax' ,
                restart_mode = 'from_scratch' ,
                  wf_collect = .true. ,
                      outdir = '/home/jack/QE5.1.2/espresso-5.1.2/tempdir/' ,
                  pseudo_dir = '/home/jack/QE5.1.2/espresso-5.1.2/pseudo/' ,
                      prefix = 'pdte' ,
/
&SYSTEM
                       ibrav = 0,
                         nat = 4,
                        ntyp = 2,
                     ecutwfc = 40 ,
                     ecutrho = 400 ,
                       nosym = .true. ,
                 occupations = 'smearing' ,
                     degauss = 0.02 ,
                    smearing = 'marzari-vanderbilt' ,
/
&ELECTRONS
                 mixing_mode = 'plain' ,
                 mixing_beta = 0.5 ,
             diagonalization = 'david' ,
/
&IONS
                ion_dynamics = 'bfgs' ,
/
&CELL
               cell_dynamics = 'bfgs' ,
              press_conv_thr = 0.2 ,
/
ATOMIC_SPECIES
   Pd  106.40000  Pd.pbe-n-rrkjus_psl.0.2.2.UPF
   Te  127.60000  Te.pbe-dn-rrkjus_psl.0.2.2.UPF

(三)OUTPUT文件如下:
*------------------------------------------------------------------------------*
|                                                                              |
|             _|    _|     _|_|_|   _|_|_|     _|_|_|_|   _|      _|           |
|             _|    _|   _|         _|    _|   _|           _|  _|             |
|             _|    _|     _|_|     _|_|_|     _|_|_|         _|               |
|             _|    _|         _|   _|         _|           _|  _|             |
|               _|_|     _|_|_|     _|         _|_|_|_|   _|      _|           |
|                                                                              |
|                          Version 9.4.2 (21/03/2015)                          |
|                                                                              |
|             Evolutionary Algorithm Code for Structure Prediction             |
|                   more info at http://uspex.stonybrook.edu                   |
|                                                                              |
*------------------------------------------------------------------------------*
*------------------------------------------------------------------------------*
|                  Please cite the following suggested papers                  |
|               when you publish the results obtained from USPEX:              |
*------------------------------------------------------------------------------*
*------------------------------------------------------------------------------*
|  Oganov A.R., Glass C.W. (2006). Crystal structure prediction                |
|  using evolutionary algorithms: principles and applications.                 |
|  J. Chem. Phys. 124, 244704                                                  |
|                                                                              |
|  Oganov A.R., Stokes H., Valle M. (2011)                                     |
|  How evolutionary crystal structure prediction works - and why.              |
|  Acc. Chem. Res. 44, 227-237                                                 |
|                                                                              |
|  Lyakhov A.O., Oganov A.R., Stokes H., Zhu Q. (2013)                         |
|  New developments in evolutionary structure prediction algorithm USPEX.      |
|  Comp. Phys. Comm., 184, 1172-1182                                           |
*------------------------------------------------------------------------------*
*------------------------------------------------------------------------------*
|                             06-Apr-2015 10:11:16                             |
*------------------------------------------------------------------------------*

            Job Starts at                 06-Apr-2015 10:11:18
--------------------------------------------------------------------------------
------------------------- Block for system description -------------------------
--------------------------------------------------------------------------------
                        Dimensionality  :   3
                        Molecular       :   0 (1:Yes, 0,No)
                   Variable Composition :   0 (1:Yes, 0,No)
--------------------------------------------------------------------------------
------------------------- Block for atomic description -------------------------
--------------------------------------------------------------------------------
    There are 2 types of atoms in the system:    Pd   Te
    Minimum distances:                    Pd: 1.67  1.66  
    Minimum distances:                    Te: 1.66  1.66  

           Good Bonds:                    Pd: 0.30  0.24  
           Good Bonds:                    Te: 0.24  0.20  

            valences                        : 4.00  2.00  
    The investigated system is: Pd_ 2  Te_ 2  
--------------------------------------------------------------------------------
----------------------- Block for evolutionary algorithm -----------------------
--------------------------------------------------------------------------------
                 Number of Generations  :     100
               Initial Population Size  :      10
               General Population Size  :      10
--------------------------------------------------------------------------------
---------------------------- AB INITIO CALCULATIONS ----------------------------
--------------------------------------------------------------------------------
*  External Pressure is : 0.0000  GPa*

* This is a fixed lattice calculation
4.500   0.000   0.000
-2.250   3.897   0.000
0.000   0.000   5.600

*  There are  1 local relaxation steps for each individual structure  *
Step  Abinitio Code                  Execute Command            K-resolution
  1     PWSCF           mpirun -np 8 pw.x <qe.in> output         0.200

The calculations are performed in nonParallel mode on the local machine
   1 parallel calculations are performed simutaneously

  ID   Origin     Composition  Enthalpy(eV)  Volume(A^3)  KPOINTS  SYMMETRY
--------------------------------------------------------------------------------
-------------------------- Local optimization finished -------------------------
--------------------------------------------------------------------------------
---------------------------- SUMMARY of Generation 1 ---------------------------
Too many structures have errors or failed the constraints after optimization.
Please check the input files. The calculation has to stop.
Possible reasons: badly tuned optimization parameters or unreasonable contraints.
回复此楼

» 本帖附件资源列表

  • 欢迎监督和反馈:小木虫仅提供交流平台,不对该内容负责。
    本内容由用户自主发布,如果其内容涉及到知识产权问题,其责任在于用户本人,如对版权有异议,请联系邮箱:xiaomuchong@tal.com
  • 附件 1 : Specific.zip
  • 2015-04-06 21:29:31, 5.34 M

» 猜你喜欢

» 本主题相关价值贴推荐,对您同样有帮助:

已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

misspplin

新虫 (初入文坛)

内容已删除
2楼2015-07-06 09:36:24
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 cj2lang 的主题更新
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 科研孤儿太难了 +17 我4大白菜 2026-08-20 18/900 2026-08-21 20:57 by zhangev
[基金申请] 时间戳又变了 +13 wuchongjun 2026-08-20 19/950 2026-08-21 17:21 by 紫杉醇
[基金申请] filecode,4个jtjc了 +11 ziyangfang 2026-08-19 14/700 2026-08-21 16:51 by applepetty
[基金申请] 让我中一个面上吧! +11 大萍1987 2026-08-20 13/650 2026-08-21 14:48 by 20120902066
[基金申请] 人气不行了 +7 fansofjerry 2026-08-21 7/350 2026-08-21 14:13 by Vivilian
[基金申请] 我面上完蛋了 +7 且听虎啸 2026-08-20 8/400 2026-08-21 12:31 by 酷酷墨镜
[基金申请] 只有每年这种时候来逛逛小木虫 +23 yaoyewhu2008 2026-08-20 25/1250 2026-08-21 12:19 by Poppy1104
[基金申请] 什么时候开奖? +7 CrisMessi 2026-08-18 7/350 2026-08-21 12:15 by weiyin
[论文投稿] 投稿咨询 +5 wwm09 2026-08-17 7/350 2026-08-21 10:11 by 期刊论文帮手
[基金申请] 基金啊基金 +4 longfie172 2026-08-20 4/200 2026-08-21 08:58 by mark mao
[基金申请] 放榜前的不淡定 40+4 snowwithsea 2026-08-19 13/650 2026-08-21 08:30 by 北京莱茵编辑
[基金申请] 估计是周四 +3 archvillain 2026-08-18 3/150 2026-08-21 01:48 by jnhyjjm
[基金申请] 今天系统多次维护,明天很可能放榜! +10 zju2000 2026-08-16 11/550 2026-08-20 20:02 by cl479861084
[基金申请] 时间戳变了,能看出什么问题? +18 基诺咪客 2026-08-17 23/1150 2026-08-20 17:19 by Godzela
[基金申请] 重要消息,中午系统在维护 +11 yuleib84 2026-08-18 12/600 2026-08-20 11:09 by xskun
[教师之家] 为什么余额宝的年化利率越来越低?主要原因有哪些? +5 瞬息宇宙 2026-08-15 5/250 2026-08-19 20:23 by super2002521
[基金申请] 朋友圈看到的 +6 wangzilk 2026-08-18 8/400 2026-08-19 10:55 by Haru815
[基金申请] 明天放榜? +5 Shxjjxjkx 2026-08-18 5/250 2026-08-18 18:14 by -大大大大大-
[基金申请] 今天维护系统维护 祝所有人 高中 +8 gjjjzhong 2026-08-18 9/450 2026-08-18 13:01 by 家与远方
[基金申请] 93BebMhtakh前后11位开头都是大写 +4 且听虎啸 2026-08-17 5/250 2026-08-18 00:49 by 蔡棒棒菂
信息提示
请填处理意见