24小时热门版块排行榜    

查看: 2516  |  回复: 18
当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖

souledge

专家顾问 (著名写手)

[交流] 【分享】PWscf 4.3正式版发布 已有8人参与

在一周以前发布了4.3b后,昨天就发布了4.3正式版了。没想到4.3版居然挑在昨天(4.1)发布……
先上图,偶居然抢了个全球前十名的下载……

查看了一下源码包内容,跟4.3a和4.3b相比,QHA还是最终又加在里面了,一直都怕QHA会消失~因为自己不会写Fortran来实现QHA的功能……不过,QHA包并没有任何的升级,还是只能算少有的几个布喇菲格子:
引用回帖:
case $ibrav  in

0)   echo "You should know about the symmetry of a system you study"
     exit ;;
1)   cp $QHA_DIR/tetrahedra/ttrinp_sc ./ttrinp  ;;
2)   cp $QHA_DIR/tetrahedra/ttrinp_fcc ./ttrinp ;;
3)   cp $QHA_DIR/tetrahedra/ttrinp_bcc ./ttrinp ;;
4)   c2a1=`head -1 $FC_file | cut -c 36-44`
     c2a=`echo "scale=8;$c2a1/2" | bc -l`
     sed 's/X/'$c2a'/g' $QHA_DIR/tetrahedra/ttrinp_hcp > ./ttrinp ;;
5)   echo "Trigonal R: not implemented yet"
     exit ;;
6)   c2a1=`head -1 $FC_file | cut -c 36-44`
     c2a=`echo "scale=8;$c2a1/2" | bc -l`
     echo $c2a
     sed 's/X/'$c2a'/g' $QHA_DIR/tetrahedra/ttrinp_stetra > ./ttrinp ;;
7)   echo "Running script instruction:"
     echo "See instructions in $QHA_DIR/tetrahedra/ttrinp_bct file to setup tetrahedra vertecies for c/a<1"
     echo "Then comment exit line by #"
     echo "And uncomment the next line"
     exit;;
#    cp $QHA_DIR/tetrahedra/ttrinp_bct ./ttrinp ;;
8)   b2a1=`head -1 $FC_file | cut -c 25-33`
     c2a1=`head -1 $FC_file | cut -c 36-44`
     b2a=`echo "scale=8;$b2a1/2" |bc -l`
     c2a=`echo "scale=8;$c2a1/2" |bc -l`
     sed 's/YY/'$b2a'/g' $QHA_DIR/tetrahedra/ttrinp_ortho_simple > ttrinp1
     sed 's/ZZ/'$c2a'/g' ttrinp1 > ./ttrinp
     rm -f ttrinp1;;
9)   echo "Orthorhombic base centered: not implemented yet"
     exit ;;
10)  echo "Orthorhombic face centered: not implemented yet"
     exit ;;
11)  echo "Orthorhombic body centered: not implemented yet"
     exit ;;
12)  echo "Monoclinic P: not implemented yet"
     exit ;;
13)  echo "Monoclinic base centered: not implemented yet"
     exit ;;
14)  echo "Triclinic: not implemented yet"
     exit ;;
esac

而TD-DFPT最终如愿以偿的加入在了4.3正式版的软件包中,如4.3a和4.3b一样,还是Beta 1版,不支持多K点的计算(也就是只能选择K_POINTS {gamma}才可以计算激发态)。
回复此楼

» 收录本帖的淘帖专辑推荐

软件及使用

» 猜你喜欢

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

思想重于技巧,内涵重于表象
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

goldenfisher

金虫 (著名写手)

★ ★
小木虫(金币+0.5):给个红包,谢谢回帖交流
zzy870720z(金币+1): 谢谢指教 2011-04-02 23:42:32
引用回帖:
Originally posted by souledge at 2011-04-02 00:51:52:
顺便,有人用过PLUMED么?看了一下说明,是基于分子动力学的自由能计算插件,一般是依附于分子动力学模拟软件,比如LAMMPS的,但是同时PLUMED也支持从pw.x中进行从头算的分子动力学模拟求自由能。
如果是用分子动 ...

PLUMED主要还是做metadynamics的,这是一种从自由能角度出发找最优结构的方法,还是不错。
5楼2011-04-02 21:23:05
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 19 个回答

souledge

专家顾问 (著名写手)

顺便,有人用过PLUMED么?看了一下说明,是基于分子动力学的自由能计算插件,一般是依附于分子动力学模拟软件,比如LAMMPS的,但是同时PLUMED也支持从pw.x中进行从头算的分子动力学模拟求自由能。
如果是用分子动力学来求自由能,那理论上应该不像QHA那样有结构限制吧……
思想重于技巧,内涵重于表象
3楼2011-04-02 00:51:52
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

goldenfisher

金虫 (著名写手)

★ ★ ★ ★
小木虫(金币+0.5):给个红包,谢谢回帖交流
sunyang1988(金币+3): 感谢分享 2011-04-02 21:10:09
今天受到了Paolo在mailist里面的信,给大家看看,了解一下新功能。Paolo私下告诉我下一步Pwscf发展的重点就是分子动力学,到时候会把最近的分子动力学进展比如langevin molecular dynamics加进去。
Version 4.3 of the Quantum ESPRESSO distribution is available for
download from the website http:​//www.quantum​-espresso.org . This
release contains the following improvements over previous versions:

* vdW-DF - Dispersion interactions (van der Waals) with nonlocal
functional
  in PWscf (Brian Kolb, Timo Thonhauser, Riccardo Sabatini, SdG)
* New package TDDFPT for calculations of spectra using Time-Dependent
  Density-Functional Perturbation Theory (SB, Ralph Gebauer, Baris
Malcioglu,
  Dario Rocca, Brent Walker)
* Additions to projwfc: k-resolved DOS, LDOS integrated in selected
  real-space regions
* Constant-volume variable-cell optimization
* Non-colinear and spin-orbit PAW
* CP only, experimental: ​parallelizati​on over Kohn-Sham states
* CP only, experimental: penalty functional technique in DFT+U
calculations

Note the following major change:

* code pw.x no longer performs NEB ​calculations.​ NEB is now computed
  by a separate code, NEB/neb.x . NEB-specific variables are no longer
  read by pw.x; they are read by neb.x after all pw.x variables
* NEB for cp.x no longer available

For other minor improvements, changes, bug fixes, see file
Doc/release-notes

Everybody who is using the Quantum-ESPRESSO distribution is encouraged
to upgrade and to report problems to the mailing list.

The Quantum ESPRESSO group
4楼2011-04-02 21:09:21
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

souledge

专家顾问 (著名写手)

引用回帖:
Originally posted by goldenfisher at 2011-04-02 21:09:21:
今天受到了Paolo在mailist里面的信,给大家看看,了解一下新功能。Paolo私下告诉我下一步Pwscf发展的重点就是分子动力学,到时候会把最近的分子动力学进展比如langevin molecular dynamics加进去。
Version 4.3  ...

哦?重点转到Ab-initio MD么?MD就是另一套理论体系了,好处是可以算更多的宏观量,缺点是看起来很玄乎的数据少了……哈哈~
看来QE有像MS、MedeA那样搞成综合软件的趋势比较重了~
思想重于技巧,内涵重于表象
6楼2011-04-02 22:39:20
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 材料与化工304求B区调剂 +7 邱gl 2026-03-11 8/400 2026-03-17 09:36 by 努力学习赚彩礼
[考研] 267一志愿南京工业大学0817化工求调剂 +6 SUICHILD 2026-03-12 6/300 2026-03-17 09:24 by 雾散后相遇lc
[考研] 328求调剂,英语六级551,有科研经历 +3 生物工程调剂 2026-03-16 4/200 2026-03-16 20:13 by Wangjingyue
[考研] 304求调剂 +4 ahbd 2026-03-14 4/200 2026-03-16 16:48 by 我的船我的海
[考研] 一志愿211 0703方向310分求调剂 +3 努力奋斗112 2026-03-15 3/150 2026-03-16 16:44 by houyaoxu
[考研] 283求调剂 +10 小楼。 2026-03-12 14/700 2026-03-16 16:08 by 13811244083
[考研] 0703化学调剂,求各位老师收留 +8 秋有木北 2026-03-14 8/400 2026-03-16 15:21 by 哦哦123
[考研] 070303一志愿西北大学学硕310找调剂 +5 d如愿上岸 2026-03-12 8/400 2026-03-16 15:19 by peike
[考研] 344求调剂 +3 knight344 2026-03-16 3/150 2026-03-16 09:42 by 无际的草原
[考博] 东华理工大学化材专业26届硕士博士申请 +6 zlingli 2026-03-13 6/300 2026-03-15 20:00 by ryzcf
[考研] 复试调剂 +9 Copy267 2026-03-10 9/450 2026-03-13 23:45 by userper
[考研] 0703化学调剂 +4 快乐的香蕉 2026-03-11 4/200 2026-03-13 22:41 by JourneyLucky
[考研] 336求调剂 +6 Iuruoh 2026-03-11 6/300 2026-03-13 22:06 by JourneyLucky
[考研] 材料与化工085600调剂求老师收留 +9 jiaanl 2026-03-11 9/450 2026-03-13 20:22 by JourneyLucky
[考研] 【考研调剂求收留】 +3 Ceciilia 2026-03-11 3/150 2026-03-13 20:18 by JourneyLucky
[考研] 310求调剂 +3 【上上签】 2026-03-11 3/150 2026-03-13 16:16 by JourneyLucky
[考研] 考研调剂 +4 芬达46 2026-03-12 4/200 2026-03-13 16:04 by ruiyingmiao
[考研] 工科278分求调剂 +5 周慢热啊 2026-03-12 7/350 2026-03-13 15:49 by JourneyLucky
[考研] 277求调剂 +4 anchor17 2026-03-12 4/200 2026-03-13 11:15 by 白夜悠长
[考研] 290求调剂 +3 ADT 2026-03-13 3/150 2026-03-13 10:19 by peike
信息提示
请填处理意见