vasputils 0.0.11 → 0.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (406) hide show
  1. data/CHANGES +49 -28
  2. data/Gemfile +10 -9
  3. data/VERSION +1 -1
  4. data/{test/vaspgeometryoptimizer/ended-Iter1/try00/CONTCAR → bin/changeincar} +0 -0
  5. data/bin/checkvasp +106 -75
  6. data/bin/genincar +4 -4
  7. data/bin/genkpoints +13 -13
  8. data/bin/genpotcar +2 -2
  9. data/bin/latticeconstants +10 -12
  10. data/bin/qsubvasp +63 -80
  11. data/bin/resetvaspdir +51 -0
  12. data/bin/resetvaspgeomopt +73 -0
  13. data/bin/runvasp +42 -49
  14. data/bin/runvaspdir +19 -0
  15. data/bin/runvaspgeomopt +19 -0
  16. data/bin/showvaspdir +171 -0
  17. data/bin/showvaspgeomopt +83 -0
  18. data/bin/symposcar +89 -113
  19. data/bin/varycondition +28 -0
  20. data/example/dot.vasputils +26 -232
  21. data/lib/vasputils/conditionvarier.rb +157 -0
  22. data/lib/vasputils/incar.rb +40 -43
  23. data/lib/vasputils/kpoints.rb +31 -33
  24. data/lib/vasputils/outcar.rb +53 -53
  25. data/lib/vasputils/poscar.rb +148 -150
  26. data/lib/vasputils/potcar/concatenater.rb +22 -22
  27. data/lib/vasputils/potcar.rb +12 -12
  28. data/lib/vasputils/setting.rb +22 -22
  29. data/lib/vasputils/vaspdir.rb +199 -86
  30. data/lib/vasputils/vaspgeometryoptimizer.rb +233 -100
  31. data/lib/vasputils.rb +7 -65
  32. data/test/conditionanalyzer/00/POSCAR +8 -0
  33. data/test/conditionanalyzer/00/encut400_k444/CONTCAR +8 -0
  34. data/test/conditionanalyzer/00/encut400_k444/INCAR +28 -0
  35. data/test/conditionanalyzer/00/encut400_k444/KPOINTS +6 -0
  36. data/test/conditionanalyzer/00/encut400_k444/OUTCAR +1436 -0
  37. data/test/conditionanalyzer/00/encut400_k444/POSCAR +8 -0
  38. data/test/conditionanalyzer/00/encut400_k444/POTCAR +16 -0
  39. data/test/conditionanalyzer/00/encut400_k555/CONTCAR +8 -0
  40. data/test/conditionanalyzer/00/encut400_k555/INCAR +28 -0
  41. data/test/conditionanalyzer/00/encut400_k555/KPOINTS +6 -0
  42. data/test/conditionanalyzer/00/encut400_k555/OUTCAR +1436 -0
  43. data/test/conditionanalyzer/00/encut400_k555/POSCAR +8 -0
  44. data/test/conditionanalyzer/00/encut400_k555/POTCAR +16 -0
  45. data/test/conditionanalyzer/00/encut500_k444/CONTCAR +8 -0
  46. data/test/conditionanalyzer/00/encut500_k444/INCAR +28 -0
  47. data/test/conditionanalyzer/00/encut500_k444/KPOINTS +6 -0
  48. data/test/conditionanalyzer/00/encut500_k444/OUTCAR +1436 -0
  49. data/test/conditionanalyzer/00/encut500_k444/POSCAR +8 -0
  50. data/test/conditionanalyzer/00/encut500_k444/POTCAR +16 -0
  51. data/test/conditionanalyzer/00/encut500_k555/CONTCAR +8 -0
  52. data/test/conditionanalyzer/00/encut500_k555/INCAR +28 -0
  53. data/test/conditionanalyzer/00/encut500_k555/KPOINTS +6 -0
  54. data/test/conditionanalyzer/00/encut500_k555/OUTCAR +1436 -0
  55. data/test/conditionanalyzer/00/encut500_k555/POSCAR +8 -0
  56. data/test/conditionanalyzer/00/encut500_k555/POTCAR +16 -0
  57. data/test/{vaspkpointsfinder/01-01-01/try00 → conditionanalyzer/01/00-original}/INCAR +3 -3
  58. data/test/conditionanalyzer/01/00-original/KPOINTS +6 -0
  59. data/test/conditionanalyzer/01/00-original/POSCAR +10 -0
  60. data/test/conditionanalyzer/01/01-ENCUT/1000/try02/CONTCAR +13 -0
  61. data/test/conditionanalyzer/01/01-ENCUT/1000/try02/INCAR +17 -0
  62. data/test/conditionanalyzer/01/01-ENCUT/1000/try02/KPOINTS +6 -0
  63. data/test/conditionanalyzer/01/01-ENCUT/1000/try02/OUTCAR +1692 -0
  64. data/test/conditionanalyzer/01/01-ENCUT/1000/try02/POSCAR +13 -0
  65. data/test/conditionanalyzer/01/01-ENCUT/1200/try02/CONTCAR +13 -0
  66. data/test/conditionanalyzer/01/01-ENCUT/1200/try02/INCAR +17 -0
  67. data/test/conditionanalyzer/01/01-ENCUT/1200/try02/KPOINTS +6 -0
  68. data/test/conditionanalyzer/01/01-ENCUT/1200/try02/OUTCAR +1692 -0
  69. data/test/conditionanalyzer/01/01-ENCUT/1200/try02/POSCAR +13 -0
  70. data/test/conditionanalyzer/01/01-ENCUT/1500/try02/CONTCAR +13 -0
  71. data/test/conditionanalyzer/01/01-ENCUT/1500/try02/INCAR +17 -0
  72. data/test/conditionanalyzer/01/01-ENCUT/1500/try02/KPOINTS +6 -0
  73. data/test/conditionanalyzer/01/01-ENCUT/1500/try02/OUTCAR +1742 -0
  74. data/test/conditionanalyzer/01/01-ENCUT/1500/try02/POSCAR +13 -0
  75. data/test/conditionanalyzer/01/01-ENCUT/500/try05/CONTCAR +13 -0
  76. data/test/conditionanalyzer/01/01-ENCUT/500/try05/INCAR +17 -0
  77. data/test/conditionanalyzer/01/01-ENCUT/500/try05/KPOINTS +6 -0
  78. data/test/conditionanalyzer/01/01-ENCUT/500/try05/OUTCAR +1644 -0
  79. data/test/conditionanalyzer/01/01-ENCUT/500/try05/POSCAR +13 -0
  80. data/test/conditionanalyzer/01/01-ENCUT/600/try01/CONTCAR +13 -0
  81. data/test/conditionanalyzer/01/01-ENCUT/600/try01/INCAR +17 -0
  82. data/test/conditionanalyzer/01/01-ENCUT/600/try01/KPOINTS +6 -0
  83. data/test/conditionanalyzer/01/01-ENCUT/600/try01/OUTCAR +1644 -0
  84. data/test/conditionanalyzer/01/01-ENCUT/600/try01/POSCAR +13 -0
  85. data/test/conditionanalyzer/01/01-ENCUT/700/try01/CONTCAR +13 -0
  86. data/test/conditionanalyzer/01/01-ENCUT/700/try01/INCAR +17 -0
  87. data/test/conditionanalyzer/01/01-ENCUT/700/try01/KPOINTS +6 -0
  88. data/test/conditionanalyzer/01/01-ENCUT/700/try01/OUTCAR +1644 -0
  89. data/test/conditionanalyzer/01/01-ENCUT/700/try01/POSCAR +13 -0
  90. data/test/conditionanalyzer/01/01-ENCUT/800/try01/CONTCAR +13 -0
  91. data/test/conditionanalyzer/01/01-ENCUT/800/try01/INCAR +17 -0
  92. data/test/conditionanalyzer/01/01-ENCUT/800/try01/KPOINTS +6 -0
  93. data/test/conditionanalyzer/01/01-ENCUT/800/try01/OUTCAR +3610 -0
  94. data/test/conditionanalyzer/01/01-ENCUT/800/try01/POSCAR +10 -0
  95. data/test/conditionanalyzer/01/01-ENCUT/900/try01/CONTCAR +13 -0
  96. data/test/conditionanalyzer/01/01-ENCUT/900/try01/INCAR +17 -0
  97. data/test/conditionanalyzer/01/01-ENCUT/900/try01/KPOINTS +6 -0
  98. data/test/conditionanalyzer/01/01-ENCUT/900/try01/OUTCAR +1692 -0
  99. data/test/conditionanalyzer/01/01-ENCUT/900/try01/POSCAR +13 -0
  100. data/test/conditionanalyzer/01/02-KPOINTS/16x16x16/try07/CONTCAR +13 -0
  101. data/test/conditionanalyzer/01/02-KPOINTS/16x16x16/try07/INCAR +17 -0
  102. data/test/conditionanalyzer/01/02-KPOINTS/16x16x16/try07/KPOINTS +6 -0
  103. data/test/conditionanalyzer/01/02-KPOINTS/16x16x16/try07/OUTCAR +12318 -0
  104. data/test/conditionanalyzer/01/02-KPOINTS/16x16x16/try07/POSCAR +13 -0
  105. data/test/conditionanalyzer/01/02-KPOINTS/1x1x1/try07/CONTCAR +13 -0
  106. data/test/conditionanalyzer/01/02-KPOINTS/1x1x1/try07/INCAR +17 -0
  107. data/test/{vaspkpointsfinder/01-01-01/try00 → conditionanalyzer/01/02-KPOINTS/1x1x1/try07}/KPOINTS +1 -1
  108. data/test/conditionanalyzer/01/02-KPOINTS/1x1x1/try07/OUTCAR +1337 -0
  109. data/test/conditionanalyzer/01/02-KPOINTS/1x1x1/try07/POSCAR +13 -0
  110. data/test/conditionanalyzer/01/02-KPOINTS/2x2x2/try10/CONTCAR +13 -0
  111. data/test/conditionanalyzer/01/02-KPOINTS/2x2x2/try10/INCAR +17 -0
  112. data/test/conditionanalyzer/01/02-KPOINTS/2x2x2/try10/KPOINTS +6 -0
  113. data/test/conditionanalyzer/01/02-KPOINTS/2x2x2/try10/OUTCAR +9885 -0
  114. data/test/conditionanalyzer/01/02-KPOINTS/2x2x2/try10/POSCAR +13 -0
  115. data/test/conditionanalyzer/01/02-KPOINTS/32x32x32/try06/CONTCAR +13 -0
  116. data/test/conditionanalyzer/01/02-KPOINTS/32x32x32/try06/INCAR +17 -0
  117. data/test/conditionanalyzer/01/02-KPOINTS/32x32x32/try06/KPOINTS +6 -0
  118. data/test/conditionanalyzer/01/02-KPOINTS/32x32x32/try06/OUTCAR +72342 -0
  119. data/test/conditionanalyzer/01/02-KPOINTS/32x32x32/try06/POSCAR +13 -0
  120. data/test/conditionanalyzer/01/02-KPOINTS/32x32x64/try04/CONTCAR +13 -0
  121. data/test/conditionanalyzer/01/02-KPOINTS/32x32x64/try04/INCAR +17 -0
  122. data/test/conditionanalyzer/01/02-KPOINTS/32x32x64/try04/KPOINTS +6 -0
  123. data/test/conditionanalyzer/01/02-KPOINTS/32x32x64/try04/OUTCAR +139254 -0
  124. data/test/conditionanalyzer/01/02-KPOINTS/32x32x64/try04/POSCAR +13 -0
  125. data/test/conditionanalyzer/01/02-KPOINTS/4x4x4/try05/CONTCAR +13 -0
  126. data/test/conditionanalyzer/01/02-KPOINTS/4x4x4/try05/INCAR +17 -0
  127. data/test/conditionanalyzer/01/02-KPOINTS/4x4x4/try05/KPOINTS +6 -0
  128. data/test/conditionanalyzer/01/02-KPOINTS/4x4x4/try05/OUTCAR +1644 -0
  129. data/test/conditionanalyzer/01/02-KPOINTS/4x4x4/try05/POSCAR +13 -0
  130. data/test/conditionanalyzer/01/02-KPOINTS/64x64x64/INCAR +17 -0
  131. data/test/conditionanalyzer/01/02-KPOINTS/64x64x64/KPOINTS +6 -0
  132. data/test/conditionanalyzer/01/02-KPOINTS/64x64x64/OUTCAR +507061 -0
  133. data/test/conditionanalyzer/01/02-KPOINTS/64x64x64/POSCAR +10 -0
  134. data/test/conditionanalyzer/01/02-KPOINTS/8x8x8/try05/CONTCAR +13 -0
  135. data/test/conditionanalyzer/01/02-KPOINTS/8x8x8/try05/INCAR +17 -0
  136. data/test/conditionanalyzer/01/02-KPOINTS/8x8x8/try05/KPOINTS +6 -0
  137. data/test/conditionanalyzer/01/02-KPOINTS/8x8x8/try05/OUTCAR +3298 -0
  138. data/test/conditionanalyzer/01/02-KPOINTS/8x8x8/try05/POSCAR +13 -0
  139. data/test/conditionanalyzer/mixed_conditions/orthorhombic/CONTCAR +17 -0
  140. data/test/conditionanalyzer/mixed_conditions/orthorhombic/INCAR +28 -0
  141. data/test/conditionanalyzer/mixed_conditions/orthorhombic/KPOINTS +6 -0
  142. data/test/conditionanalyzer/mixed_conditions/orthorhombic/OUTCAR +1436 -0
  143. data/test/conditionanalyzer/mixed_conditions/orthorhombic/POSCAR +12 -0
  144. data/test/conditionanalyzer/mixed_conditions/orthorhombic/POTCAR +16 -0
  145. data/test/conditionanalyzer/mixed_conditions/tetragonal/CONTCAR +17 -0
  146. data/test/conditionanalyzer/mixed_conditions/tetragonal/INCAR +28 -0
  147. data/test/conditionanalyzer/mixed_conditions/tetragonal/KPOINTS +6 -0
  148. data/test/conditionanalyzer/mixed_conditions/tetragonal/OUTCAR +1436 -0
  149. data/test/conditionanalyzer/mixed_conditions/tetragonal/POSCAR +12 -0
  150. data/test/conditionanalyzer/mixed_conditions/tetragonal/POTCAR +16 -0
  151. data/test/conditionanalyzer/picker/encut400_k444-cubic/INCAR +28 -0
  152. data/test/conditionanalyzer/picker/encut400_k444-cubic/KPOINTS +6 -0
  153. data/test/conditionanalyzer/picker/encut400_k444-cubic/OUTCAR +1436 -0
  154. data/test/conditionanalyzer/picker/encut400_k444-cubic/POSCAR +9 -0
  155. data/test/conditionanalyzer/picker/encut400_k444-cubic/POTCAR +16 -0
  156. data/test/conditionanalyzer/picker/encut400_k444-tetragonal-b/INCAR +28 -0
  157. data/test/conditionanalyzer/picker/encut400_k444-tetragonal-b/KPOINTS +6 -0
  158. data/test/conditionanalyzer/picker/encut400_k444-tetragonal-b/OUTCAR +1436 -0
  159. data/test/conditionanalyzer/picker/encut400_k444-tetragonal-b/POSCAR +9 -0
  160. data/test/conditionanalyzer/picker/encut400_k444-tetragonal-b/POTCAR +16 -0
  161. data/test/conditionanalyzer/picker/encut400_k444-unfinished/INCAR +28 -0
  162. data/test/conditionanalyzer/picker/encut400_k444-unfinished/KPOINTS +6 -0
  163. data/test/conditionanalyzer/picker/encut400_k444-unfinished/OUTCAR +1381 -0
  164. data/test/conditionanalyzer/picker/encut400_k444-unfinished/POSCAR +12 -0
  165. data/test/conditionanalyzer/picker/encut400_k444-unfinished/POTCAR +16 -0
  166. data/test/conditionanalyzer/picker/hexiagonal/CONTCAR +13 -0
  167. data/test/conditionanalyzer/picker/hexiagonal/INCAR +17 -0
  168. data/test/conditionanalyzer/picker/hexiagonal/KPOINTS +6 -0
  169. data/test/conditionanalyzer/picker/hexiagonal/OUTCAR +1644 -0
  170. data/test/conditionanalyzer/picker/hexiagonal/POSCAR +13 -0
  171. data/test/conditionvarier/standard/INCAR +28 -0
  172. data/test/conditionvarier/standard/KPOINTS +6 -0
  173. data/test/conditionvarier/standard/POSCAR +12 -0
  174. data/test/conditionvarier/standard/POTCAR +16 -0
  175. data/test/helper.rb +4 -4
  176. data/test/poscar/symmetry/cubic/POSCAR +8 -0
  177. data/test/poscar/symmetry/hexagonal/POSCAR +8 -0
  178. data/test/poscar/symmetry/monoclinic/POSCAR +8 -0
  179. data/test/poscar/symmetry/orthorhombic/POSCAR +8 -0
  180. data/test/poscar/symmetry/tetragonal/POSCAR +8 -0
  181. data/test/poscar/symmetry/tetragonal-b/POSCAR +8 -0
  182. data/test/poscar/symmetry/triclinic/POSCAR +10 -0
  183. data/test/poscar/symmetry/trigonal/POSCAR +9 -0
  184. data/test/test_conditionvarier.rb +201 -0
  185. data/test/test_incar.rb +144 -144
  186. data/test/test_kpoints.rb +91 -91
  187. data/test/test_outcar.rb +154 -154
  188. data/test/test_poscar.rb +263 -262
  189. data/test/test_potcar.rb +31 -31
  190. data/test/test_potcar_concatenater.rb +39 -39
  191. data/test/test_setting.rb +15 -14
  192. data/test/test_vaspdir.rb +193 -126
  193. data/test/test_vaspgeometryoptimizer.rb +177 -78
  194. data/test/test_vasputils.rb +48 -48
  195. data/test/vaspdir/reset_init/finished/orig/CONTCAR +17 -0
  196. data/test/vaspdir/reset_init/finished/orig/INCAR +27 -0
  197. data/test/vaspdir/reset_init/finished/orig/KPOINTS +6 -0
  198. data/test/vaspdir/reset_init/finished/orig/OUTCAR +1436 -0
  199. data/test/vaspdir/reset_init/finished/orig/POSCAR +12 -0
  200. data/test/vaspdir/reset_init/finished/orig/POTCAR +16 -0
  201. data/test/vaspgeometryoptimizer/multiple_vaspdir/vaspdir0/CONTCAR +17 -0
  202. data/test/vaspgeometryoptimizer/multiple_vaspdir/vaspdir0/INCAR +27 -0
  203. data/test/vaspgeometryoptimizer/multiple_vaspdir/vaspdir0/KPOINTS +6 -0
  204. data/test/vaspgeometryoptimizer/multiple_vaspdir/vaspdir0/OUTCAR +1436 -0
  205. data/test/vaspgeometryoptimizer/multiple_vaspdir/vaspdir0/POSCAR +12 -0
  206. data/test/vaspgeometryoptimizer/multiple_vaspdir/vaspdir0/POTCAR +16 -0
  207. data/test/vaspgeometryoptimizer/multiple_vaspdir/vaspdir1/CONTCAR +17 -0
  208. data/test/vaspgeometryoptimizer/multiple_vaspdir/vaspdir1/INCAR +27 -0
  209. data/test/vaspgeometryoptimizer/multiple_vaspdir/vaspdir1/KPOINTS +6 -0
  210. data/test/vaspgeometryoptimizer/multiple_vaspdir/vaspdir1/OUTCAR +1436 -0
  211. data/test/vaspgeometryoptimizer/multiple_vaspdir/vaspdir1/POSCAR +12 -0
  212. data/test/vaspgeometryoptimizer/multiple_vaspdir/vaspdir1/POTCAR +16 -0
  213. data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt00/DOSCAR +0 -0
  214. data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt00/EIGENVAL +0 -0
  215. data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt00/INCAR +0 -0
  216. data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt00/KPOINTS +0 -0
  217. data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt00/OSZICAR +0 -0
  218. data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt00/OUTCAR +0 -0
  219. data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt00/PCDAT +0 -0
  220. data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt00/POSCAR +0 -0
  221. data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt00/POTCAR +0 -0
  222. data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt00/WAVECAR +0 -0
  223. data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt00/XDATCAR +0 -0
  224. data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt00/vasprun.xml +0 -0
  225. data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt01/.gitignore +0 -0
  226. data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/CHG +0 -0
  227. data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/CHGCAR +0 -0
  228. data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/CONTCAR +0 -0
  229. data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/DOSCAR +0 -0
  230. data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/EIGENVAL +0 -0
  231. data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/INCAR +0 -0
  232. data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/KPOINTS +0 -0
  233. data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/OSZICAR +0 -0
  234. data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/OUTCAR +0 -0
  235. data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/PCDAT +0 -0
  236. data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/POSCAR +0 -0
  237. data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/POTCAR +0 -0
  238. data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/WAVECAR +0 -0
  239. data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/XDATCAR +0 -0
  240. data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/vasprun.xml +0 -0
  241. data/test/vaspgeometryoptimizer/reset_init/orig/geomopt00/CONTCAR +12 -0
  242. data/test/vaspgeometryoptimizer/reset_init/orig/geomopt00/INCAR +0 -0
  243. data/test/vaspgeometryoptimizer/reset_init/orig/geomopt00/KPOINTS +0 -0
  244. data/test/vaspgeometryoptimizer/reset_init/orig/geomopt00/OUTCAR +0 -0
  245. data/test/vaspgeometryoptimizer/reset_init/orig/geomopt00/POSCAR +12 -0
  246. data/test/vaspgeometryoptimizer/reset_init/orig/geomopt00/POTCAR +0 -0
  247. data/test/vaspgeometryoptimizer/reset_init/orig/geomopt01/CONTCAR +12 -0
  248. data/test/vaspgeometryoptimizer/reset_init/orig/geomopt01/INCAR +0 -0
  249. data/test/vaspgeometryoptimizer/reset_init/orig/geomopt01/KPOINTS +0 -0
  250. data/test/vaspgeometryoptimizer/reset_init/orig/geomopt01/OUTCAR +0 -0
  251. data/test/vaspgeometryoptimizer/reset_init/orig/geomopt01/POSCAR +12 -0
  252. data/test/vaspgeometryoptimizer/reset_init/orig/geomopt01/POTCAR +0 -0
  253. data/test/vaspgeometryoptimizer/reset_init/orig/geomopt02/CONTCAR +0 -0
  254. data/test/vaspgeometryoptimizer/reset_init/orig/geomopt02/INCAR +0 -0
  255. data/test/vaspgeometryoptimizer/reset_init/orig/geomopt02/KPOINTS +0 -0
  256. data/test/vaspgeometryoptimizer/reset_init/orig/geomopt02/POSCAR +12 -0
  257. data/test/vaspgeometryoptimizer/reset_init/orig/geomopt02/POTCAR +0 -0
  258. data/test/vaspgeometryoptimizer/reset_init/orig/lock_vaspgeomopt/dummy +0 -0
  259. data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt00/CONTCAR +12 -0
  260. data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt00/INCAR +0 -0
  261. data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt00/KPOINTS +0 -0
  262. data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt00/OUTCAR +0 -0
  263. data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt00/POSCAR +12 -0
  264. data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt00/POTCAR +0 -0
  265. data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt01/CONTCAR +12 -0
  266. data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt01/INCAR +0 -0
  267. data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt01/KPOINTS +0 -0
  268. data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt01/OUTCAR +0 -0
  269. data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt01/POSCAR +12 -0
  270. data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt01/POTCAR +0 -0
  271. data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt02/CONTCAR +0 -0
  272. data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt02/INCAR +0 -0
  273. data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt02/KPOINTS +0 -0
  274. data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt02/OUTCAR +0 -0
  275. data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt02/POSCAR +12 -0
  276. data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt02/POTCAR +0 -0
  277. data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/lock_vaspgeomopt/dummy +0 -0
  278. data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt00/CONTCAR +12 -0
  279. data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt00/INCAR +0 -0
  280. data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt00/KPOINTS +0 -0
  281. data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt00/OUTCAR +0 -0
  282. data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt00/POSCAR +12 -0
  283. data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt00/POTCAR +0 -0
  284. data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt01/CONTCAR +12 -0
  285. data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt01/INCAR +0 -0
  286. data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt01/KPOINTS +0 -0
  287. data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt01/OUTCAR +0 -0
  288. data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt01/POSCAR +12 -0
  289. data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt01/POTCAR +0 -0
  290. data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt02/INCAR +0 -0
  291. data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt02/KPOINTS +0 -0
  292. data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt02/POSCAR +12 -0
  293. data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt02/POTCAR +0 -0
  294. data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/lock_vaspgeomopt/dummy +0 -0
  295. data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt00/CONTCAR +12 -0
  296. data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt00/INCAR +0 -0
  297. data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt00/KPOINTS +0 -0
  298. data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt00/OUTCAR +0 -0
  299. data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt00/POSCAR +12 -0
  300. data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt00/POTCAR +0 -0
  301. data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt01/CONTCAR +12 -0
  302. data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt01/INCAR +0 -0
  303. data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt01/KPOINTS +0 -0
  304. data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt01/OUTCAR +0 -0
  305. data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt01/POSCAR +12 -0
  306. data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt01/POTCAR +0 -0
  307. data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt02/CONTCAR +12 -0
  308. data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt02/INCAR +0 -0
  309. data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt02/KPOINTS +0 -0
  310. data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt02/POSCAR +12 -0
  311. data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt02/POTCAR +0 -0
  312. data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/lock_vaspgeomopt/dummy +0 -0
  313. data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt00/CONTCAR +12 -0
  314. data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt00/INCAR +0 -0
  315. data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt00/KPOINTS +0 -0
  316. data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt00/OUTCAR +0 -0
  317. data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt00/POSCAR +12 -0
  318. data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt00/POTCAR +0 -0
  319. data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt01/CONTCAR +12 -0
  320. data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt01/INCAR +0 -0
  321. data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt01/KPOINTS +0 -0
  322. data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt01/OUTCAR +0 -0
  323. data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt01/POSCAR +12 -0
  324. data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt01/POTCAR +0 -0
  325. data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt02/CONTCAR +0 -0
  326. data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt02/INCAR +0 -0
  327. data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt02/KPOINTS +0 -0
  328. data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt02/POSCAR +12 -0
  329. data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt02/POTCAR +0 -0
  330. data/test/vaspgeometryoptimizer/reset_reincarnation/orig/lock_vaspgeomopt/dummy +0 -0
  331. data/test/vaspgeometryoptimizer/started/geomopt00/INCAR +0 -0
  332. data/test/vaspgeometryoptimizer/started/geomopt00/KPOINTS +0 -0
  333. data/test/vaspgeometryoptimizer/started/geomopt00/POSCAR +0 -0
  334. data/test/vaspgeometryoptimizer/started/geomopt00/POTCAR +0 -0
  335. data/test/vaspgeometryoptimizer/till01/geomopt00/CONTCAR +0 -0
  336. data/test/vaspgeometryoptimizer/till01/geomopt00/INCAR +0 -0
  337. data/test/vaspgeometryoptimizer/till01/geomopt00/KPOINTS +0 -0
  338. data/test/vaspgeometryoptimizer/till01/geomopt00/OUTCAR +0 -0
  339. data/test/vaspgeometryoptimizer/till01/geomopt00/POSCAR +0 -0
  340. data/test/vaspgeometryoptimizer/till01/geomopt00/POTCAR +0 -0
  341. data/test/vaspgeometryoptimizer/till01/geomopt01/INCAR +0 -0
  342. data/test/vaspgeometryoptimizer/till01/geomopt01/KPOINTS +0 -0
  343. data/test/vaspgeometryoptimizer/till01/geomopt01/POSCAR +0 -0
  344. data/test/vaspgeometryoptimizer/till01/geomopt01/POTCAR +0 -0
  345. metadata +464 -106
  346. data/bin/genvaspdir +0 -17
  347. data/bin/rmvaspout +0 -40
  348. data/lib/vasputils/vaspkpointsfinder.rb +0 -72
  349. data/test/test_vaspkpointsfinder.rb +0 -25
  350. data/test/vaspkpointsfinder/01-01-01/try00/POSCAR +0 -8
  351. data/vasputils.gemspec +0 -567
  352. /data/test/{vaspgeometryoptimizer/ended-Iter1/try00 → conditionanalyzer/01/00-original}/POTCAR +0 -0
  353. /data/test/{vaspgeometryoptimizer/ended-Iter1/try01 → conditionanalyzer/01/01-ENCUT/1000/try02}/POTCAR +0 -0
  354. /data/test/{vaspgeometryoptimizer/ended-Iter2/try00 → conditionanalyzer/01/01-ENCUT/1200/try02}/POTCAR +0 -0
  355. /data/test/{vaspgeometryoptimizer/ended-Iter2/try01 → conditionanalyzer/01/01-ENCUT/1500/try02}/POTCAR +0 -0
  356. /data/test/{vaspgeometryoptimizer/not-yet/try00 → conditionanalyzer/01/01-ENCUT/500/try05}/POTCAR +0 -0
  357. /data/test/{vaspgeometryoptimizer/prepare_next/try00 → conditionanalyzer/01/01-ENCUT/600/try01}/POTCAR +0 -0
  358. /data/test/{vaspgeometryoptimizer/started/try00 → conditionanalyzer/01/01-ENCUT/700/try01}/POTCAR +0 -0
  359. /data/test/{vaspgeometryoptimizer/till01/try00 → conditionanalyzer/01/01-ENCUT/800/try01}/POTCAR +0 -0
  360. /data/test/{vaspgeometryoptimizer/till01 → conditionanalyzer/01/01-ENCUT/900}/try01/POTCAR +0 -0
  361. /data/test/{vaspkpointsfinder/01-01-01/try00 → conditionanalyzer/01/02-KPOINTS/16x16x16/try07}/POTCAR +0 -0
  362. /data/test/{vaspgeometryoptimizer/ended-Iter1/try00/INCAR → conditionanalyzer/01/02-KPOINTS/1x1x1/try07/POTCAR} +0 -0
  363. /data/test/{vaspgeometryoptimizer/ended-Iter1/try00/KPOINTS → conditionanalyzer/01/02-KPOINTS/2x2x2/try10/POTCAR} +0 -0
  364. /data/test/{vaspgeometryoptimizer/ended-Iter1/try00/OUTCAR → conditionanalyzer/01/02-KPOINTS/32x32x32/try06/POTCAR} +0 -0
  365. /data/test/{vaspgeometryoptimizer/ended-Iter1/try00/POSCAR → conditionanalyzer/01/02-KPOINTS/32x32x64/try04/POTCAR} +0 -0
  366. /data/test/{vaspgeometryoptimizer/ended-Iter1/try01/INCAR → conditionanalyzer/01/02-KPOINTS/4x4x4/try05/POTCAR} +0 -0
  367. /data/test/{vaspgeometryoptimizer/ended-Iter2/try00 → conditionanalyzer/01/02-KPOINTS/64x64x64}/CONTCAR +0 -0
  368. /data/test/{vaspgeometryoptimizer/ended-Iter1/try01/KPOINTS → conditionanalyzer/01/02-KPOINTS/64x64x64/POTCAR} +0 -0
  369. /data/test/{vaspgeometryoptimizer/ended-Iter1/try01/POSCAR → conditionanalyzer/01/02-KPOINTS/8x8x8/try05/POTCAR} +0 -0
  370. /data/test/{vaspgeometryoptimizer/ended-Iter2/try00/INCAR → conditionanalyzer/picker/hexiagonal/POTCAR} +0 -0
  371. /data/test/vaspgeometryoptimizer/{prepare_next/try00 → ended-Iter1/geomopt00}/CONTCAR +0 -0
  372. /data/test/vaspgeometryoptimizer/{ended-Iter2/try01 → ended-Iter1/geomopt00}/INCAR +0 -0
  373. /data/test/vaspgeometryoptimizer/{ended-Iter2/try00 → ended-Iter1/geomopt00}/KPOINTS +0 -0
  374. /data/test/vaspgeometryoptimizer/{ended-Iter2/try00 → ended-Iter1/geomopt00}/OUTCAR +0 -0
  375. /data/test/vaspgeometryoptimizer/{ended-Iter2/try00 → ended-Iter1/geomopt00}/POSCAR +0 -0
  376. /data/test/vaspgeometryoptimizer/{ended-Iter2/try01/KPOINTS → ended-Iter1/geomopt00/POTCAR} +0 -0
  377. /data/test/vaspgeometryoptimizer/{not-yet/try00 → ended-Iter1/geomopt01}/INCAR +0 -0
  378. /data/test/vaspgeometryoptimizer/{not-yet/try00 → ended-Iter1/geomopt01}/KPOINTS +0 -0
  379. /data/test/vaspgeometryoptimizer/ended-Iter1/{try01 → geomopt01}/OUTCAR +0 -0
  380. /data/test/vaspgeometryoptimizer/{ended-Iter2/try01 → ended-Iter1/geomopt01}/POSCAR +0 -0
  381. /data/test/vaspgeometryoptimizer/{not-yet/try00/POSCAR → ended-Iter1/geomopt01/POTCAR} +0 -0
  382. /data/test/vaspgeometryoptimizer/{till01/try00 → ended-Iter2/geomopt00}/CONTCAR +0 -0
  383. /data/test/vaspgeometryoptimizer/{prepare_next/try00 → ended-Iter2/geomopt00}/INCAR +0 -0
  384. /data/test/vaspgeometryoptimizer/{prepare_next/try00 → ended-Iter2/geomopt00}/KPOINTS +0 -0
  385. /data/test/vaspgeometryoptimizer/{prepare_next/try00 → ended-Iter2/geomopt00}/OUTCAR +0 -0
  386. /data/test/vaspgeometryoptimizer/{prepare_next/try00 → ended-Iter2/geomopt00}/POSCAR +0 -0
  387. /data/test/vaspgeometryoptimizer/{prepare_next/try00/CHG → ended-Iter2/geomopt00/POTCAR} +0 -0
  388. /data/test/vaspgeometryoptimizer/{started/try00 → ended-Iter2/geomopt01}/INCAR +0 -0
  389. /data/test/vaspgeometryoptimizer/{started/try00 → ended-Iter2/geomopt01}/KPOINTS +0 -0
  390. /data/test/vaspgeometryoptimizer/ended-Iter2/{try01 → geomopt01}/OUTCAR +0 -0
  391. /data/test/vaspgeometryoptimizer/{started/try00 → ended-Iter2/geomopt01}/POSCAR +0 -0
  392. /data/test/vaspgeometryoptimizer/{prepare_next/try00/CHGCAR → ended-Iter2/geomopt01/POTCAR} +0 -0
  393. /data/test/vaspgeometryoptimizer/{till01/try00 → not-geomopt/not-geomopt-subdir/calcA}/INCAR +0 -0
  394. /data/test/vaspgeometryoptimizer/{till01/try00 → not-geomopt/not-geomopt-subdir/calcA}/KPOINTS +0 -0
  395. /data/test/vaspgeometryoptimizer/{till01/try00 → not-geomopt/not-geomopt-subdir/calcA}/POSCAR +0 -0
  396. /data/test/vaspgeometryoptimizer/{prepare_next/try00/DOSCAR → not-geomopt/not-geomopt-subdir/calcA/POTCAR} +0 -0
  397. /data/test/vaspgeometryoptimizer/{till01/try01 → not-geomopt/not-geomopt-subdir/calcB}/INCAR +0 -0
  398. /data/test/vaspgeometryoptimizer/{till01/try01 → not-geomopt/not-geomopt-subdir/calcB}/KPOINTS +0 -0
  399. /data/test/vaspgeometryoptimizer/{till01/try01 → not-geomopt/not-geomopt-subdir/calcB}/POSCAR +0 -0
  400. /data/test/vaspgeometryoptimizer/{prepare_next/try00/EIGENVAL → not-geomopt/not-geomopt-subdir/calcB/POTCAR} +0 -0
  401. /data/test/vaspgeometryoptimizer/{prepare_next/try00/OSZICAR → not-yet/geomopt00/INCAR} +0 -0
  402. /data/test/vaspgeometryoptimizer/{prepare_next/try00/PCDAT → not-yet/geomopt00/KPOINTS} +0 -0
  403. /data/test/vaspgeometryoptimizer/{prepare_next/try00/WAVECAR → not-yet/geomopt00/POSCAR} +0 -0
  404. /data/test/vaspgeometryoptimizer/{prepare_next/try00/XDATCAR → not-yet/geomopt00/POTCAR} +0 -0
  405. /data/test/vaspgeometryoptimizer/prepare_next/{try00/vasprun.xml → no-contcar/geomopt00/CHG} +0 -0
  406. /data/test/vaspgeometryoptimizer/{till01/try00/OUTCAR → prepare_next/no-contcar/geomopt00/CHGCAR} +0 -0
@@ -0,0 +1,1644 @@
1
+ vasp.5.2.12 11Nov11 complex
2
+
3
+ executed on LinuxIFC date 2012.10.03 19:58:53
4
+ running on 1 nodes
5
+ distr: one band on 1 nodes, 1 groups
6
+
7
+
8
+ --------------------------------------------------------------------------------------------------------
9
+
10
+
11
+ INCAR:
12
+ POTCAR: PAW_PBE Mg_sv 12Apr2007
13
+ POTCAR: PAW_PBE Mg_sv 12Apr2007
14
+ VRHFIN =Mg: p6s2
15
+ LEXCH = PE
16
+ EATOM = 1728.4457 eV, 127.0372 Ry
17
+
18
+ TITEL = PAW_PBE Mg_sv 12Apr2007
19
+ LULTRA = F use ultrasoft PP ?
20
+ IUNSCR = 0 unscreen: 0-lin 1-nonlin 2-no
21
+ RPACOR = 0.000 partial core radius
22
+ POMASS = 24.305; ZVAL = 10.000 mass and valenz
23
+ RCORE = 1.700 outmost cutoff radius
24
+ RWIGS = 1.800; RWIGS = 0.953 wigner-seitz radius (au A)
25
+ ENMAX = 495.223; ENMIN = 371.417 eV
26
+ RCLOC = 1.506 cutoff for local pot
27
+ LCOR = T correct aug charges
28
+ LPAW = T paw PP
29
+ EAUG = 980.156
30
+ RMAX = 1.743 core radius for proj-oper
31
+ RAUG = 1.300 factor for augmentation sphere
32
+ RDEP = 1.781 radius for radial grids
33
+ RDEPT = 1.300 core radius for aug-charge
34
+
35
+ Atomic configuration
36
+ 5 entries
37
+ n l j E occ.
38
+ 1 0 0.50 -1259.6230 2.0000
39
+ 2 0 0.50 -79.8442 2.0000
40
+ 3 0 0.50 -4.7055 2.0000
41
+ 2 1 1.50 -46.6121 6.0000
42
+ 3 2 1.50 -1.3606 0.0000
43
+ Description
44
+ l E TYP RCUT TYP RCUT
45
+ 0 -79.8442259 23 1.200
46
+ 0 -4.7054661 23 1.700
47
+ 1 -46.6121068 23 1.500
48
+ 1 6.8029130 23 1.500
49
+ 2 -1.3605826 23 1.700
50
+ local pseudopotential read in
51
+ atomic valenz-charges read in
52
+ non local Contribution for L= 0 read in
53
+ real space projection operators read in
54
+ non local Contribution for L= 0 read in
55
+ real space projection operators read in
56
+ non local Contribution for L= 1 read in
57
+ real space projection operators read in
58
+ non local Contribution for L= 1 read in
59
+ real space projection operators read in
60
+ non local Contribution for L= 2 read in
61
+ real space projection operators read in
62
+ PAW grid and wavefunctions read in
63
+
64
+ number of l-projection operators is LMAX = 5
65
+ number of lm-projection operators is LMMAX = 13
66
+
67
+
68
+ -----------------------------------------------------------------------------
69
+ | |
70
+ | ADVICE TO THIS USER RUNNING 'VASP/VAMP' (HEAR YOUR MASTER'S VOICE ...): |
71
+ | |
72
+ | You have a (more or less) 'small supercell' and for smaller cells |
73
+ | it is recommended to use the reciprocal-space projection scheme! |
74
+ | The real space optimization is not efficient for small cells and it |
75
+ | is also less accurate ... |
76
+ | Therefore set LREAL=.FALSE. in the INCAR file |
77
+ | |
78
+ -----------------------------------------------------------------------------
79
+
80
+ Optimization of the real space projectors (new method)
81
+
82
+ maximal supplied QI-value = 22.11
83
+ optimisation between [QCUT,QGAM] = [ 12.38, 31.17] = [ 42.93,272.15] Ry
84
+ Optimized for a Real-space Cutoff 0.96 Angstroem
85
+
86
+ l n(q) QCUT max X(q) W(low)/X(q) W(high)/X(q) e(spline)
87
+ 0 9 12.381 8.730 0.19E-04 0.27E-05 0.27E-07
88
+ 0 9 12.381 8.910 0.26E-04 0.41E-05 0.41E-07
89
+ 1 8 12.381 2.513 0.69E-04 0.14E-04 0.34E-07
90
+ 1 8 12.381 3.341 0.27E-03 0.26E-04 0.17E-06
91
+ 2 8 12.381 3.683 0.19E-03 0.49E-03 0.24E-06
92
+ PAW_PBE Mg_sv 12Apr2007 :
93
+ energy of atom 1 EATOM=-1728.4457
94
+ kinetic energy error for atom= 0.0744 (will be added to EATOM!!)
95
+
96
+
97
+ POSCAR: Mg
98
+ positions in direct lattice
99
+ velocities in cartesian coordinates
100
+ exchange correlation table for LEXCH = 8
101
+ RHO(1)= 0.500 N(1) = 2000
102
+ RHO(2)= 100.500 N(2) = 4000
103
+
104
+
105
+
106
+ --------------------------------------------------------------------------------------------------------
107
+
108
+
109
+ ion position nearest neighbor table
110
+ 1 0.333 0.667 0.250-
111
+ 2 0.667 0.333 0.750-
112
+
113
+ LATTYP: Found a hexagonal cell.
114
+ ALAT = 3.1802469835
115
+ C/A-ratio = 1.6244987991
116
+
117
+ Lattice vectors:
118
+
119
+ A1 = ( 3.1802469836, 0.0000000000, 0.0000000000)
120
+ A2 = ( -1.5901234918, 2.7541746780, 0.0000000000)
121
+ A3 = ( 0.0000000000, 0.0000000000, 5.1663074054)
122
+ Subroutine PRICEL returns:
123
+ Original cell was already a primitive cell.
124
+
125
+
126
+ Analysis of symmetry for initial positions (statically):
127
+
128
+ Routine SETGRP: Setting up the symmetry group for a
129
+ hexagonal supercell.
130
+
131
+
132
+ Subroutine GETGRP returns: Found 24 space group operations
133
+ (whereof 12 operations were pure point group operations)
134
+ out of a pool of 24 trial point group operations.
135
+
136
+
137
+ The static configuration has the point symmetry D_3d.
138
+ The point group associated with its full space group is D_6h.
139
+
140
+ Analysis of symmetry for dynamics (positions and initial velocities):
141
+
142
+ Subroutine DYNSYM returns: Found 24 space group operations
143
+ (whereof 12 operations were pure point group operations)
144
+ out of a pool of 24 trial space group operations
145
+ (whereof 12 operations were pure point group operations)
146
+ and found also 1 'primitive' translations
147
+
148
+
149
+ The dynamic configuration has the point symmetry D_3d.
150
+ The point group associated with its full space group is D_6h.
151
+
152
+ Analysis of magnetic symmetry:
153
+
154
+ Subroutine MAGSYM returns: Found 24 space group operations
155
+ (whereof 12 operations were pure point group operations)
156
+ out of a pool of 24 trial space group operations
157
+ (whereof 12 operations were pure point group operations)
158
+ and found also 1 'primitive' translations
159
+
160
+
161
+ The magnetic configuration has the point symmetry D_3d.
162
+ The point group associated with its full space group is D_6h.
163
+
164
+
165
+ KPOINTS: Automatic mesh
166
+
167
+ Automatic generation of k-mesh.
168
+
169
+ Subroutine IBZKPT returns following result:
170
+ ===========================================
171
+
172
+ Found 12 irreducible k-points:
173
+
174
+ Following reciprocal coordinates:
175
+ Coordinates Weight
176
+ 0.000000 0.000000 0.000000 1.000000
177
+ 0.250000 0.000000 0.000000 6.000000
178
+ 0.500000 0.000000 0.000000 3.000000
179
+ 0.250000 0.250000 0.000000 6.000000
180
+ 0.000000 0.000000 0.250000 2.000000
181
+ 0.250000 0.000000 0.250000 12.000000
182
+ 0.500000 0.000000 0.250000 6.000000
183
+ 0.250000 0.250000 0.250000 12.000000
184
+ 0.000000 0.000000 0.500000 1.000000
185
+ 0.250000 0.000000 0.500000 6.000000
186
+ 0.500000 0.000000 0.500000 3.000000
187
+ 0.250000 0.250000 0.500000 6.000000
188
+
189
+ Following cartesian coordinates:
190
+ Coordinates Weight
191
+ 0.000000 0.000000 0.000000 1.000000
192
+ 0.078610 0.045386 0.000000 6.000000
193
+ 0.157220 0.090771 0.000000 3.000000
194
+ 0.078610 0.136157 0.000000 6.000000
195
+ 0.000000 0.000000 0.048390 2.000000
196
+ 0.078610 0.045386 0.048390 12.000000
197
+ 0.157220 0.090771 0.048390 6.000000
198
+ 0.078610 0.136157 0.048390 12.000000
199
+ 0.000000 0.000000 0.096781 1.000000
200
+ 0.078610 0.045386 0.096781 6.000000
201
+ 0.157220 0.090771 0.096781 3.000000
202
+ 0.078610 0.136157 0.096781 6.000000
203
+
204
+
205
+
206
+ --------------------------------------------------------------------------------------------------------
207
+
208
+
209
+
210
+
211
+ Dimension of arrays:
212
+ k-points NKPTS = 12 k-points in BZ NKDIM = 12 number of bands NBANDS= 15
213
+ number of dos NEDOS = 301 number of ions NIONS = 2
214
+ non local maximal LDIM = 5 non local SUM 2l+1 LMDIM = 13
215
+ total plane-waves NPLWV = 32928
216
+ max r-space proj IRMAX = 2718 max aug-charges IRDMAX= 6179
217
+ dimension x,y,z NGX = 28 NGY = 28 NGZ = 42
218
+ dimension x,y,z NGXF= 48 NGYF= 48 NGZF= 70
219
+ support grid NGXF= 48 NGYF= 48 NGZF= 70
220
+ ions per type = 2
221
+ NGX,Y,Z is equivalent to a cutoff of 14.64, 14.64, 13.52 a.u.
222
+ NGXF,Y,Z is equivalent to a cutoff of 25.09, 25.09, 22.53 a.u.
223
+
224
+
225
+ I would recommend the setting:
226
+ dimension x,y,z NGX = 25 NGY = 25 NGZ = 41
227
+ SYSTEM = Untitled (VASP)
228
+ POSCAR = Mg
229
+
230
+ Startparameter for this run:
231
+ NWRITE = 2 write-flag & timer
232
+ PREC = high normal or accurate (medium, high low for compatibility)
233
+ ISTART = 0 job : 0-new 1-cont 2-samecut
234
+ ICHARG = 2 charge: 1-file 2-atom 10-const
235
+ ISPIN = 2 spin polarized calculation?
236
+ LNONCOLLINEAR = F non collinear calculations
237
+ LSORBIT = F spin-orbit coupling
238
+ INIWAV = 1 electr: 0-lowe 1-rand 2-diag
239
+ LASPH = F aspherical Exc in radial PAW
240
+ METAGGA= F non-selfconsistent MetaGGA calc.
241
+
242
+ Electronic Relaxation 1
243
+ ENCUT = 600.0 eV 44.10 Ry 6.64 a.u. 6.35 6.35 10.32*2*pi/ulx,y,z
244
+ ENINI = 600.0 initial cutoff
245
+ ENAUG = 980.2 eV augmentation charge cutoff
246
+ NELM = 60; NELMIN= 2; NELMDL= -5 # of ELM steps
247
+ EDIFF = 0.1E-04 stopping-criterion for ELM
248
+ LREAL = T real-space projection
249
+ NLSPLINE = F spline interpolate recip. space projectors
250
+ LCOMPAT= F compatible to vasp.4.4
251
+ GGA_COMPAT = T GGA compatible to vasp.4.4-vasp.4.6
252
+ LMAXPAW = -100 max onsite density
253
+ LMAXMIX = 2 max onsite mixed and CHGCAR
254
+ VOSKOWN= 0 Vosko Wilk Nusair interpolation
255
+ ROPT = -0.00040
256
+ Ionic relaxation
257
+ EDIFFG = -.2E-01 stopping-criterion for IOM
258
+ NSW = 100 number of steps for IOM
259
+ NBLOCK = 1; KBLOCK = 100 inner block; outer block
260
+ IBRION = 2 ionic relax: 0-MD 1-quasi-New 2-CG
261
+ NFREE = 1 steps in history (QN), initial steepest desc. (CG)
262
+ ISIF = 3 stress and relaxation
263
+ IWAVPR = 11 prediction: 0-non 1-charg 2-wave 3-comb
264
+ ISYM = 2 0-nonsym 1-usesym 2-fastsym
265
+ LCORR = T Harris-Foulkes like correction to forces
266
+
267
+ POTIM = 0.5000 time-step for ionic-motion
268
+ TEIN = 0.0 initial temperature
269
+ TEBEG = 0.0; TEEND = 0.0 temperature during run
270
+ SMASS = -3.00 Nose mass-parameter (am)
271
+ estimated Nose-frequenzy (Omega) = 0.10E-29 period in steps =****** mass= -0.231E-27a.u.
272
+ SCALEE = 1.0000 scale energy and forces
273
+ NPACO = 256; APACO = 16.0 distance and # of slots for P.C.
274
+ PSTRESS= 0.0 pullay stress
275
+
276
+ Mass of Ions in am
277
+ POMASS = 24.30
278
+ Ionic Valenz
279
+ ZVAL = 10.00
280
+ Atomic Wigner-Seitz radii
281
+ RWIGS = -1.00
282
+ virtual crystal weights
283
+ VCA = 1.00
284
+ NELECT = 20.0000 total number of electrons
285
+ NUPDOWN= -1.0000 fix difference up-down
286
+
287
+ DOS related values:
288
+ EMIN = 10.00; EMAX =-10.00 energy-range for DOS
289
+ EFERMI = 0.00
290
+ ISMEAR = 0; SIGMA = 0.10 broadening in eV -4-tet -1-fermi 0-gaus
291
+
292
+ Electronic relaxation 2 (details)
293
+ IALGO = 38 algorithm
294
+ LDIAG = T sub-space diagonalisation (order eigenvalues)
295
+ LSUBROT= T optimize rotation matrix (better conditioning)
296
+ TURBO = 0 0=normal 1=particle mesh
297
+ IRESTART = 0 0=no restart 2=restart with 2 vectors
298
+ NREBOOT = 0 no. of reboots
299
+ NMIN = 0 reboot dimension
300
+ EREF = 0.00 reference energy to select bands
301
+ IMIX = 4 mixing-type and parameters
302
+ AMIX = 0.40; BMIX = 1.00
303
+ AMIX_MAG = 1.60; BMIX_MAG = 1.00
304
+ AMIN = 0.10
305
+ WC = 100.; INIMIX= 1; MIXPRE= 1
306
+
307
+ Intra band minimization:
308
+ WEIMIN = 0.0010 energy-eigenvalue tresh-hold
309
+ EBREAK = 0.17E-06 absolut break condition
310
+ DEPER = 0.30 relativ break condition
311
+
312
+ TIME = 0.40 timestep for ELM
313
+
314
+ volume/ion in A,a.u. = 22.63 152.69
315
+ Fermi-wavevector in a.u.,A,eV,Ry = 1.247022 2.356529 21.157914 1.555063
316
+ Thomas-Fermi vector in A = 2.381173
317
+
318
+ Write flags
319
+ LWAVE = T write WAVECAR
320
+ LCHARG = T write CHGCAR
321
+ LVTOT = F write LOCPOT, total local potential
322
+ LVHAR = F write LOCPOT, Hartree potential only
323
+ LELF = F write electronic localiz. function (ELF)
324
+ LORBIT = 0 0 simple, 1 ext, 2 COOP (PROOUT)
325
+
326
+
327
+ Dipole corrections
328
+ LMONO = F monopole corrections only (constant potential shift)
329
+ LDIPOL = F correct potential (dipole corrections)
330
+ IDIPOL = 0 1-x, 2-y, 3-z, 4-all directions
331
+ EPSILON= 1.0000000 bulk dielectric constant
332
+
333
+ Exchange correlation treatment:
334
+ GGA = -- GGA type
335
+ LEXCH = 8 internal setting for exchange type
336
+ VOSKOWN= 0 Vosko Wilk Nusair interpolation
337
+ LHFCALC = F Hartree Fock is set to
338
+ LHFONE = F Hartree Fock one center treatment
339
+ AEXX = 0.0000 exact exchange contribution
340
+
341
+ Linear response parameters
342
+ LEPSILON= F determine dielectric tensor
343
+ LRPA = F only Hartree local field effects (RPA)
344
+ LNABLA = F use nabla operator in PAW spheres
345
+ LVEL = F velocity operator in full k-point grid
346
+ LINTERFAST= F fast interpolation
347
+ KINTER = 0 interpolate to denser k-point grid
348
+ CSHIFT =0.1000 complex shift for real part using Kramers Kronig
349
+ OMEGAMAX= -1.0 maximum frequency
350
+ RTIME = 0.100 relaxation time in fs
351
+
352
+ Orbital magnetization related:
353
+ ORBITALMAG= F switch on orbital magnetization
354
+ LCHIMAG = F perturbation theory with respect to B field
355
+ DQ = 0.001000 dq finite difference perturbation B field
356
+
357
+
358
+
359
+ --------------------------------------------------------------------------------------------------------
360
+
361
+
362
+ conjugate gradient relaxation of ions
363
+ charge density and potential will be updated during run
364
+ spin polarized calculation
365
+ Variant of blocked Davidson
366
+ Davidson routine will perform the subspace rotation
367
+ perform sub-space diagonalisation
368
+ after iterative eigenvector-optimisation
369
+ modified Broyden-mixing scheme, WC = 100.0
370
+ initial mixing is a Kerker type mixing with AMIX = 0.4000 and BMIX = 1.0000
371
+ Hartree-type preconditioning will be used
372
+ using additional bands 5
373
+ real space projection scheme for non local part
374
+ calculate Harris-corrections to forces
375
+ (improved forces if not selfconsistent)
376
+ use gradient corrections
377
+ use of overlap-Matrix (Vanderbilt PP)
378
+ Gauss-broadening in eV SIGMA = 0.10
379
+
380
+
381
+ --------------------------------------------------------------------------------------------------------
382
+
383
+
384
+ energy-cutoff : 600.00
385
+ volume of cell : 45.25
386
+ direct lattice vectors reciprocal lattice vectors
387
+ 3.180246984 0.000000000 0.000000000 0.314440987 0.181542588 0.000000000
388
+ -1.590123492 2.754174678 0.000000000 0.000000000 0.363085177 0.000000000
389
+ 0.000000000 0.000000000 5.166307405 0.000000000 0.000000000 0.193561846
390
+
391
+ length of vectors
392
+ 3.180246984 3.180246984 5.166307405 0.363085177 0.363085177 0.193561846
393
+
394
+
395
+
396
+ k-points in units of 2pi/SCALE and weight: Automatic mesh
397
+ 0.00000000 0.00000000 0.00000000 0.016
398
+ 0.07861025 0.04538565 0.00000000 0.094
399
+ 0.15722049 0.09077129 0.00000000 0.047
400
+ 0.07861025 0.13615694 0.00000000 0.094
401
+ 0.00000000 0.00000000 0.04839046 0.031
402
+ 0.07861025 0.04538565 0.04839046 0.188
403
+ 0.15722049 0.09077129 0.04839046 0.094
404
+ 0.07861025 0.13615694 0.04839046 0.188
405
+ 0.00000000 0.00000000 0.09678092 0.016
406
+ 0.07861025 0.04538565 0.09678092 0.094
407
+ 0.15722049 0.09077129 0.09678092 0.047
408
+ 0.07861025 0.13615694 0.09678092 0.094
409
+
410
+ k-points in reciprocal lattice and weights: Automatic mesh
411
+ 0.00000000 0.00000000 0.00000000 0.016
412
+ 0.25000000 0.00000000 0.00000000 0.094
413
+ 0.50000000 0.00000000 0.00000000 0.047
414
+ 0.25000000 0.25000000 0.00000000 0.094
415
+ 0.00000000 0.00000000 0.25000000 0.031
416
+ 0.25000000 0.00000000 0.25000000 0.188
417
+ 0.50000000 0.00000000 0.25000000 0.094
418
+ 0.25000000 0.25000000 0.25000000 0.188
419
+ 0.00000000 0.00000000 0.50000000 0.016
420
+ 0.25000000 0.00000000 0.50000000 0.094
421
+ 0.50000000 0.00000000 0.50000000 0.047
422
+ 0.25000000 0.25000000 0.50000000 0.094
423
+
424
+ position of ions in fractional coordinates (direct lattice)
425
+ 0.33333334 0.66666669 0.25000000
426
+ 0.66666663 0.33333331 0.75000000
427
+
428
+ position of ions in cartesian coordinates (Angst):
429
+ 0.00000000 1.83611651 1.29157685
430
+ 1.59012340 0.91805817 3.87473055
431
+
432
+
433
+
434
+ --------------------------------------------------------------------------------------------------------
435
+
436
+
437
+ k-point 1 : 0.00000.00000.0000 plane waves: 1521
438
+ k-point 2 : 0.25000.00000.0000 plane waves: 1511
439
+ k-point 3 : 0.50000.00000.0000 plane waves: 1506
440
+ k-point 4 : 0.25000.25000.0000 plane waves: 1514
441
+ k-point 5 : 0.00000.00000.2500 plane waves: 1521
442
+ k-point 6 : 0.25000.00000.2500 plane waves: 1521
443
+ k-point 7 : 0.50000.00000.2500 plane waves: 1512
444
+ k-point 8 : 0.25000.25000.2500 plane waves: 1500
445
+ k-point 9 : 0.00000.00000.5000 plane waves: 1520
446
+ k-point 10 : 0.25000.00000.5000 plane waves: 1514
447
+ k-point 11 : 0.50000.00000.5000 plane waves: 1504
448
+ k-point 12 : 0.25000.25000.5000 plane waves: 1512
449
+
450
+ maximum and minimum number of plane-waves per node : 1521 1500
451
+
452
+ maximum number of plane-waves: 1521
453
+ maximum index in each direction:
454
+ IXMAX= 6 IYMAX= 6 IZMAX= 10
455
+ IXMIN= -6 IYMIN= -6 IZMIN= -10
456
+
457
+ NGX is ok and might be reduce to 26
458
+ NGY is ok and might be reduce to 26
459
+ NGZ is ok and might be reduce to 42
460
+
461
+ serial 3D FFT for wavefunctions
462
+ parallel 3D FFT for charge:
463
+ minimum data exchange during FFTs selected (reduces bandwidth)
464
+
465
+
466
+ total amount of memory used by VASP on root node 60005. kBytes
467
+ ========================================================================
468
+
469
+ base : 30000. kBytes
470
+ nonlr-proj: 678. kBytes
471
+ fftplans : 5856. kBytes
472
+ grid : 14529. kBytes
473
+ one-center: 32. kBytes
474
+ wavefun : 8910. kBytes
475
+
476
+ Broyden mixing: mesh for mixing (old mesh)
477
+ NGX = 13 NGY = 13 NGZ = 21
478
+ (NGX = 48 NGY = 48 NGZ = 70)
479
+ gives a total of 3549 points
480
+
481
+ initial charge density was supplied:
482
+ charge density of overlapping atoms calculated
483
+ number of electron 20.0000000 magnetization 2.0000000
484
+ keeping initial charge density in first step
485
+
486
+
487
+ --------------------------------------------------------------------------------------------------------
488
+
489
+
490
+ Maximum index for non-local projection operator 2574
491
+ Maximum index for augmentation-charges 5840 (set IRDMAX)
492
+
493
+
494
+ --------------------------------------------------------------------------------------------------------
495
+
496
+
497
+ First call to EWALD: gamma= 0.497
498
+ Maximum number of real-space cells 3x 3x 2
499
+ Maximum number of reciprocal cells 3x 3x 4
500
+
501
+ FEWALD: cpu time 0.00: real time 0.00
502
+
503
+
504
+ ----------------------------------------- Iteration 1( 1) ---------------------------------------
505
+
506
+
507
+ POTLOK: cpu time 0.96: real time 0.41
508
+ SETDIJ: cpu time 0.02: real time 0.03
509
+ EDDAV: cpu time 26.69: real time 6.83
510
+ DOS: cpu time 0.01: real time 0.00
511
+ --------------------------------------------
512
+ LOOP: cpu time 27.69: real time 7.28
513
+
514
+ eigenvalue-minimisations : 895
515
+ total energy-change (2. order) : 0.1978917E+03 (-0.1558884E+04)
516
+ number of electron 20.0000000 magnetization 2.0000000
517
+ augmentation part 20.0000000 magnetization 2.0000000
518
+
519
+ Free energy of the ion-electron system (eV)
520
+ ---------------------------------------------------
521
+ alpha Z PSCENC = 64.11477870
522
+ Ewald energy TEWEN = -1470.42072705
523
+ -1/2 Hartree DENC = -1237.83607828
524
+ -exchange EXHF = 0.00000000
525
+ -V(xc)+E(xc) XCENC = 131.35055982
526
+ PAW double counting = 2379.29824340 -2557.18617214
527
+ entropy T*S EENTRO = -0.00336538
528
+ eigenvalues EBANDS = -568.16808187
529
+ atomic energy EATOM = 3456.74256991
530
+ ---------------------------------------------------
531
+ free energy TOTEN = 197.89172711 eV
532
+
533
+ energy without entropy = 197.89509249 energy(sigma->0) = 197.89340980
534
+
535
+
536
+ --------------------------------------------------------------------------------------------------------
537
+
538
+
539
+
540
+
541
+ ----------------------------------------- Iteration 1( 2) ---------------------------------------
542
+
543
+
544
+ EDDAV: cpu time 25.80: real time 6.62
545
+ DOS: cpu time 0.01: real time 0.00
546
+ --------------------------------------------
547
+ LOOP: cpu time 25.83: real time 6.63
548
+
549
+ eigenvalue-minimisations : 860
550
+ total energy-change (2. order) :-0.1756503E+03 (-0.1728095E+03)
551
+ number of electron 20.0000000 magnetization 2.0000000
552
+ augmentation part 20.0000000 magnetization 2.0000000
553
+
554
+ Free energy of the ion-electron system (eV)
555
+ ---------------------------------------------------
556
+ alpha Z PSCENC = 64.11477870
557
+ Ewald energy TEWEN = -1470.42072705
558
+ -1/2 Hartree DENC = -1237.83607828
559
+ -exchange EXHF = 0.00000000
560
+ -V(xc)+E(xc) XCENC = 131.35055982
561
+ PAW double counting = 2379.29824340 -2557.18617214
562
+ entropy T*S EENTRO = -0.00447044
563
+ eigenvalues EBANDS = -743.81726324
564
+ atomic energy EATOM = 3456.74256991
565
+ ---------------------------------------------------
566
+ free energy TOTEN = 22.24144067 eV
567
+
568
+ energy without entropy = 22.24591112 energy(sigma->0) = 22.24367590
569
+
570
+
571
+ --------------------------------------------------------------------------------------------------------
572
+
573
+
574
+
575
+
576
+ ----------------------------------------- Iteration 1( 3) ---------------------------------------
577
+
578
+
579
+ EDDAV: cpu time 38.00: real time 9.75
580
+ DOS: cpu time 0.00: real time 0.00
581
+ --------------------------------------------
582
+ LOOP: cpu time 38.02: real time 9.75
583
+
584
+ eigenvalue-minimisations : 1384
585
+ total energy-change (2. order) :-0.2343197E+02 (-0.2326817E+02)
586
+ number of electron 20.0000000 magnetization 2.0000000
587
+ augmentation part 20.0000000 magnetization 2.0000000
588
+
589
+ Free energy of the ion-electron system (eV)
590
+ ---------------------------------------------------
591
+ alpha Z PSCENC = 64.11477870
592
+ Ewald energy TEWEN = -1470.42072705
593
+ -1/2 Hartree DENC = -1237.83607828
594
+ -exchange EXHF = 0.00000000
595
+ -V(xc)+E(xc) XCENC = 131.35055982
596
+ PAW double counting = 2379.29824340 -2557.18617214
597
+ entropy T*S EENTRO = -0.00814066
598
+ eigenvalues EBANDS = -767.24556316
599
+ atomic energy EATOM = 3456.74256991
600
+ ---------------------------------------------------
601
+ free energy TOTEN = -1.19052947 eV
602
+
603
+ energy without entropy = -1.18238880 energy(sigma->0) = -1.18645913
604
+
605
+
606
+ --------------------------------------------------------------------------------------------------------
607
+
608
+
609
+
610
+
611
+ ----------------------------------------- Iteration 1( 4) ---------------------------------------
612
+
613
+
614
+ EDDAV: cpu time 23.25: real time 5.94
615
+ DOS: cpu time 0.01: real time 0.00
616
+ --------------------------------------------
617
+ LOOP: cpu time 23.29: real time 5.95
618
+
619
+ eigenvalue-minimisations : 748
620
+ total energy-change (2. order) :-0.1207903E+01 (-0.1205818E+01)
621
+ number of electron 20.0000000 magnetization 2.0000000
622
+ augmentation part 20.0000000 magnetization 2.0000000
623
+
624
+ Free energy of the ion-electron system (eV)
625
+ ---------------------------------------------------
626
+ alpha Z PSCENC = 64.11477870
627
+ Ewald energy TEWEN = -1470.42072705
628
+ -1/2 Hartree DENC = -1237.83607828
629
+ -exchange EXHF = 0.00000000
630
+ -V(xc)+E(xc) XCENC = 131.35055982
631
+ PAW double counting = 2379.29824340 -2557.18617214
632
+ entropy T*S EENTRO = -0.00946432
633
+ eigenvalues EBANDS = -768.45214255
634
+ atomic energy EATOM = 3456.74256991
635
+ ---------------------------------------------------
636
+ free energy TOTEN = -2.39843252 eV
637
+
638
+ energy without entropy = -2.38896820 energy(sigma->0) = -2.39370036
639
+
640
+
641
+ --------------------------------------------------------------------------------------------------------
642
+
643
+
644
+
645
+
646
+ ----------------------------------------- Iteration 1( 5) ---------------------------------------
647
+
648
+
649
+ EDDAV: cpu time 31.83: real time 8.20
650
+ DOS: cpu time 0.00: real time 0.00
651
+ CHARGE: cpu time 0.98: real time 0.43
652
+ MIXING: cpu time 0.00: real time 0.01
653
+ --------------------------------------------
654
+ LOOP: cpu time 32.84: real time 8.64
655
+
656
+ eigenvalue-minimisations : 1128
657
+ total energy-change (2. order) :-0.4755478E-01 (-0.4754666E-01)
658
+ number of electron 19.9999961 magnetization 0.2511028
659
+ augmentation part 7.2089151 magnetization 0.0465672
660
+
661
+ Broyden mixing:
662
+ rms(total) = 0.14288E+01 rms(broyden)= 0.14285E+01
663
+ rms(prec ) = 0.14594E+01
664
+ weight for this iteration 100.00
665
+
666
+ Free energy of the ion-electron system (eV)
667
+ ---------------------------------------------------
668
+ alpha Z PSCENC = 64.11477870
669
+ Ewald energy TEWEN = -1470.42072705
670
+ -1/2 Hartree DENC = -1237.83607828
671
+ -exchange EXHF = 0.00000000
672
+ -V(xc)+E(xc) XCENC = 131.35055982
673
+ PAW double counting = 2379.29824340 -2557.18617214
674
+ entropy T*S EENTRO = -0.00942720
675
+ eigenvalues EBANDS = -768.49973446
676
+ atomic energy EATOM = 3456.74256991
677
+ ---------------------------------------------------
678
+ free energy TOTEN = -2.44598730 eV
679
+
680
+ energy without entropy = -2.43656010 energy(sigma->0) = -2.44127370
681
+
682
+
683
+ --------------------------------------------------------------------------------------------------------
684
+
685
+
686
+
687
+
688
+ ----------------------------------------- Iteration 1( 6) ---------------------------------------
689
+
690
+
691
+ POTLOK: cpu time 0.41: real time 0.41
692
+ SETDIJ: cpu time 0.03: real time 0.03
693
+ EDDAV: cpu time 28.81: real time 7.39
694
+ DOS: cpu time 0.00: real time 0.00
695
+ CHARGE: cpu time 0.77: real time 0.43
696
+ MIXING: cpu time 0.00: real time 0.01
697
+ --------------------------------------------
698
+ LOOP: cpu time 30.03: real time 8.27
699
+
700
+ eigenvalue-minimisations : 986
701
+ total energy-change (2. order) :-0.5454021E+00 (-0.4133879E-01)
702
+ number of electron 19.9999961 magnetization 0.2259746
703
+ augmentation part 7.2004974 magnetization -0.0239054
704
+
705
+ Broyden mixing:
706
+ rms(total) = 0.62841E+00 rms(broyden)= 0.62840E+00
707
+ rms(prec ) = 0.65274E+00
708
+ weight for this iteration 100.00
709
+
710
+ eigenvalues of (default mixing * dielectric matrix)
711
+ average eigenvalue GAMMA= 0.7012
712
+ 0.7012
713
+
714
+ Free energy of the ion-electron system (eV)
715
+ ---------------------------------------------------
716
+ alpha Z PSCENC = 64.11477870
717
+ Ewald energy TEWEN = -1470.42072705
718
+ -1/2 Hartree DENC = -1227.00377010
719
+ -exchange EXHF = 0.00000000
720
+ -V(xc)+E(xc) XCENC = 130.75419012
721
+ PAW double counting = 2318.38086248 -2503.36675373
722
+ entropy T*S EENTRO = -0.00785328
723
+ eigenvalues EBANDS = -772.18468649
724
+ atomic energy EATOM = 3456.74256991
725
+ ---------------------------------------------------
726
+ free energy TOTEN = -2.99138943 eV
727
+
728
+ energy without entropy = -2.98353615 energy(sigma->0) = -2.98746279
729
+
730
+
731
+ --------------------------------------------------------------------------------------------------------
732
+
733
+
734
+
735
+
736
+ ----------------------------------------- Iteration 1( 7) ---------------------------------------
737
+
738
+
739
+ POTLOK: cpu time 0.41: real time 0.41
740
+ SETDIJ: cpu time 0.02: real time 0.03
741
+ EDDAV: cpu time 24.11: real time 6.18
742
+ DOS: cpu time 0.01: real time 0.00
743
+ CHARGE: cpu time 0.60: real time 0.43
744
+ MIXING: cpu time 0.01: real time 0.01
745
+ --------------------------------------------
746
+ LOOP: cpu time 25.17: real time 7.06
747
+
748
+ eigenvalue-minimisations : 783
749
+ total energy-change (2. order) :-0.1833157E+00 (-0.8341176E-02)
750
+ number of electron 19.9999961 magnetization -0.0422728
751
+ augmentation part 7.2084803 magnetization -0.1110377
752
+
753
+ Broyden mixing:
754
+ rms(total) = 0.15953E+00 rms(broyden)= 0.15950E+00
755
+ rms(prec ) = 0.20812E+00
756
+ weight for this iteration 100.00
757
+
758
+ eigenvalues of (default mixing * dielectric matrix)
759
+ average eigenvalue GAMMA= 0.9999
760
+ 1.3175 0.6823
761
+
762
+ Free energy of the ion-electron system (eV)
763
+ ---------------------------------------------------
764
+ alpha Z PSCENC = 64.11477870
765
+ Ewald energy TEWEN = -1470.42072705
766
+ -1/2 Hartree DENC = -1222.41585920
767
+ -exchange EXHF = 0.00000000
768
+ -V(xc)+E(xc) XCENC = 130.47432646
769
+ PAW double counting = 2293.44862807 -2481.48575941
770
+ entropy T*S EENTRO = -0.00730427
771
+ eigenvalues EBANDS = -773.62535832
772
+ atomic energy EATOM = 3456.74256991
773
+ ---------------------------------------------------
774
+ free energy TOTEN = -3.17470510 eV
775
+
776
+ energy without entropy = -3.16740083 energy(sigma->0) = -3.17105296
777
+
778
+
779
+ --------------------------------------------------------------------------------------------------------
780
+
781
+
782
+
783
+
784
+ ----------------------------------------- Iteration 1( 8) ---------------------------------------
785
+
786
+
787
+ POTLOK: cpu time 0.41: real time 0.41
788
+ SETDIJ: cpu time 0.03: real time 0.03
789
+ EDDAV: cpu time 24.65: real time 6.34
790
+ DOS: cpu time 0.00: real time 0.00
791
+ CHARGE: cpu time 0.54: real time 0.43
792
+ MIXING: cpu time 0.01: real time 0.01
793
+ --------------------------------------------
794
+ LOOP: cpu time 25.64: real time 7.22
795
+
796
+ eigenvalue-minimisations : 811
797
+ total energy-change (2. order) : 0.6208292E-03 (-0.3744784E-02)
798
+ number of electron 19.9999961 magnetization -0.0742729
799
+ augmentation part 7.2079271 magnetization -0.0362629
800
+
801
+ Broyden mixing:
802
+ rms(total) = 0.62880E-01 rms(broyden)= 0.62877E-01
803
+ rms(prec ) = 0.72593E-01
804
+ weight for this iteration 100.00
805
+
806
+ eigenvalues of (default mixing * dielectric matrix)
807
+ average eigenvalue GAMMA= 1.1453
808
+ 2.0610 0.7363 0.6387
809
+
810
+ Free energy of the ion-electron system (eV)
811
+ ---------------------------------------------------
812
+ alpha Z PSCENC = 64.11477870
813
+ Ewald energy TEWEN = -1470.42072705
814
+ -1/2 Hartree DENC = -1213.13686315
815
+ -exchange EXHF = 0.00000000
816
+ -V(xc)+E(xc) XCENC = 130.13300015
817
+ PAW double counting = 2244.47905926 -2438.60084268
818
+ entropy T*S EENTRO = -0.00443420
819
+ eigenvalues EBANDS = -776.48062521
820
+ atomic energy EATOM = 3456.74256991
821
+ ---------------------------------------------------
822
+ free energy TOTEN = -3.17408427 eV
823
+
824
+ energy without entropy = -3.16965008 energy(sigma->0) = -3.17186717
825
+
826
+
827
+ --------------------------------------------------------------------------------------------------------
828
+
829
+
830
+
831
+
832
+ ----------------------------------------- Iteration 1( 9) ---------------------------------------
833
+
834
+
835
+ POTLOK: cpu time 0.41: real time 0.41
836
+ SETDIJ: cpu time 0.02: real time 0.03
837
+ EDDAV: cpu time 26.71: real time 6.87
838
+ DOS: cpu time 0.01: real time 0.00
839
+ CHARGE: cpu time 0.70: real time 0.43
840
+ MIXING: cpu time 0.00: real time 0.01
841
+ --------------------------------------------
842
+ LOOP: cpu time 27.86: real time 7.75
843
+
844
+ eigenvalue-minimisations : 899
845
+ total energy-change (2. order) :-0.6688051E-02 (-0.2935763E-03)
846
+ number of electron 19.9999961 magnetization -0.0169953
847
+ augmentation part 7.2042738 magnetization 0.0023781
848
+
849
+ Broyden mixing:
850
+ rms(total) = 0.12922E-01 rms(broyden)= 0.12908E-01
851
+ rms(prec ) = 0.17263E-01
852
+ weight for this iteration 100.00
853
+
854
+ eigenvalues of (default mixing * dielectric matrix)
855
+ average eigenvalue GAMMA= 1.1890
856
+ 2.3297 1.0512 0.6731 0.7022
857
+
858
+ Free energy of the ion-electron system (eV)
859
+ ---------------------------------------------------
860
+ alpha Z PSCENC = 64.11477870
861
+ Ewald energy TEWEN = -1470.42072705
862
+ -1/2 Hartree DENC = -1210.69265049
863
+ -exchange EXHF = 0.00000000
864
+ -V(xc)+E(xc) XCENC = 130.04722772
865
+ PAW double counting = 2233.07239725 -2428.70685664
866
+ entropy T*S EENTRO = -0.00436307
867
+ eigenvalues EBANDS = -777.33314867
868
+ atomic energy EATOM = 3456.74256991
869
+ ---------------------------------------------------
870
+ free energy TOTEN = -3.18077232 eV
871
+
872
+ energy without entropy = -3.17640925 energy(sigma->0) = -3.17859078
873
+
874
+
875
+ --------------------------------------------------------------------------------------------------------
876
+
877
+
878
+
879
+
880
+ ----------------------------------------- Iteration 1( 10) ---------------------------------------
881
+
882
+
883
+ POTLOK: cpu time 0.41: real time 0.41
884
+ SETDIJ: cpu time 0.03: real time 0.03
885
+ EDDAV: cpu time 26.27: real time 6.73
886
+ DOS: cpu time 0.01: real time 0.00
887
+ CHARGE: cpu time 0.68: real time 0.43
888
+ MIXING: cpu time 0.01: real time 0.01
889
+ --------------------------------------------
890
+ LOOP: cpu time 27.40: real time 7.61
891
+
892
+ eigenvalue-minimisations : 875
893
+ total energy-change (2. order) :-0.8079099E-03 (-0.1622556E-03)
894
+ number of electron 19.9999961 magnetization 0.0088592
895
+ augmentation part 7.2030190 magnetization 0.0133488
896
+
897
+ Broyden mixing:
898
+ rms(total) = 0.45052E-02 rms(broyden)= 0.45027E-02
899
+ rms(prec ) = 0.76245E-02
900
+ weight for this iteration 100.00
901
+
902
+ eigenvalues of (default mixing * dielectric matrix)
903
+ average eigenvalue GAMMA= 1.2192
904
+ 2.3590 1.4863 0.8725 0.7023 0.6760
905
+
906
+ Free energy of the ion-electron system (eV)
907
+ ---------------------------------------------------
908
+ alpha Z PSCENC = 64.11477870
909
+ Ewald energy TEWEN = -1470.42072705
910
+ -1/2 Hartree DENC = -1210.32515381
911
+ -exchange EXHF = 0.00000000
912
+ -V(xc)+E(xc) XCENC = 130.03820272
913
+ PAW double counting = 2232.82519388 -2428.58575650
914
+ entropy T*S EENTRO = -0.00447004
915
+ eigenvalues EBANDS = -777.56621805
916
+ atomic energy EATOM = 3456.74256991
917
+ ---------------------------------------------------
918
+ free energy TOTEN = -3.18158023 eV
919
+
920
+ energy without entropy = -3.17711019 energy(sigma->0) = -3.17934521
921
+
922
+
923
+ --------------------------------------------------------------------------------------------------------
924
+
925
+
926
+
927
+
928
+ ----------------------------------------- Iteration 1( 11) ---------------------------------------
929
+
930
+
931
+ POTLOK: cpu time 0.41: real time 0.41
932
+ SETDIJ: cpu time 0.03: real time 0.03
933
+ EDDAV: cpu time 27.23: real time 6.97
934
+ DOS: cpu time 0.01: real time 0.00
935
+ CHARGE: cpu time 0.54: real time 0.43
936
+ MIXING: cpu time 0.01: real time 0.01
937
+ --------------------------------------------
938
+ LOOP: cpu time 28.22: real time 7.85
939
+
940
+ eigenvalue-minimisations : 923
941
+ total energy-change (2. order) :-0.4303065E-05 (-0.1243016E-04)
942
+ number of electron 19.9999961 magnetization 0.0036881
943
+ augmentation part 7.2021672 magnetization 0.0007847
944
+
945
+ Broyden mixing:
946
+ rms(total) = 0.25904E-02 rms(broyden)= 0.25867E-02
947
+ rms(prec ) = 0.35616E-02
948
+ weight for this iteration 100.00
949
+
950
+ eigenvalues of (default mixing * dielectric matrix)
951
+ average eigenvalue GAMMA= 1.1695
952
+ 2.3556 1.5746 0.9381 0.6525 0.7783 0.7181
953
+
954
+ Free energy of the ion-electron system (eV)
955
+ ---------------------------------------------------
956
+ alpha Z PSCENC = 64.11477870
957
+ Ewald energy TEWEN = -1470.42072705
958
+ -1/2 Hartree DENC = -1210.17314672
959
+ -exchange EXHF = 0.00000000
960
+ -V(xc)+E(xc) XCENC = 130.03658174
961
+ PAW double counting = 2233.47570696 -2429.23652774
962
+ entropy T*S EENTRO = -0.00447504
963
+ eigenvalues EBANDS = -777.71634529
964
+ atomic energy EATOM = 3456.74256991
965
+ ---------------------------------------------------
966
+ free energy TOTEN = -3.18158453 eV
967
+
968
+ energy without entropy = -3.17710949 energy(sigma->0) = -3.17934701
969
+
970
+
971
+ --------------------------------------------------------------------------------------------------------
972
+
973
+
974
+
975
+
976
+ ----------------------------------------- Iteration 1( 12) ---------------------------------------
977
+
978
+
979
+ POTLOK: cpu time 0.41: real time 0.41
980
+ SETDIJ: cpu time 0.03: real time 0.03
981
+ EDDAV: cpu time 20.31: real time 5.21
982
+ DOS: cpu time 0.00: real time 0.00
983
+ --------------------------------------------
984
+ LOOP: cpu time 20.75: real time 5.66
985
+
986
+ eigenvalue-minimisations : 626
987
+ total energy-change (2. order) :-0.8900863E-05 (-0.4092924E-05)
988
+ number of electron 19.9999961 magnetization 0.0036881
989
+ augmentation part 7.2021672 magnetization 0.0007847
990
+
991
+ Free energy of the ion-electron system (eV)
992
+ ---------------------------------------------------
993
+ alpha Z PSCENC = 64.11477870
994
+ Ewald energy TEWEN = -1470.42072705
995
+ -1/2 Hartree DENC = -1210.10480395
996
+ -exchange EXHF = 0.00000000
997
+ -V(xc)+E(xc) XCENC = 130.03603237
998
+ PAW double counting = 2233.82637993 -2429.58244369
999
+ entropy T*S EENTRO = -0.00447637
1000
+ eigenvalues EBANDS = -777.78890328
1001
+ atomic energy EATOM = 3456.74256991
1002
+ ---------------------------------------------------
1003
+ free energy TOTEN = -3.18159344 eV
1004
+
1005
+ energy without entropy = -3.17711707 energy(sigma->0) = -3.17935525
1006
+
1007
+
1008
+ --------------------------------------------------------------------------------------------------------
1009
+
1010
+
1011
+
1012
+
1013
+ average (electrostatic) potential at core
1014
+ the test charge radii are 0.7298
1015
+ (the norm of the test charge is 1.0000)
1016
+ 1 -47.4778 2 -47.4778
1017
+
1018
+
1019
+
1020
+ E-fermi : 2.2012 XC(G=0): -8.7946 alpha+bet : -7.2494
1021
+
1022
+
1023
+ spin component 1
1024
+
1025
+ k-point 1 : 0.0000 0.0000 0.0000
1026
+ band No. band energies occupation
1027
+ 1 -73.4650 1.00000
1028
+ 2 -73.4620 1.00000
1029
+ 3 -40.2362 1.00000
1030
+ 4 -40.2254 1.00000
1031
+ 5 -40.2253 1.00000
1032
+ 6 -40.2201 1.00000
1033
+ 7 -40.2201 1.00000
1034
+ 8 -40.2022 1.00000
1035
+ 9 -4.4949 1.00000
1036
+ 10 0.7895 1.00000
1037
+ 11 1.2446 1.00000
1038
+ 12 13.5066 0.00000
1039
+ 13 13.5066 0.00000
1040
+ 14 13.6587 0.00000
1041
+ 15 13.6587 0.00000
1042
+
1043
+ k-point 2 : 0.2500 0.0000 0.0000
1044
+ band No. band energies occupation
1045
+ 1 -73.4636 1.00000
1046
+ 2 -73.4613 1.00000
1047
+ 3 -40.2376 1.00000
1048
+ 4 -40.2329 1.00000
1049
+ 5 -40.2302 1.00000
1050
+ 6 -40.2293 1.00000
1051
+ 7 -40.2225 1.00000
1052
+ 8 -40.2049 1.00000
1053
+ 9 -3.2577 1.00000
1054
+ 10 1.9210 0.99996
1055
+ 11 2.4077 0.00175
1056
+ 12 6.3398 0.00000
1057
+ 13 10.4743 0.00000
1058
+ 14 10.5461 0.00000
1059
+ 15 11.0641 0.00000
1060
+
1061
+ k-point 3 : 0.5000 0.0000 0.0000
1062
+ band No. band energies occupation
1063
+ 1 -73.4619 1.00000
1064
+ 2 -73.4610 1.00000
1065
+ 3 -40.2502 1.00000
1066
+ 4 -40.2451 1.00000
1067
+ 5 -40.2330 1.00000
1068
+ 6 -40.2251 1.00000
1069
+ 7 -40.2215 1.00000
1070
+ 8 -40.2105 1.00000
1071
+ 9 0.3277 1.00000
1072
+ 10 0.3571 1.00000
1073
+ 11 5.1742 0.00000
1074
+ 12 5.5134 0.00000
1075
+ 13 5.8015 0.00000
1076
+ 14 6.2126 0.00000
1077
+ 15 9.4414 0.00000
1078
+
1079
+ k-point 4 : 0.2500 0.2500 0.0000
1080
+ band No. band energies occupation
1081
+ 1 -73.4621 1.00000
1082
+ 2 -73.4610 1.00000
1083
+ 3 -40.2449 1.00000
1084
+ 4 -40.2428 1.00000
1085
+ 5 -40.2353 1.00000
1086
+ 6 -40.2305 1.00000
1087
+ 7 -40.2216 1.00000
1088
+ 8 -40.2104 1.00000
1089
+ 9 -0.8376 1.00000
1090
+ 10 3.4844 0.00000
1091
+ 11 3.7908 0.00000
1092
+ 12 4.1911 0.00000
1093
+ 13 5.4711 0.00000
1094
+ 14 8.5197 0.00000
1095
+ 15 9.1015 0.00000
1096
+
1097
+ k-point 5 : 0.0000 0.0000 0.2500
1098
+ band No. band energies occupation
1099
+ 1 -73.4645 1.00000
1100
+ 2 -73.4625 1.00000
1101
+ 3 -40.2312 1.00000
1102
+ 4 -40.2247 1.00000
1103
+ 5 -40.2247 1.00000
1104
+ 6 -40.2209 1.00000
1105
+ 7 -40.2209 1.00000
1106
+ 8 -40.2071 1.00000
1107
+ 9 -4.1412 1.00000
1108
+ 10 -1.3653 1.00000
1109
+ 11 4.0082 0.00000
1110
+ 12 11.5527 0.00000
1111
+ 13 13.7743 0.00000
1112
+ 14 13.7751 0.00000
1113
+ 15 13.8833 0.00000
1114
+
1115
+ k-point 6 : 0.2500 0.0000 0.2500
1116
+ band No. band energies occupation
1117
+ 1 -73.4633 1.00000
1118
+ 2 -73.4617 1.00000
1119
+ 3 -40.2387 1.00000
1120
+ 4 -40.2345 1.00000
1121
+ 5 -40.2283 1.00000
1122
+ 6 -40.2247 1.00000
1123
+ 7 -40.2236 1.00000
1124
+ 8 -40.2078 1.00000
1125
+ 9 -2.9093 1.00000
1126
+ 10 -0.1750 1.00000
1127
+ 11 5.0282 0.00000
1128
+ 12 6.7189 0.00000
1129
+ 13 9.0095 0.00000
1130
+ 14 10.7693 0.00000
1131
+ 15 11.5216 0.00000
1132
+
1133
+ k-point 7 : 0.5000 0.0000 0.2500
1134
+ band No. band energies occupation
1135
+ 1 -73.4619 1.00000
1136
+ 2 -73.4612 1.00000
1137
+ 3 -40.2508 1.00000
1138
+ 4 -40.2471 1.00000
1139
+ 5 -40.2319 1.00000
1140
+ 6 -40.2262 1.00000
1141
+ 7 -40.2185 1.00000
1142
+ 8 -40.2109 1.00000
1143
+ 9 0.6460 1.00000
1144
+ 10 0.6855 1.00000
1145
+ 11 3.3820 0.00000
1146
+ 12 3.4309 0.00000
1147
+ 13 8.3472 0.00000
1148
+ 14 8.5228 0.00000
1149
+ 15 9.7355 0.00000
1150
+
1151
+ k-point 8 : 0.2500 0.2500 0.2500
1152
+ band No. band energies occupation
1153
+ 1 -73.4619 1.00000
1154
+ 2 -73.4611 1.00000
1155
+ 3 -40.2449 1.00000
1156
+ 4 -40.2443 1.00000
1157
+ 5 -40.2357 1.00000
1158
+ 6 -40.2318 1.00000
1159
+ 7 -40.2181 1.00000
1160
+ 8 -40.2106 1.00000
1161
+ 9 -0.5000 1.00000
1162
+ 10 2.0960 0.93168
1163
+ 11 4.0968 0.00000
1164
+ 12 4.3219 0.00000
1165
+ 13 6.5987 0.00000
1166
+ 14 7.0361 0.00000
1167
+ 15 8.1201 0.00000
1168
+
1169
+ k-point 9 : 0.0000 0.0000 0.5000
1170
+ band No. band energies occupation
1171
+ 1 -73.4635 1.00000
1172
+ 2 -73.4635 1.00000
1173
+ 3 -40.2227 1.00000
1174
+ 4 -40.2227 1.00000
1175
+ 5 -40.2227 1.00000
1176
+ 6 -40.2227 1.00000
1177
+ 7 -40.2191 1.00000
1178
+ 8 -40.2191 1.00000
1179
+ 9 -3.0894 1.00000
1180
+ 10 -3.0894 1.00000
1181
+ 11 7.5529 0.00000
1182
+ 12 7.5529 0.00000
1183
+ 13 14.2534 0.00000
1184
+ 14 14.2534 0.00000
1185
+ 15 14.2534 0.00000
1186
+
1187
+ k-point 10 : 0.2500 0.0000 0.5000
1188
+ band No. band energies occupation
1189
+ 1 -73.4625 1.00000
1190
+ 2 -73.4625 1.00000
1191
+ 3 -40.2375 1.00000
1192
+ 4 -40.2375 1.00000
1193
+ 5 -40.2259 1.00000
1194
+ 6 -40.2259 1.00000
1195
+ 7 -40.2153 1.00000
1196
+ 8 -40.2153 1.00000
1197
+ 9 -1.8727 1.00000
1198
+ 10 -1.8727 1.00000
1199
+ 11 7.3251 0.00000
1200
+ 12 7.3251 0.00000
1201
+ 13 8.8431 0.00000
1202
+ 14 8.8431 0.00000
1203
+ 15 11.6569 0.00000
1204
+
1205
+ k-point 11 : 0.5000 0.0000 0.5000
1206
+ band No. band energies occupation
1207
+ 1 -73.4615 1.00000
1208
+ 2 -73.4615 1.00000
1209
+ 3 -40.2501 1.00000
1210
+ 4 -40.2501 1.00000
1211
+ 5 -40.2290 1.00000
1212
+ 6 -40.2290 1.00000
1213
+ 7 -40.2135 1.00000
1214
+ 8 -40.2135 1.00000
1215
+ 9 1.3730 1.00000
1216
+ 10 1.3730 1.00000
1217
+ 11 2.0625 0.97513
1218
+ 12 2.0625 0.97513
1219
+ 13 10.5588 0.00000
1220
+ 14 10.5598 0.00000
1221
+ 15 10.6201 0.00000
1222
+
1223
+ k-point 12 : 0.2500 0.2500 0.5000
1224
+ band No. band energies occupation
1225
+ 1 -73.4615 1.00000
1226
+ 2 -73.4615 1.00000
1227
+ 3 -40.2453 1.00000
1228
+ 4 -40.2453 1.00000
1229
+ 5 -40.2345 1.00000
1230
+ 6 -40.2345 1.00000
1231
+ 7 -40.2129 1.00000
1232
+ 8 -40.2129 1.00000
1233
+ 9 0.4997 1.00000
1234
+ 10 0.4997 1.00000
1235
+ 11 4.8035 0.00000
1236
+ 12 4.8035 0.00000
1237
+ 13 5.7116 0.00000
1238
+ 14 5.7116 0.00000
1239
+ 15 11.3027 0.00000
1240
+
1241
+ spin component 2
1242
+
1243
+ k-point 1 : 0.0000 0.0000 0.0000
1244
+ band No. band energies occupation
1245
+ 1 -73.4660 1.00000
1246
+ 2 -73.4630 1.00000
1247
+ 3 -40.2361 1.00000
1248
+ 4 -40.2253 1.00000
1249
+ 5 -40.2253 1.00000
1250
+ 6 -40.2201 1.00000
1251
+ 7 -40.2201 1.00000
1252
+ 8 -40.2022 1.00000
1253
+ 9 -4.4923 1.00000
1254
+ 10 0.7925 1.00000
1255
+ 11 1.2472 1.00000
1256
+ 12 13.5099 0.00000
1257
+ 13 13.5099 0.00000
1258
+ 14 13.6615 0.00000
1259
+ 15 13.6615 0.00000
1260
+
1261
+ k-point 2 : 0.2500 0.0000 0.0000
1262
+ band No. band energies occupation
1263
+ 1 -73.4646 1.00000
1264
+ 2 -73.4623 1.00000
1265
+ 3 -40.2376 1.00000
1266
+ 4 -40.2328 1.00000
1267
+ 5 -40.2301 1.00000
1268
+ 6 -40.2292 1.00000
1269
+ 7 -40.2225 1.00000
1270
+ 8 -40.2048 1.00000
1271
+ 9 -3.2550 1.00000
1272
+ 10 1.9240 0.99996
1273
+ 11 2.4105 0.00154
1274
+ 12 6.3425 0.00000
1275
+ 13 10.4774 0.00000
1276
+ 14 10.5493 0.00000
1277
+ 15 11.0669 0.00000
1278
+
1279
+ k-point 3 : 0.5000 0.0000 0.0000
1280
+ band No. band energies occupation
1281
+ 1 -73.4630 1.00000
1282
+ 2 -73.4620 1.00000
1283
+ 3 -40.2501 1.00000
1284
+ 4 -40.2450 1.00000
1285
+ 5 -40.2329 1.00000
1286
+ 6 -40.2250 1.00000
1287
+ 7 -40.2214 1.00000
1288
+ 8 -40.2104 1.00000
1289
+ 9 0.3308 1.00000
1290
+ 10 0.3596 1.00000
1291
+ 11 5.1772 0.00000
1292
+ 12 5.5163 0.00000
1293
+ 13 5.8047 0.00000
1294
+ 14 6.2153 0.00000
1295
+ 15 9.4445 0.00000
1296
+
1297
+ k-point 4 : 0.2500 0.2500 0.0000
1298
+ band No. band energies occupation
1299
+ 1 -73.4631 1.00000
1300
+ 2 -73.4621 1.00000
1301
+ 3 -40.2448 1.00000
1302
+ 4 -40.2427 1.00000
1303
+ 5 -40.2352 1.00000
1304
+ 6 -40.2304 1.00000
1305
+ 7 -40.2215 1.00000
1306
+ 8 -40.2103 1.00000
1307
+ 9 -0.8349 1.00000
1308
+ 10 3.4876 0.00000
1309
+ 11 3.7939 0.00000
1310
+ 12 4.1940 0.00000
1311
+ 13 5.4733 0.00000
1312
+ 14 8.5225 0.00000
1313
+ 15 9.1043 0.00000
1314
+
1315
+ k-point 5 : 0.0000 0.0000 0.2500
1316
+ band No. band energies occupation
1317
+ 1 -73.4655 1.00000
1318
+ 2 -73.4635 1.00000
1319
+ 3 -40.2311 1.00000
1320
+ 4 -40.2246 1.00000
1321
+ 5 -40.2246 1.00000
1322
+ 6 -40.2208 1.00000
1323
+ 7 -40.2208 1.00000
1324
+ 8 -40.2070 1.00000
1325
+ 9 -4.1385 1.00000
1326
+ 10 -1.3626 1.00000
1327
+ 11 4.0111 0.00000
1328
+ 12 11.5557 0.00000
1329
+ 13 13.7776 0.00000
1330
+ 14 13.7800 0.00000
1331
+ 15 13.8862 0.00000
1332
+
1333
+ k-point 6 : 0.2500 0.0000 0.2500
1334
+ band No. band energies occupation
1335
+ 1 -73.4643 1.00000
1336
+ 2 -73.4627 1.00000
1337
+ 3 -40.2386 1.00000
1338
+ 4 -40.2345 1.00000
1339
+ 5 -40.2283 1.00000
1340
+ 6 -40.2246 1.00000
1341
+ 7 -40.2235 1.00000
1342
+ 8 -40.2078 1.00000
1343
+ 9 -2.9067 1.00000
1344
+ 10 -0.1722 1.00000
1345
+ 11 5.0313 0.00000
1346
+ 12 6.7216 0.00000
1347
+ 13 9.0125 0.00000
1348
+ 14 10.7723 0.00000
1349
+ 15 11.5242 0.00000
1350
+
1351
+ k-point 7 : 0.5000 0.0000 0.2500
1352
+ band No. band energies occupation
1353
+ 1 -73.4629 1.00000
1354
+ 2 -73.4622 1.00000
1355
+ 3 -40.2507 1.00000
1356
+ 4 -40.2470 1.00000
1357
+ 5 -40.2318 1.00000
1358
+ 6 -40.2262 1.00000
1359
+ 7 -40.2185 1.00000
1360
+ 8 -40.2108 1.00000
1361
+ 9 0.6491 1.00000
1362
+ 10 0.6881 1.00000
1363
+ 11 3.3849 0.00000
1364
+ 12 3.4335 0.00000
1365
+ 13 8.3503 0.00000
1366
+ 14 8.5259 0.00000
1367
+ 15 9.7386 0.00000
1368
+
1369
+ k-point 8 : 0.2500 0.2500 0.2500
1370
+ band No. band energies occupation
1371
+ 1 -73.4629 1.00000
1372
+ 2 -73.4621 1.00000
1373
+ 3 -40.2448 1.00000
1374
+ 4 -40.2442 1.00000
1375
+ 5 -40.2356 1.00000
1376
+ 6 -40.2318 1.00000
1377
+ 7 -40.2180 1.00000
1378
+ 8 -40.2105 1.00000
1379
+ 9 -0.4972 1.00000
1380
+ 10 2.0990 0.92591
1381
+ 11 4.0999 0.00000
1382
+ 12 4.3244 0.00000
1383
+ 13 6.6020 0.00000
1384
+ 14 7.0385 0.00000
1385
+ 15 8.1222 0.00000
1386
+
1387
+ k-point 9 : 0.0000 0.0000 0.5000
1388
+ band No. band energies occupation
1389
+ 1 -73.4645 1.00000
1390
+ 2 -73.4645 1.00000
1391
+ 3 -40.2227 1.00000
1392
+ 4 -40.2227 1.00000
1393
+ 5 -40.2227 1.00000
1394
+ 6 -40.2227 1.00000
1395
+ 7 -40.2191 1.00000
1396
+ 8 -40.2191 1.00000
1397
+ 9 -3.0868 1.00000
1398
+ 10 -3.0868 1.00000
1399
+ 11 7.5559 0.00000
1400
+ 12 7.5559 0.00000
1401
+ 13 14.2566 0.00000
1402
+ 14 14.2567 0.00000
1403
+ 15 14.2567 0.00000
1404
+
1405
+ k-point 10 : 0.2500 0.0000 0.5000
1406
+ band No. band energies occupation
1407
+ 1 -73.4635 1.00000
1408
+ 2 -73.4635 1.00000
1409
+ 3 -40.2374 1.00000
1410
+ 4 -40.2374 1.00000
1411
+ 5 -40.2258 1.00000
1412
+ 6 -40.2258 1.00000
1413
+ 7 -40.2153 1.00000
1414
+ 8 -40.2153 1.00000
1415
+ 9 -1.8700 1.00000
1416
+ 10 -1.8700 1.00000
1417
+ 11 7.3282 0.00000
1418
+ 12 7.3282 0.00000
1419
+ 13 8.8460 0.00000
1420
+ 14 8.8460 0.00000
1421
+ 15 11.6599 0.00000
1422
+
1423
+ k-point 11 : 0.5000 0.0000 0.5000
1424
+ band No. band energies occupation
1425
+ 1 -73.4625 1.00000
1426
+ 2 -73.4625 1.00000
1427
+ 3 -40.2500 1.00000
1428
+ 4 -40.2500 1.00000
1429
+ 5 -40.2290 1.00000
1430
+ 6 -40.2290 1.00000
1431
+ 7 -40.2134 1.00000
1432
+ 8 -40.2134 1.00000
1433
+ 9 1.3762 1.00000
1434
+ 10 1.3762 1.00000
1435
+ 11 2.0648 0.97313
1436
+ 12 2.0648 0.97313
1437
+ 13 10.5619 0.00000
1438
+ 14 10.5625 0.00000
1439
+ 15 10.6231 0.00000
1440
+
1441
+ k-point 12 : 0.2500 0.2500 0.5000
1442
+ band No. band energies occupation
1443
+ 1 -73.4626 1.00000
1444
+ 2 -73.4626 1.00000
1445
+ 3 -40.2453 1.00000
1446
+ 4 -40.2453 1.00000
1447
+ 5 -40.2344 1.00000
1448
+ 6 -40.2344 1.00000
1449
+ 7 -40.2129 1.00000
1450
+ 8 -40.2129 1.00000
1451
+ 9 0.5025 1.00000
1452
+ 10 0.5025 1.00000
1453
+ 11 4.8068 0.00000
1454
+ 12 4.8068 0.00000
1455
+ 13 5.7139 0.00000
1456
+ 14 5.7139 0.00000
1457
+ 15 11.3053 0.00000
1458
+
1459
+
1460
+ --------------------------------------------------------------------------------------------------------
1461
+
1462
+
1463
+ soft charge-density along one line, spin component 1
1464
+ 0 1 2 3 4 5 6 7 8 9
1465
+ total charge-density along one line
1466
+
1467
+ soft charge-density along one line, spin component 2
1468
+ 0 1 2 3 4 5 6 7 8 9
1469
+ total charge-density along one line
1470
+
1471
+ pseudopotential strength for first ion, spin component: 1
1472
+ -79.851 21.285 0.000 0.000 0.000 0.000 0.000 0.000
1473
+ 21.285 -24.545 0.000 0.000 0.000 0.000 0.000 0.000
1474
+ 0.000 0.000 -54.235 0.000 0.000 10.227 0.000 0.000
1475
+ 0.000 0.000 0.000 -54.226 0.000 0.000 10.222 0.000
1476
+ 0.000 0.000 0.000 0.000 -54.235 0.000 0.000 10.227
1477
+ 0.000 0.000 10.227 0.000 0.000 6.912 0.000 0.000
1478
+ 0.000 0.000 0.000 10.222 0.000 0.000 6.914 0.000
1479
+ 0.000 0.000 0.000 0.000 10.227 0.000 0.000 6.912
1480
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1481
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1482
+ 0.000 0.001 0.000 0.000 0.000 0.000 0.000 0.000
1483
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1484
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1485
+ pseudopotential strength for first ion, spin component: 2
1486
+ -79.852 21.285 0.000 0.000 0.000 0.000 0.000 0.000
1487
+ 21.285 -24.545 0.000 0.000 0.000 0.000 0.000 0.000
1488
+ 0.000 0.000 -54.235 0.000 0.000 10.225 0.000 0.000
1489
+ 0.000 0.000 0.000 -54.226 0.000 0.000 10.221 0.000
1490
+ 0.000 0.000 0.000 0.000 -54.235 0.000 0.000 10.225
1491
+ 0.000 0.000 10.225 0.000 0.000 6.912 0.000 0.000
1492
+ 0.000 0.000 0.000 10.221 0.000 0.000 6.914 0.000
1493
+ 0.000 0.000 0.000 0.000 10.225 0.000 0.000 6.912
1494
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1495
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1496
+ 0.000 0.001 0.000 0.000 0.000 0.000 0.000 0.000
1497
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1498
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1499
+ total augmentation occupancy for first ion, spin component: 1
1500
+ 2.000 -0.002 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 -0.001 0.000 0.000
1501
+ -0.002 1.116 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.003 0.000 0.000
1502
+ 0.000 0.000 2.001 0.000 0.000 -0.002 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1503
+ 0.000 0.000 0.000 2.001 0.000 0.000 -0.003 0.000 0.000 0.000 0.000 0.000 0.000
1504
+ 0.000 0.000 0.000 0.000 2.001 0.000 0.000 -0.002 0.000 0.000 0.000 0.000 0.000
1505
+ 0.000 0.000 -0.002 0.000 0.000 0.028 0.000 0.000 0.000 0.000 0.000 0.000 -0.001
1506
+ 0.000 0.000 0.000 -0.003 0.000 0.000 0.034 0.000 0.000 0.000 0.000 0.000 0.000
1507
+ 0.000 0.000 0.000 0.000 -0.002 0.000 0.000 0.028 -0.001 0.000 0.000 0.000 0.000
1508
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 -0.001 0.002 0.000 0.000 0.000 0.000
1509
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.002 0.000 0.000 0.000
1510
+ -0.001 0.003 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.001 0.000 0.000
1511
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.002 0.000
1512
+ 0.000 0.000 0.000 0.000 0.000 -0.001 0.000 0.000 0.000 0.000 0.000 0.000 0.002
1513
+ total augmentation occupancy for first ion, spin component: 2
1514
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1515
+ 0.000 0.001 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1516
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1517
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1518
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1519
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1520
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1521
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1522
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1523
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1524
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1525
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1526
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1527
+
1528
+
1529
+ ------------------------ aborting loop because EDIFF is reached ----------------------------------------
1530
+
1531
+
1532
+ CHARGE: cpu time 0.81: real time 0.43
1533
+ FORLOC: cpu time 0.01: real time 0.01
1534
+ FORNL : cpu time 7.10: real time 1.81
1535
+ STRESS: cpu time 21.25: real time 5.37
1536
+ FORHAR: cpu time 0.17: real time 0.04
1537
+ MIXING: cpu time 0.03: real time 0.01
1538
+
1539
+ FORCE on cell =-STRESS in cart. coord. units (eV):
1540
+ Direction XX YY ZZ XY YZ ZX
1541
+ --------------------------------------------------------------------------------------
1542
+ Alpha Z 64.11478 64.11478 64.11478
1543
+ Ewald -491.54136 -491.54135 -487.33904 0.00000 0.00000 0.00000
1544
+ Hartree 401.41329 401.41330 407.26054 0.00000 0.00000 0.00000
1545
+ E(xc) -138.26213 -138.26217 -138.24583 -0.00004 0.00000 0.00000
1546
+ Local 28.60530 28.60527 17.25523 -0.00001 0.00000 0.00000
1547
+ n-local -341.12903 -341.62833 -341.24940 3.09282 -0.41067 -0.41483
1548
+ augment 40.39166 40.39167 40.56536 0.00002 0.00001 0.00001
1549
+ Kinetic 437.19740 436.08341 437.63695 6.24505 -1.37998 -1.17689
1550
+ Fock 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000
1551
+ -------------------------------------------------------------------------------------
1552
+ Total -0.01676 -0.01676 -0.00141 0.00000 0.00000 0.00000
1553
+ in kB -0.59327 -0.59327 -0.04995 0.00000 0.00000 0.00000
1554
+ external pressure = -0.41 kB Pullay stress = 0.00 kB
1555
+
1556
+
1557
+ VOLUME and BASIS-vectors are now :
1558
+ -----------------------------------------------------------------------------
1559
+ energy-cutoff : 600.00
1560
+ volume of cell : 45.25
1561
+ direct lattice vectors reciprocal lattice vectors
1562
+ 3.180246984 0.000000000 0.000000000 0.314440987 0.181542588 0.000000000
1563
+ -1.590123492 2.754174678 0.000000000 0.000000000 0.363085177 0.000000000
1564
+ 0.000000000 0.000000000 5.166307405 0.000000000 0.000000000 0.193561846
1565
+
1566
+ length of vectors
1567
+ 3.180246984 3.180246984 5.166307405 0.363085177 0.363085177 0.193561846
1568
+
1569
+
1570
+ FORCES acting on ions
1571
+ electron-ion (+dipol) ewald-force non-local-force convergence-correction
1572
+ -----------------------------------------------------------------------------------------------
1573
+ 0.492E-05 -.151E-03 0.109E-10 -.173E-05 -.210E-05 -.196E-13 0.867E-18 -.520E-17 0.271E-19 -.173E-07 0.389E-06 -.474E-12
1574
+ 0.253E-03 0.151E-03 -.192E-10 0.173E-05 0.210E-05 0.196E-13 0.607E-17 0.520E-17 -.244E-18 -.569E-06 -.389E-06 0.677E-12
1575
+ -----------------------------------------------------------------------------------------------
1576
+ 0.258E-03 -.109E-10 -.828E-11 -.253E-14 0.877E-14 0.000E+00 0.694E-17 0.000E+00 -.217E-18 -.587E-06 0.548E-11 0.203E-12
1577
+
1578
+
1579
+ POSITION TOTAL-FORCE (eV/Angst)
1580
+ -----------------------------------------------------------------------------------
1581
+ 0.00000 1.83612 1.29158 0.000000 0.000000 0.000000
1582
+ 1.59012 0.91806 3.87473 0.000000 0.000000 0.000000
1583
+ -----------------------------------------------------------------------------------
1584
+ total drift: 0.000257 0.000000 0.000000
1585
+
1586
+
1587
+ --------------------------------------------------------------------------------------------------------
1588
+
1589
+
1590
+
1591
+ FREE ENERGIE OF THE ION-ELECTRON SYSTEM (eV)
1592
+ ---------------------------------------------------
1593
+ free energy TOTEN = -3.181593 eV
1594
+
1595
+ energy without entropy= -3.177117 energy(sigma->0) = -3.179355
1596
+
1597
+
1598
+
1599
+ --------------------------------------------------------------------------------------------------------
1600
+
1601
+
1602
+ POTLOK: cpu time 0.53: real time 0.43
1603
+
1604
+
1605
+ --------------------------------------------------------------------------------------------------------
1606
+
1607
+
1608
+
1609
+
1610
+ --------------------------------------------------------------------------------------------------------
1611
+
1612
+
1613
+
1614
+ reached required accuracy - stopping structural energy minimisation
1615
+ writing wavefunctions
1616
+ LOOP+: cpu time 363.29: real time 98.36
1617
+ 4ORBIT: cpu time 0.00: real time 0.00
1618
+
1619
+ total amount of memory used by VASP on root node 60005. kBytes
1620
+ ========================================================================
1621
+
1622
+ base : 30000. kBytes
1623
+ nonlr-proj: 678. kBytes
1624
+ fftplans : 5856. kBytes
1625
+ grid : 14529. kBytes
1626
+ one-center: 32. kBytes
1627
+ wavefun : 8910. kBytes
1628
+
1629
+
1630
+
1631
+ General timing and accounting informations for this job:
1632
+ ========================================================
1633
+
1634
+ Total CPU time used (sec): 366.643
1635
+ User time (sec): 350.510
1636
+ System time (sec): 16.133
1637
+ Elapsed time (sec): 99.975
1638
+
1639
+ Maximum memory used (kb): 72900.
1640
+ Average memory used (kb): 0.
1641
+
1642
+ Minor page faults: 2165262
1643
+ Major page faults: 0
1644
+ Voluntary context switches: 2263