24小时热门版块排行榜    

Znn3bq.jpeg
查看: 2611  |  回复: 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的回帖

常乐12

新虫 (初入文坛)


小木虫: 金币+0.5, 给个红包,谢谢回帖
我想下载pwscf这个软件,谁可以给个下载地址呀?
18楼2012-09-06 23:27:53
已阅   回复此楼   关注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的回帖

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的回帖
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[考研] 295分求调剂 +12 ?要上岸? 2026-04-10 12/600 2026-04-12 12:49 by 学zh
[考研] 277求调剂 +21 倪建设 2026-04-06 21/1050 2026-04-12 12:27 by laoshidan
[考研] 290求调剂 +13 柯淮然 2026-04-12 15/750 2026-04-12 12:26 by laoshidan
[考研] 305求调剂 +6 77Qi 2026-04-07 6/300 2026-04-12 02:30 by 秋豆菜芽
[考研] 化工调剂求导师收留!一志愿失利,踏实肯干,有植物提取科研经历 +20 yzyzx 2026-04-09 21/1050 2026-04-12 00:12 by 小小小小啦啦啦
[考研] 调剂 +6 青灯不负 2026-04-09 6/300 2026-04-11 20:35 by dongdian1
[考研] 293求调剂 +8 勇远库爱314 2026-04-06 8/400 2026-04-11 20:25 by 蓝云思雨
[考研] 0858求调剂 5+5 Gky09300550, 2026-04-10 8/400 2026-04-10 19:13 by chemisry
[考研] 本9 一志愿西工大085601 324求调剂 +5 wysyjs25 2026-04-10 5/250 2026-04-10 16:57 by luoyongfeng
[考研] 298求调剂 +13 钉叮咚冬瓜 2026-04-09 13/650 2026-04-10 15:49 by jiajinhpu
[考研] 一志愿211,化学学硕,310分,本科重点双非,求调剂 +27 努力奋斗112 2026-04-07 30/1500 2026-04-10 15:06 by Kilig0317
[考研] 已调剂 +18 柴郡猫_ 2026-04-09 19/950 2026-04-09 22:10 by 柴郡猫_
[考研] 生物学调剂,一志愿西南大学348,Top期刊一区二作、二区三作,三等奖学金三次 +4 candyyyi 2026-04-09 4/200 2026-04-09 18:39 by l_paradox
[考研] 本科郑州大学,一志愿华东师范大学282求调剂 +23 熊哥xtk 2026-04-07 26/1300 2026-04-09 17:17 by 18446523
[考研] 材料调剂 +10 18815505510 2026-04-09 11/550 2026-04-09 17:07 by 544594351
[考研] 085600材料与化工,求调剂 +11 won_qii 2026-04-07 11/550 2026-04-09 17:03 by luoyongfeng
[考研] 265求调剂 +4 风说她早忘了 2026-04-07 4/200 2026-04-09 13:59 by only周
[考研] 0860004 求调剂 309分 +6 Yin DY 2026-04-09 6/300 2026-04-09 10:19 by 啊李999
[考研] 388求调剂 +6 四川王涛 2026-04-07 8/400 2026-04-08 00:17 by JourneyLucky
[考研] (调剂)一志愿报考哈尔滨工业大学0857资源与环境专业378分考生 +7 狠狠加油 2026-04-05 8/400 2026-04-06 16:52 by momo皓
信息提示
请填处理意见