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 20:50:02
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] = [ 11.28, 28.52] = [ 35.61,227.80] Ry
84
+ Optimized for a Real-space Cutoff 1.02 Angstroem
85
+
86
+ l n(q) QCUT max X(q) W(low)/X(q) W(high)/X(q) e(spline)
87
+ 0 9 11.276 8.730 0.22E-04 0.28E-04 0.18E-07
88
+ 0 9 11.276 8.910 0.31E-04 0.40E-04 0.29E-07
89
+ 1 8 11.276 2.513 0.12E-04 0.20E-04 0.44E-07
90
+ 1 8 11.276 3.341 0.12E-04 0.86E-04 0.15E-06
91
+ 2 8 11.276 3.683 0.15E-03 0.75E-04 0.42E-07
92
+ PAW_PBE Mg_sv 12Apr2007 :
93
+ energy of atom 1 EATOM=-1728.4457
94
+ kinetic energy error for atom= 0.1108 (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.0895421360
115
+ C/A-ratio = 1.6278494833
116
+
117
+ Lattice vectors:
118
+
119
+ A1 = ( 3.0895421361, 0.0000000000, 0.0000000000)
120
+ A2 = ( -1.5447710680, 2.6756219758, 0.0000000000)
121
+ A3 = ( 0.0000000000, 0.0000000000, 5.0293095697)
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.080918 0.046718 0.000000 6.000000
193
+ 0.161836 0.093436 0.000000 3.000000
194
+ 0.080918 0.140154 0.000000 6.000000
195
+ 0.000000 0.000000 0.049709 2.000000
196
+ 0.080918 0.046718 0.049709 12.000000
197
+ 0.161836 0.093436 0.049709 6.000000
198
+ 0.080918 0.140154 0.049709 12.000000
199
+ 0.000000 0.000000 0.099417 1.000000
200
+ 0.080918 0.046718 0.099417 6.000000
201
+ 0.161836 0.093436 0.099417 3.000000
202
+ 0.080918 0.140154 0.099417 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 = 23040
216
+ max r-space proj IRMAX = 2495 max aug-charges IRDMAX= 5183
217
+ dimension x,y,z NGX = 24 NGY = 24 NGZ = 40
218
+ dimension x,y,z NGXF= 42 NGYF= 42 NGZF= 70
219
+ support grid NGXF= 42 NGYF= 42 NGZF= 70
220
+ ions per type = 2
221
+ NGX,Y,Z is equivalent to a cutoff of 12.91, 12.91, 13.22 a.u.
222
+ NGXF,Y,Z is equivalent to a cutoff of 22.60, 22.60, 23.14 a.u.
223
+
224
+
225
+ I would recommend the setting:
226
+ dimension x,y,z NGX = 23 NGY = 23 NGZ = 37
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 = 500.0 eV 36.75 Ry 6.06 a.u. 5.63 5.63 9.17*2*pi/ulx,y,z
244
+ ENINI = 500.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.218E-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. = 20.79 140.28
315
+ Fermi-wavevector in a.u.,A,eV,Ry = 1.282751 2.424048 22.387714 1.645451
316
+ Thomas-Fermi vector in A = 2.415044
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 : 500.00
385
+ volume of cell : 41.57
386
+ direct lattice vectors reciprocal lattice vectors
387
+ 3.089542136 0.000000000 0.000000000 0.323672556 0.186872437 0.000000000
388
+ -1.544771068 2.675621976 0.000000000 0.000000000 0.373744875 0.000000000
389
+ 0.000000000 0.000000000 5.029309570 0.000000000 0.000000000 0.198834450
390
+
391
+ length of vectors
392
+ 3.089542136 3.089542136 5.029309570 0.373744875 0.373744875 0.198834450
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.08091814 0.04671811 0.00000000 0.094
399
+ 0.16183628 0.09343622 0.00000000 0.047
400
+ 0.08091814 0.14015433 0.00000000 0.094
401
+ 0.00000000 0.00000000 0.04970861 0.031
402
+ 0.08091814 0.04671811 0.04970861 0.188
403
+ 0.16183628 0.09343622 0.04970861 0.094
404
+ 0.08091814 0.14015433 0.04970861 0.188
405
+ 0.00000000 0.00000000 0.09941722 0.016
406
+ 0.08091814 0.04671811 0.09941722 0.094
407
+ 0.16183628 0.09343622 0.09941722 0.047
408
+ 0.08091814 0.14015433 0.09941722 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.78374804 1.25732739
430
+ 1.54477098 0.89187394 3.77198218
431
+
432
+
433
+
434
+ --------------------------------------------------------------------------------------------------------
435
+
436
+
437
+ k-point 1 : 0.00000.00000.0000 plane waves: 1087
438
+ k-point 2 : 0.25000.00000.0000 plane waves: 1058
439
+ k-point 3 : 0.50000.00000.0000 plane waves: 1052
440
+ k-point 4 : 0.25000.25000.0000 plane waves: 1042
441
+ k-point 5 : 0.00000.00000.2500 plane waves: 1044
442
+ k-point 6 : 0.25000.00000.2500 plane waves: 1057
443
+ k-point 7 : 0.50000.00000.2500 plane waves: 1062
444
+ k-point 8 : 0.25000.25000.2500 plane waves: 1049
445
+ k-point 9 : 0.00000.00000.5000 plane waves: 1050
446
+ k-point 10 : 0.25000.00000.5000 plane waves: 1064
447
+ k-point 11 : 0.50000.00000.5000 plane waves: 1052
448
+ k-point 12 : 0.25000.25000.5000 plane waves: 1050
449
+
450
+ maximum and minimum number of plane-waves per node : 1087 1042
451
+
452
+ maximum number of plane-waves: 1087
453
+ maximum index in each direction:
454
+ IXMAX= 5 IYMAX= 5 IZMAX= 9
455
+ IXMIN= -6 IYMIN= -5 IZMIN= -9
456
+
457
+ NGX is ok and might be reduce to 24
458
+ NGY is ok and might be reduce to 22
459
+ NGZ is ok and might be reduce to 38
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 52462. kBytes
467
+ ========================================================================
468
+
469
+ base : 30000. kBytes
470
+ nonlr-proj: 623. kBytes
471
+ fftplans : 4448. kBytes
472
+ grid : 10949. kBytes
473
+ one-center: 32. kBytes
474
+ wavefun : 6410. kBytes
475
+
476
+ Broyden mixing: mesh for mixing (old mesh)
477
+ NGX = 11 NGY = 11 NGZ = 19
478
+ (NGX = 42 NGY = 42 NGZ = 70)
479
+ gives a total of 2299 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 2363
491
+ Maximum index for augmentation-charges 4868 (set IRDMAX)
492
+
493
+
494
+ --------------------------------------------------------------------------------------------------------
495
+
496
+
497
+ First call to EWALD: gamma= 0.512
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.32: real time 0.32
508
+ SETDIJ: cpu time 0.02: real time 0.02
509
+ EDDAV: cpu time 16.13: real time 4.10
510
+ DOS: cpu time 0.01: real time 0.00
511
+ --------------------------------------------
512
+ LOOP: cpu time 16.49: real time 4.45
513
+
514
+ eigenvalue-minimisations : 888
515
+ total energy-change (2. order) : 0.1868488E+03 (-0.1493855E+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 = 69.78522393
522
+ Ewald energy TEWEN = -1512.55616236
523
+ -1/2 Hartree DENC = -1211.04835490
524
+ -exchange EXHF = 0.00000000
525
+ -V(xc)+E(xc) XCENC = 131.60619977
526
+ PAW double counting = 2379.29824340 -2557.18617214
527
+ entropy T*S EENTRO = -0.00260151
528
+ eigenvalues EBANDS = -569.71740589
529
+ atomic energy EATOM = 3456.66979631
530
+ ---------------------------------------------------
531
+ free energy TOTEN = 186.84876660 eV
532
+
533
+ energy without entropy = 186.85136811 energy(sigma->0) = 186.85006735
534
+
535
+
536
+ --------------------------------------------------------------------------------------------------------
537
+
538
+
539
+
540
+
541
+ ----------------------------------------- Iteration 1( 2) ---------------------------------------
542
+
543
+
544
+ EDDAV: cpu time 15.73: real time 3.99
545
+ DOS: cpu time 0.00: real time 0.00
546
+ --------------------------------------------
547
+ LOOP: cpu time 15.75: real time 4.00
548
+
549
+ eigenvalue-minimisations : 860
550
+ total energy-change (2. order) :-0.1648228E+03 (-0.1627989E+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 = 69.78522393
557
+ Ewald energy TEWEN = -1512.55616236
558
+ -1/2 Hartree DENC = -1211.04835490
559
+ -exchange EXHF = 0.00000000
560
+ -V(xc)+E(xc) XCENC = 131.60619977
561
+ PAW double counting = 2379.29824340 -2557.18617214
562
+ entropy T*S EENTRO = -0.00648965
563
+ eigenvalues EBANDS = -734.53634971
564
+ atomic energy EATOM = 3456.66979631
565
+ ---------------------------------------------------
566
+ free energy TOTEN = 22.02593465 eV
567
+
568
+ energy without entropy = 22.03242430 energy(sigma->0) = 22.02917947
569
+
570
+
571
+ --------------------------------------------------------------------------------------------------------
572
+
573
+
574
+
575
+
576
+ ----------------------------------------- Iteration 1( 3) ---------------------------------------
577
+
578
+
579
+ EDDAV: cpu time 23.60: real time 5.98
580
+ DOS: cpu time 0.01: real time 0.00
581
+ --------------------------------------------
582
+ LOOP: cpu time 23.63: real time 5.99
583
+
584
+ eigenvalue-minimisations : 1405
585
+ total energy-change (2. order) :-0.2358427E+02 (-0.2334799E+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 = 69.78522393
592
+ Ewald energy TEWEN = -1512.55616236
593
+ -1/2 Hartree DENC = -1211.04835490
594
+ -exchange EXHF = 0.00000000
595
+ -V(xc)+E(xc) XCENC = 131.60619977
596
+ PAW double counting = 2379.29824340 -2557.18617214
597
+ entropy T*S EENTRO = -0.00865603
598
+ eigenvalues EBANDS = -758.11845055
599
+ atomic energy EATOM = 3456.66979631
600
+ ---------------------------------------------------
601
+ free energy TOTEN = -1.55833258 eV
602
+
603
+ energy without entropy = -1.54967655 energy(sigma->0) = -1.55400457
604
+
605
+
606
+ --------------------------------------------------------------------------------------------------------
607
+
608
+
609
+
610
+
611
+ ----------------------------------------- Iteration 1( 4) ---------------------------------------
612
+
613
+
614
+ EDDAV: cpu time 14.15: real time 3.59
615
+ DOS: cpu time 0.00: real time 0.00
616
+ --------------------------------------------
617
+ LOOP: cpu time 14.17: real time 3.59
618
+
619
+ eigenvalue-minimisations : 748
620
+ total energy-change (2. order) :-0.8115062E+00 (-0.8112654E+00)
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 = 69.78522393
627
+ Ewald energy TEWEN = -1512.55616236
628
+ -1/2 Hartree DENC = -1211.04835490
629
+ -exchange EXHF = 0.00000000
630
+ -V(xc)+E(xc) XCENC = 131.60619977
631
+ PAW double counting = 2379.29824340 -2557.18617214
632
+ entropy T*S EENTRO = -0.00931792
633
+ eigenvalues EBANDS = -758.92929485
634
+ atomic energy EATOM = 3456.66979631
635
+ ---------------------------------------------------
636
+ free energy TOTEN = -2.36983877 eV
637
+
638
+ energy without entropy = -2.36052085 energy(sigma->0) = -2.36517981
639
+
640
+
641
+ --------------------------------------------------------------------------------------------------------
642
+
643
+
644
+
645
+
646
+ ----------------------------------------- Iteration 1( 5) ---------------------------------------
647
+
648
+
649
+ EDDAV: cpu time 19.87: real time 5.04
650
+ DOS: cpu time 0.01: real time 0.00
651
+ CHARGE: cpu time 0.67: real time 0.27
652
+ MIXING: cpu time 0.00: real time 0.00
653
+ --------------------------------------------
654
+ LOOP: cpu time 20.57: real time 5.33
655
+
656
+ eigenvalue-minimisations : 1150
657
+ total energy-change (2. order) :-0.1769093E-01 (-0.1769080E-01)
658
+ number of electron 19.9999936 magnetization 0.1848343
659
+ augmentation part 7.2097410 magnetization 0.0107253
660
+
661
+ Broyden mixing:
662
+ rms(total) = 0.14354E+01 rms(broyden)= 0.14336E+01
663
+ rms(prec ) = 0.14666E+01
664
+ weight for this iteration 100.00
665
+
666
+ Free energy of the ion-electron system (eV)
667
+ ---------------------------------------------------
668
+ alpha Z PSCENC = 69.78522393
669
+ Ewald energy TEWEN = -1512.55616236
670
+ -1/2 Hartree DENC = -1211.04835490
671
+ -exchange EXHF = 0.00000000
672
+ -V(xc)+E(xc) XCENC = 131.60619977
673
+ PAW double counting = 2379.29824340 -2557.18617214
674
+ entropy T*S EENTRO = -0.00932480
675
+ eigenvalues EBANDS = -758.94697891
676
+ atomic energy EATOM = 3456.66979631
677
+ ---------------------------------------------------
678
+ free energy TOTEN = -2.38752970 eV
679
+
680
+ energy without entropy = -2.37820490 energy(sigma->0) = -2.38286730
681
+
682
+
683
+ --------------------------------------------------------------------------------------------------------
684
+
685
+
686
+
687
+
688
+ ----------------------------------------- Iteration 1( 6) ---------------------------------------
689
+
690
+
691
+ POTLOK: cpu time 0.32: real time 0.31
692
+ SETDIJ: cpu time 0.02: real time 0.03
693
+ EDDAV: cpu time 17.28: real time 4.39
694
+ DOS: cpu time 0.00: real time 0.00
695
+ CHARGE: cpu time 0.63: real time 0.27
696
+ MIXING: cpu time 0.00: real time 0.01
697
+ --------------------------------------------
698
+ LOOP: cpu time 18.27: real time 5.01
699
+
700
+ eigenvalue-minimisations : 972
701
+ total energy-change (2. order) :-0.5235461E+00 (-0.4122684E-01)
702
+ number of electron 19.9999937 magnetization 0.1912416
703
+ augmentation part 7.1988067 magnetization -0.0422110
704
+
705
+ Broyden mixing:
706
+ rms(total) = 0.63391E+00 rms(broyden)= 0.63378E+00
707
+ rms(prec ) = 0.65922E+00
708
+ weight for this iteration 100.00
709
+
710
+ eigenvalues of (default mixing * dielectric matrix)
711
+ average eigenvalue GAMMA= 0.7003
712
+ 0.7003
713
+
714
+ Free energy of the ion-electron system (eV)
715
+ ---------------------------------------------------
716
+ alpha Z PSCENC = 69.78522393
717
+ Ewald energy TEWEN = -1512.55616236
718
+ -1/2 Hartree DENC = -1200.20930164
719
+ -exchange EXHF = 0.00000000
720
+ -V(xc)+E(xc) XCENC = 130.99059034
721
+ PAW double counting = 2321.04317559 -2506.03830906
722
+ entropy T*S EENTRO = -0.00891446
723
+ eigenvalues EBANDS = -762.58717444
724
+ atomic energy EATOM = 3456.66979631
725
+ ---------------------------------------------------
726
+ free energy TOTEN = -2.91107581 eV
727
+
728
+ energy without entropy = -2.90216135 energy(sigma->0) = -2.90661858
729
+
730
+
731
+ --------------------------------------------------------------------------------------------------------
732
+
733
+
734
+
735
+
736
+ ----------------------------------------- Iteration 1( 7) ---------------------------------------
737
+
738
+
739
+ POTLOK: cpu time 0.31: real time 0.31
740
+ SETDIJ: cpu time 0.03: real time 0.03
741
+ EDDAV: cpu time 13.66: real time 3.48
742
+ DOS: cpu time 0.00: real time 0.00
743
+ CHARGE: cpu time 0.32: real time 0.27
744
+ MIXING: cpu time 0.00: real time 0.01
745
+ --------------------------------------------
746
+ LOOP: cpu time 14.33: real time 4.10
747
+
748
+ eigenvalue-minimisations : 720
749
+ total energy-change (2. order) :-0.1940981E+00 (-0.8571769E-02)
750
+ number of electron 19.9999936 magnetization -0.0819409
751
+ augmentation part 7.2035241 magnetization -0.1119800
752
+
753
+ Broyden mixing:
754
+ rms(total) = 0.16300E+00 rms(broyden)= 0.16286E+00
755
+ rms(prec ) = 0.21229E+00
756
+ weight for this iteration 100.00
757
+
758
+ eigenvalues of (default mixing * dielectric matrix)
759
+ average eigenvalue GAMMA= 0.9968
760
+ 1.3140 0.6796
761
+
762
+ Free energy of the ion-electron system (eV)
763
+ ---------------------------------------------------
764
+ alpha Z PSCENC = 69.78522393
765
+ Ewald energy TEWEN = -1512.55616236
766
+ -1/2 Hartree DENC = -1195.66575355
767
+ -exchange EXHF = 0.00000000
768
+ -V(xc)+E(xc) XCENC = 130.72002182
769
+ PAW double counting = 2297.34020220 -2485.38534612
770
+ entropy T*S EENTRO = -0.00487345
771
+ eigenvalues EBANDS = -764.00828272
772
+ atomic energy EATOM = 3456.66979631
773
+ ---------------------------------------------------
774
+ free energy TOTEN = -3.10517394 eV
775
+
776
+ energy without entropy = -3.10030049 energy(sigma->0) = -3.10273721
777
+
778
+
779
+ --------------------------------------------------------------------------------------------------------
780
+
781
+
782
+
783
+
784
+ ----------------------------------------- Iteration 1( 8) ---------------------------------------
785
+
786
+
787
+ POTLOK: cpu time 0.31: real time 0.31
788
+ SETDIJ: cpu time 0.03: real time 0.03
789
+ EDDAV: cpu time 15.04: real time 3.83
790
+ DOS: cpu time 0.01: real time 0.00
791
+ CHARGE: cpu time 0.76: real time 0.27
792
+ MIXING: cpu time 0.01: real time 0.01
793
+ --------------------------------------------
794
+ LOOP: cpu time 16.16: real time 4.45
795
+
796
+ eigenvalue-minimisations : 817
797
+ total energy-change (2. order) : 0.4837656E-02 (-0.4089703E-02)
798
+ number of electron 19.9999936 magnetization -0.0794581
799
+ augmentation part 7.1988461 magnetization -0.0399133
800
+
801
+ Broyden mixing:
802
+ rms(total) = 0.69484E-01 rms(broyden)= 0.69471E-01
803
+ rms(prec ) = 0.77282E-01
804
+ weight for this iteration 100.00
805
+
806
+ eigenvalues of (default mixing * dielectric matrix)
807
+ average eigenvalue GAMMA= 1.1125
808
+ 1.9938 0.7249 0.6188
809
+
810
+ Free energy of the ion-electron system (eV)
811
+ ---------------------------------------------------
812
+ alpha Z PSCENC = 69.78522393
813
+ Ewald energy TEWEN = -1512.55616236
814
+ -1/2 Hartree DENC = -1186.64983061
815
+ -exchange EXHF = 0.00000000
816
+ -V(xc)+E(xc) XCENC = 130.39212905
817
+ PAW double counting = 2251.66491320 -2445.67877656
818
+ entropy T*S EENTRO = -0.00417011
819
+ eigenvalues EBANDS = -766.72345913
820
+ atomic energy EATOM = 3456.66979631
821
+ ---------------------------------------------------
822
+ free energy TOTEN = -3.10033628 eV
823
+
824
+ energy without entropy = -3.09616617 energy(sigma->0) = -3.09825123
825
+
826
+
827
+ --------------------------------------------------------------------------------------------------------
828
+
829
+
830
+
831
+
832
+ ----------------------------------------- Iteration 1( 9) ---------------------------------------
833
+
834
+
835
+ POTLOK: cpu time 0.31: real time 0.31
836
+ SETDIJ: cpu time 0.02: real time 0.03
837
+ EDDAV: cpu time 16.16: real time 4.10
838
+ DOS: cpu time 0.00: real time 0.00
839
+ CHARGE: cpu time 0.39: real time 0.27
840
+ MIXING: cpu time 0.00: real time 0.01
841
+ --------------------------------------------
842
+ LOOP: cpu time 16.89: real time 4.73
843
+
844
+ eigenvalue-minimisations : 893
845
+ total energy-change (2. order) :-0.1156877E-01 (-0.5107750E-03)
846
+ number of electron 19.9999937 magnetization -0.0146443
847
+ augmentation part 7.1951360 magnetization 0.0059743
848
+
849
+ Broyden mixing:
850
+ rms(total) = 0.14446E-01 rms(broyden)= 0.14405E-01
851
+ rms(prec ) = 0.17966E-01
852
+ weight for this iteration 100.00
853
+
854
+ eigenvalues of (default mixing * dielectric matrix)
855
+ average eigenvalue GAMMA= 1.1771
856
+ 2.2769 1.0695 0.6624 0.6997
857
+
858
+ Free energy of the ion-electron system (eV)
859
+ ---------------------------------------------------
860
+ alpha Z PSCENC = 69.78522393
861
+ Ewald energy TEWEN = -1512.55616236
862
+ -1/2 Hartree DENC = -1184.51397466
863
+ -exchange EXHF = 0.00000000
864
+ -V(xc)+E(xc) XCENC = 130.31932704
865
+ PAW double counting = 2242.11263204 -2437.47999426
866
+ entropy T*S EENTRO = -0.00416885
867
+ eigenvalues EBANDS = -767.44458423
868
+ atomic energy EATOM = 3456.66979631
869
+ ---------------------------------------------------
870
+ free energy TOTEN = -3.11190505 eV
871
+
872
+ energy without entropy = -3.10773619 energy(sigma->0) = -3.10982062
873
+
874
+
875
+ --------------------------------------------------------------------------------------------------------
876
+
877
+
878
+
879
+
880
+ ----------------------------------------- Iteration 1( 10) ---------------------------------------
881
+
882
+
883
+ POTLOK: cpu time 0.31: real time 0.31
884
+ SETDIJ: cpu time 0.03: real time 0.03
885
+ EDDAV: cpu time 15.06: real time 3.81
886
+ DOS: cpu time 0.01: real time 0.00
887
+ CHARGE: cpu time 0.29: real time 0.27
888
+ MIXING: cpu time 0.01: real time 0.01
889
+ --------------------------------------------
890
+ LOOP: cpu time 15.70: real time 4.43
891
+
892
+ eigenvalue-minimisations : 811
893
+ total energy-change (2. order) :-0.1008464E-02 (-0.2233520E-03)
894
+ number of electron 19.9999937 magnetization 0.0059356
895
+ augmentation part 7.1939278 magnetization 0.0101397
896
+
897
+ Broyden mixing:
898
+ rms(total) = 0.40834E-02 rms(broyden)= 0.40642E-02
899
+ rms(prec ) = 0.67045E-02
900
+ weight for this iteration 100.00
901
+
902
+ eigenvalues of (default mixing * dielectric matrix)
903
+ average eigenvalue GAMMA= 1.1945
904
+ 2.3408 1.4329 0.8349 0.6951 0.6686
905
+
906
+ Free energy of the ion-electron system (eV)
907
+ ---------------------------------------------------
908
+ alpha Z PSCENC = 69.78522393
909
+ Ewald energy TEWEN = -1512.55616236
910
+ -1/2 Hartree DENC = -1184.10093433
911
+ -exchange EXHF = 0.00000000
912
+ -V(xc)+E(xc) XCENC = 130.30916636
913
+ PAW double counting = 2241.52122176 -2437.07971686
914
+ entropy T*S EENTRO = -0.00433105
915
+ eigenvalues EBANDS = -767.65717727
916
+ atomic energy EATOM = 3456.66979631
917
+ ---------------------------------------------------
918
+ free energy TOTEN = -3.11291351 eV
919
+
920
+ energy without entropy = -3.10858246 energy(sigma->0) = -3.11074798
921
+
922
+
923
+ --------------------------------------------------------------------------------------------------------
924
+
925
+
926
+
927
+
928
+ ----------------------------------------- Iteration 1( 11) ---------------------------------------
929
+
930
+
931
+ POTLOK: cpu time 0.31: real time 0.31
932
+ SETDIJ: cpu time 0.02: real time 0.03
933
+ EDDAV: cpu time 15.73: real time 3.99
934
+ DOS: cpu time 0.00: real time 0.00
935
+ CHARGE: cpu time 0.86: real time 0.27
936
+ MIXING: cpu time 0.00: real time 0.01
937
+ --------------------------------------------
938
+ LOOP: cpu time 16.94: real time 4.61
939
+
940
+ eigenvalue-minimisations : 860
941
+ total energy-change (2. order) :-0.2800456E-04 (-0.1081856E-04)
942
+ number of electron 19.9999937 magnetization 0.0011670
943
+ augmentation part 7.1931112 magnetization -0.0005795
944
+
945
+ Broyden mixing:
946
+ rms(total) = 0.23550E-02 rms(broyden)= 0.23326E-02
947
+ rms(prec ) = 0.34597E-02
948
+ weight for this iteration 100.00
949
+
950
+ eigenvalues of (default mixing * dielectric matrix)
951
+ average eigenvalue GAMMA= 1.1499
952
+ 2.3339 1.4382 0.9549 0.6513 0.7067 0.8144
953
+
954
+ Free energy of the ion-electron system (eV)
955
+ ---------------------------------------------------
956
+ alpha Z PSCENC = 69.78522393
957
+ Ewald energy TEWEN = -1512.55616236
958
+ -1/2 Hartree DENC = -1183.96360499
959
+ -exchange EXHF = 0.00000000
960
+ -V(xc)+E(xc) XCENC = 130.30751309
961
+ PAW double counting = 2241.98386820 -2437.56432562
962
+ entropy T*S EENTRO = -0.00433980
963
+ eigenvalues EBANDS = -767.77091027
964
+ atomic energy EATOM = 3456.66979631
965
+ ---------------------------------------------------
966
+ free energy TOTEN = -3.11294151 eV
967
+
968
+ energy without entropy = -3.10860171 energy(sigma->0) = -3.11077161
969
+
970
+
971
+ --------------------------------------------------------------------------------------------------------
972
+
973
+
974
+
975
+
976
+ ----------------------------------------- Iteration 1( 12) ---------------------------------------
977
+
978
+
979
+ POTLOK: cpu time 0.31: real time 0.31
980
+ SETDIJ: cpu time 0.03: real time 0.03
981
+ EDDAV: cpu time 12.40: real time 3.15
982
+ DOS: cpu time 0.01: real time 0.00
983
+ --------------------------------------------
984
+ LOOP: cpu time 12.75: real time 3.50
985
+
986
+ eigenvalue-minimisations : 626
987
+ total energy-change (2. order) : 0.1975314E-05 (-0.5838392E-05)
988
+ number of electron 19.9999937 magnetization 0.0011670
989
+ augmentation part 7.1931112 magnetization -0.0005795
990
+
991
+ Free energy of the ion-electron system (eV)
992
+ ---------------------------------------------------
993
+ alpha Z PSCENC = 69.78522393
994
+ Ewald energy TEWEN = -1512.55616236
995
+ -1/2 Hartree DENC = -1183.89090155
996
+ -exchange EXHF = 0.00000000
997
+ -V(xc)+E(xc) XCENC = 130.30712663
998
+ PAW double counting = 2242.46175600 -2438.03572521
999
+ entropy T*S EENTRO = -0.00434300
1000
+ eigenvalues EBANDS = -767.84971029
1001
+ atomic energy EATOM = 3456.66979631
1002
+ ---------------------------------------------------
1003
+ free energy TOTEN = -3.11293954 eV
1004
+
1005
+ energy without entropy = -3.10859654 energy(sigma->0) = -3.11076804
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 -46.9337 2 -46.9337
1017
+
1018
+
1019
+
1020
+ E-fermi : 2.6225 XC(G=0): -9.0843 alpha+bet : -7.8905
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 -72.9147 1.00000
1028
+ 2 -72.9118 1.00000
1029
+ 3 -39.6975 1.00000
1030
+ 4 -39.6764 1.00000
1031
+ 5 -39.6764 1.00000
1032
+ 6 -39.6693 1.00000
1033
+ 7 -39.6693 1.00000
1034
+ 8 -39.6495 1.00000
1035
+ 9 -4.4313 1.00000
1036
+ 10 1.0788 1.00000
1037
+ 11 1.6661 1.00000
1038
+ 12 14.4740 0.00000
1039
+ 13 14.4740 0.00000
1040
+ 14 14.8086 0.00000
1041
+ 15 14.8086 0.00000
1042
+
1043
+ k-point 2 : 0.2500 0.0000 0.0000
1044
+ band No. band energies occupation
1045
+ 1 -72.9096 1.00000
1046
+ 2 -72.9037 1.00000
1047
+ 3 -39.6930 1.00000
1048
+ 4 -39.6883 1.00000
1049
+ 5 -39.6864 1.00000
1050
+ 6 -39.6808 1.00000
1051
+ 7 -39.6716 1.00000
1052
+ 8 -39.6535 1.00000
1053
+ 9 -3.1193 1.00000
1054
+ 10 2.2662 1.00000
1055
+ 11 2.8814 0.00013
1056
+ 12 7.0286 0.00000
1057
+ 13 11.3187 0.00000
1058
+ 14 11.4308 0.00000
1059
+ 15 11.8872 0.00000
1060
+
1061
+ k-point 3 : 0.5000 0.0000 0.0000
1062
+ band No. band energies occupation
1063
+ 1 -72.9064 1.00000
1064
+ 2 -72.9007 1.00000
1065
+ 3 -39.7106 1.00000
1066
+ 4 -39.7028 1.00000
1067
+ 5 -39.6859 1.00000
1068
+ 6 -39.6764 1.00000
1069
+ 7 -39.6747 1.00000
1070
+ 8 -39.6615 1.00000
1071
+ 9 0.6244 1.00000
1072
+ 10 0.7300 1.00000
1073
+ 11 5.7427 0.00000
1074
+ 12 5.9800 0.00000
1075
+ 13 6.4807 0.00000
1076
+ 14 6.8623 0.00000
1077
+ 15 10.3626 0.00000
1078
+
1079
+ k-point 4 : 0.2500 0.2500 0.0000
1080
+ band No. band energies occupation
1081
+ 1 -72.9035 1.00000
1082
+ 2 -72.9013 1.00000
1083
+ 3 -39.7023 1.00000
1084
+ 4 -39.6998 1.00000
1085
+ 5 -39.6896 1.00000
1086
+ 6 -39.6828 1.00000
1087
+ 7 -39.6760 1.00000
1088
+ 8 -39.6605 1.00000
1089
+ 9 -0.5641 1.00000
1090
+ 10 3.9515 0.00000
1091
+ 11 4.2667 0.00000
1092
+ 12 4.6545 0.00000
1093
+ 13 6.2393 0.00000
1094
+ 14 9.2488 0.00000
1095
+ 15 9.7553 0.00000
1096
+
1097
+ k-point 5 : 0.0000 0.0000 0.2500
1098
+ band No. band energies occupation
1099
+ 1 -72.9120 1.00000
1100
+ 2 -72.9013 1.00000
1101
+ 3 -39.6886 1.00000
1102
+ 4 -39.6737 1.00000
1103
+ 5 -39.6736 1.00000
1104
+ 6 -39.6698 1.00000
1105
+ 7 -39.6698 1.00000
1106
+ 8 -39.6568 1.00000
1107
+ 9 -4.0573 1.00000
1108
+ 10 -1.1329 1.00000
1109
+ 11 4.5148 0.00000
1110
+ 12 12.4008 0.00000
1111
+ 13 14.7373 0.00000
1112
+ 14 14.7373 0.00000
1113
+ 15 15.0044 0.00000
1114
+
1115
+ k-point 6 : 0.2500 0.0000 0.2500
1116
+ band No. band energies occupation
1117
+ 1 -72.9087 1.00000
1118
+ 2 -72.9046 1.00000
1119
+ 3 -39.6954 1.00000
1120
+ 4 -39.6886 1.00000
1121
+ 5 -39.6797 1.00000
1122
+ 6 -39.6793 1.00000
1123
+ 7 -39.6732 1.00000
1124
+ 8 -39.6575 1.00000
1125
+ 9 -2.7524 1.00000
1126
+ 10 0.1189 1.00000
1127
+ 11 5.5613 0.00000
1128
+ 12 7.4339 0.00000
1129
+ 13 9.7526 0.00000
1130
+ 14 11.7351 0.00000
1131
+ 15 12.4061 0.00000
1132
+
1133
+ k-point 7 : 0.5000 0.0000 0.2500
1134
+ band No. band energies occupation
1135
+ 1 -72.9074 1.00000
1136
+ 2 -72.9031 1.00000
1137
+ 3 -39.7121 1.00000
1138
+ 4 -39.7062 1.00000
1139
+ 5 -39.6846 1.00000
1140
+ 6 -39.6771 1.00000
1141
+ 7 -39.6722 1.00000
1142
+ 8 -39.6615 1.00000
1143
+ 9 0.9558 1.00000
1144
+ 10 1.0705 1.00000
1145
+ 11 3.8415 0.00000
1146
+ 12 3.9595 0.00000
1147
+ 13 9.0147 0.00000
1148
+ 14 9.2370 0.00000
1149
+ 15 10.6657 0.00000
1150
+
1151
+ k-point 8 : 0.2500 0.2500 0.2500
1152
+ band No. band energies occupation
1153
+ 1 -72.9052 1.00000
1154
+ 2 -72.9022 1.00000
1155
+ 3 -39.7029 1.00000
1156
+ 4 -39.7023 1.00000
1157
+ 5 -39.6904 1.00000
1158
+ 6 -39.6850 1.00000
1159
+ 7 -39.6710 1.00000
1160
+ 8 -39.6610 1.00000
1161
+ 9 -0.2110 1.00000
1162
+ 10 2.4947 0.96467
1163
+ 11 4.5830 0.00000
1164
+ 12 4.8989 0.00000
1165
+ 13 7.2361 0.00000
1166
+ 14 7.7853 0.00000
1167
+ 15 8.9455 0.00000
1168
+
1169
+ k-point 9 : 0.0000 0.0000 0.5000
1170
+ band No. band energies occupation
1171
+ 1 -72.9079 1.00000
1172
+ 2 -72.9079 1.00000
1173
+ 3 -39.6732 1.00000
1174
+ 4 -39.6732 1.00000
1175
+ 5 -39.6719 1.00000
1176
+ 6 -39.6719 1.00000
1177
+ 7 -39.6719 1.00000
1178
+ 8 -39.6719 1.00000
1179
+ 9 -2.9473 1.00000
1180
+ 10 -2.9473 1.00000
1181
+ 11 8.2212 0.00000
1182
+ 12 8.2212 0.00000
1183
+ 13 15.2279 0.00000
1184
+ 14 15.2279 0.00000
1185
+ 15 15.2279 0.00000
1186
+
1187
+ k-point 10 : 0.2500 0.0000 0.5000
1188
+ band No. band energies occupation
1189
+ 1 -72.9075 1.00000
1190
+ 2 -72.9075 1.00000
1191
+ 3 -39.6933 1.00000
1192
+ 4 -39.6933 1.00000
1193
+ 5 -39.6764 1.00000
1194
+ 6 -39.6764 1.00000
1195
+ 7 -39.6675 1.00000
1196
+ 8 -39.6675 1.00000
1197
+ 9 -1.6621 1.00000
1198
+ 10 -1.6621 1.00000
1199
+ 11 7.9954 0.00000
1200
+ 12 7.9954 0.00000
1201
+ 13 9.5936 0.00000
1202
+ 14 9.5936 0.00000
1203
+ 15 12.6510 0.00000
1204
+
1205
+ k-point 11 : 0.5000 0.0000 0.5000
1206
+ band No. band energies occupation
1207
+ 1 -72.9037 1.00000
1208
+ 2 -72.9037 1.00000
1209
+ 3 -39.7106 1.00000
1210
+ 4 -39.7106 1.00000
1211
+ 5 -39.6805 1.00000
1212
+ 6 -39.6805 1.00000
1213
+ 7 -39.6649 1.00000
1214
+ 8 -39.6649 1.00000
1215
+ 9 1.7239 1.00000
1216
+ 10 1.7239 1.00000
1217
+ 11 2.5288 0.90758
1218
+ 12 2.5288 0.90758
1219
+ 13 11.2833 0.00000
1220
+ 14 11.2833 0.00000
1221
+ 15 11.5770 0.00000
1222
+
1223
+ k-point 12 : 0.2500 0.2500 0.5000
1224
+ band No. band energies occupation
1225
+ 1 -72.9042 1.00000
1226
+ 2 -72.9042 1.00000
1227
+ 3 -39.7042 1.00000
1228
+ 4 -39.7042 1.00000
1229
+ 5 -39.6884 1.00000
1230
+ 6 -39.6884 1.00000
1231
+ 7 -39.6640 1.00000
1232
+ 8 -39.6640 1.00000
1233
+ 9 0.8346 1.00000
1234
+ 10 0.8346 1.00000
1235
+ 11 5.3158 0.00000
1236
+ 12 5.3158 0.00000
1237
+ 13 6.4169 0.00000
1238
+ 14 6.4169 0.00000
1239
+ 15 12.2486 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 -72.9155 1.00000
1246
+ 2 -72.9126 1.00000
1247
+ 3 -39.6977 1.00000
1248
+ 4 -39.6766 1.00000
1249
+ 5 -39.6766 1.00000
1250
+ 6 -39.6696 1.00000
1251
+ 7 -39.6696 1.00000
1252
+ 8 -39.6497 1.00000
1253
+ 9 -4.4298 1.00000
1254
+ 10 1.0815 1.00000
1255
+ 11 1.6662 1.00000
1256
+ 12 14.4758 0.00000
1257
+ 13 14.4759 0.00000
1258
+ 14 14.8101 0.00000
1259
+ 15 14.8102 0.00000
1260
+
1261
+ k-point 2 : 0.2500 0.0000 0.0000
1262
+ band No. band energies occupation
1263
+ 1 -72.9104 1.00000
1264
+ 2 -72.9044 1.00000
1265
+ 3 -39.6932 1.00000
1266
+ 4 -39.6885 1.00000
1267
+ 5 -39.6866 1.00000
1268
+ 6 -39.6810 1.00000
1269
+ 7 -39.6719 1.00000
1270
+ 8 -39.6537 1.00000
1271
+ 9 -3.1178 1.00000
1272
+ 10 2.2689 1.00000
1273
+ 11 2.8816 0.00012
1274
+ 12 7.0301 0.00000
1275
+ 13 11.3194 0.00000
1276
+ 14 11.4327 0.00000
1277
+ 15 11.8898 0.00000
1278
+
1279
+ k-point 3 : 0.5000 0.0000 0.0000
1280
+ band No. band energies occupation
1281
+ 1 -72.9071 1.00000
1282
+ 2 -72.9015 1.00000
1283
+ 3 -39.7109 1.00000
1284
+ 4 -39.7031 1.00000
1285
+ 5 -39.6862 1.00000
1286
+ 6 -39.6766 1.00000
1287
+ 7 -39.6749 1.00000
1288
+ 8 -39.6617 1.00000
1289
+ 9 0.6261 1.00000
1290
+ 10 0.7313 1.00000
1291
+ 11 5.7455 0.00000
1292
+ 12 5.9826 0.00000
1293
+ 13 6.4818 0.00000
1294
+ 14 6.8621 0.00000
1295
+ 15 10.3646 0.00000
1296
+
1297
+ k-point 4 : 0.2500 0.2500 0.0000
1298
+ band No. band energies occupation
1299
+ 1 -72.9042 1.00000
1300
+ 2 -72.9021 1.00000
1301
+ 3 -39.7026 1.00000
1302
+ 4 -39.7000 1.00000
1303
+ 5 -39.6898 1.00000
1304
+ 6 -39.6831 1.00000
1305
+ 7 -39.6762 1.00000
1306
+ 8 -39.6607 1.00000
1307
+ 9 -0.5626 1.00000
1308
+ 10 3.9524 0.00000
1309
+ 11 4.2683 0.00000
1310
+ 12 4.6572 0.00000
1311
+ 13 6.2403 0.00000
1312
+ 14 9.2515 0.00000
1313
+ 15 9.7578 0.00000
1314
+
1315
+ k-point 5 : 0.0000 0.0000 0.2500
1316
+ band No. band energies occupation
1317
+ 1 -72.9128 1.00000
1318
+ 2 -72.9021 1.00000
1319
+ 3 -39.6888 1.00000
1320
+ 4 -39.6739 1.00000
1321
+ 5 -39.6739 1.00000
1322
+ 6 -39.6700 1.00000
1323
+ 7 -39.6700 1.00000
1324
+ 8 -39.6570 1.00000
1325
+ 9 -4.0558 1.00000
1326
+ 10 -1.1313 1.00000
1327
+ 11 4.5161 0.00000
1328
+ 12 12.4024 0.00000
1329
+ 13 14.7391 0.00000
1330
+ 14 14.7392 0.00000
1331
+ 15 15.0060 0.00000
1332
+
1333
+ k-point 6 : 0.2500 0.0000 0.2500
1334
+ band No. band energies occupation
1335
+ 1 -72.9095 1.00000
1336
+ 2 -72.9053 1.00000
1337
+ 3 -39.6957 1.00000
1338
+ 4 -39.6889 1.00000
1339
+ 5 -39.6799 1.00000
1340
+ 6 -39.6795 1.00000
1341
+ 7 -39.6734 1.00000
1342
+ 8 -39.6578 1.00000
1343
+ 9 -2.7508 1.00000
1344
+ 10 0.1205 1.00000
1345
+ 11 5.5627 0.00000
1346
+ 12 7.4354 0.00000
1347
+ 13 9.7540 0.00000
1348
+ 14 11.7371 0.00000
1349
+ 15 12.4076 0.00000
1350
+
1351
+ k-point 7 : 0.5000 0.0000 0.2500
1352
+ band No. band energies occupation
1353
+ 1 -72.9081 1.00000
1354
+ 2 -72.9039 1.00000
1355
+ 3 -39.7123 1.00000
1356
+ 4 -39.7064 1.00000
1357
+ 5 -39.6848 1.00000
1358
+ 6 -39.6773 1.00000
1359
+ 7 -39.6724 1.00000
1360
+ 8 -39.6617 1.00000
1361
+ 9 0.9576 1.00000
1362
+ 10 1.0718 1.00000
1363
+ 11 3.8434 0.00000
1364
+ 12 3.9611 0.00000
1365
+ 13 9.0157 0.00000
1366
+ 14 9.2388 0.00000
1367
+ 15 10.6677 0.00000
1368
+
1369
+ k-point 8 : 0.2500 0.2500 0.2500
1370
+ band No. band energies occupation
1371
+ 1 -72.9060 1.00000
1372
+ 2 -72.9030 1.00000
1373
+ 3 -39.7031 1.00000
1374
+ 4 -39.7025 1.00000
1375
+ 5 -39.6907 1.00000
1376
+ 6 -39.6853 1.00000
1377
+ 7 -39.6712 1.00000
1378
+ 8 -39.6612 1.00000
1379
+ 9 -0.2094 1.00000
1380
+ 10 2.4963 0.96291
1381
+ 11 4.5846 0.00000
1382
+ 12 4.9004 0.00000
1383
+ 13 7.2382 0.00000
1384
+ 14 7.7872 0.00000
1385
+ 15 8.9465 0.00000
1386
+
1387
+ k-point 9 : 0.0000 0.0000 0.5000
1388
+ band No. band energies occupation
1389
+ 1 -72.9087 1.00000
1390
+ 2 -72.9087 1.00000
1391
+ 3 -39.6734 1.00000
1392
+ 4 -39.6734 1.00000
1393
+ 5 -39.6722 1.00000
1394
+ 6 -39.6722 1.00000
1395
+ 7 -39.6721 1.00000
1396
+ 8 -39.6721 1.00000
1397
+ 9 -2.9458 1.00000
1398
+ 10 -2.9458 1.00000
1399
+ 11 8.2226 0.00000
1400
+ 12 8.2226 0.00000
1401
+ 13 15.2295 0.00000
1402
+ 14 15.2295 0.00000
1403
+ 15 15.2295 0.00000
1404
+
1405
+ k-point 10 : 0.2500 0.0000 0.5000
1406
+ band No. band energies occupation
1407
+ 1 -72.9082 1.00000
1408
+ 2 -72.9082 1.00000
1409
+ 3 -39.6936 1.00000
1410
+ 4 -39.6936 1.00000
1411
+ 5 -39.6767 1.00000
1412
+ 6 -39.6767 1.00000
1413
+ 7 -39.6677 1.00000
1414
+ 8 -39.6677 1.00000
1415
+ 9 -1.6606 1.00000
1416
+ 10 -1.6606 1.00000
1417
+ 11 7.9970 0.00000
1418
+ 12 7.9970 0.00000
1419
+ 13 9.5949 0.00000
1420
+ 14 9.5949 0.00000
1421
+ 15 12.6529 0.00000
1422
+
1423
+ k-point 11 : 0.5000 0.0000 0.5000
1424
+ band No. band energies occupation
1425
+ 1 -72.9045 1.00000
1426
+ 2 -72.9045 1.00000
1427
+ 3 -39.7109 1.00000
1428
+ 4 -39.7109 1.00000
1429
+ 5 -39.6807 1.00000
1430
+ 6 -39.6807 1.00000
1431
+ 7 -39.6652 1.00000
1432
+ 8 -39.6652 1.00000
1433
+ 9 1.7254 1.00000
1434
+ 10 1.7254 1.00000
1435
+ 11 2.5304 0.90368
1436
+ 12 2.5304 0.90368
1437
+ 13 11.2847 0.00000
1438
+ 14 11.2847 0.00000
1439
+ 15 11.5790 0.00000
1440
+
1441
+ k-point 12 : 0.2500 0.2500 0.5000
1442
+ band No. band energies occupation
1443
+ 1 -72.9049 1.00000
1444
+ 2 -72.9049 1.00000
1445
+ 3 -39.7044 1.00000
1446
+ 4 -39.7044 1.00000
1447
+ 5 -39.6887 1.00000
1448
+ 6 -39.6887 1.00000
1449
+ 7 -39.6642 1.00000
1450
+ 8 -39.6642 1.00000
1451
+ 9 0.8362 1.00000
1452
+ 10 0.8362 1.00000
1453
+ 11 5.3173 0.00000
1454
+ 12 5.3173 0.00000
1455
+ 13 6.4187 0.00000
1456
+ 14 6.4187 0.00000
1457
+ 15 12.2499 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.839 21.524 0.000 0.000 0.000 0.000 0.000 0.000
1473
+ 21.524 -24.731 0.000 0.000 0.000 0.000 0.000 0.000
1474
+ 0.000 0.000 -53.885 0.000 0.000 10.011 0.000 0.000
1475
+ 0.000 0.000 0.000 -53.876 0.000 0.000 10.006 0.000
1476
+ 0.000 0.000 0.000 0.000 -53.885 0.000 0.000 10.011
1477
+ 0.000 0.000 10.011 0.000 0.000 7.017 0.000 0.000
1478
+ 0.000 0.000 0.000 10.006 0.000 0.000 7.019 0.000
1479
+ 0.000 0.000 0.000 0.000 10.011 0.000 0.000 7.017
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.839 21.524 0.000 0.000 0.000 0.000 0.000 0.000
1487
+ 21.524 -24.731 0.000 0.000 0.000 0.000 0.000 0.000
1488
+ 0.000 0.000 -53.885 0.000 0.000 10.010 0.000 0.000
1489
+ 0.000 0.000 0.000 -53.876 0.000 0.000 10.005 0.000
1490
+ 0.000 0.000 0.000 0.000 -53.885 0.000 0.000 10.010
1491
+ 0.000 0.000 10.010 0.000 0.000 7.017 0.000 0.000
1492
+ 0.000 0.000 0.000 10.005 0.000 0.000 7.018 0.000
1493
+ 0.000 0.000 0.000 0.000 10.010 0.000 0.000 7.017
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.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 -0.001 0.000 0.000
1501
+ 0.000 1.139 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.002 0.000 0.000
1502
+ 0.000 0.000 2.002 0.000 0.000 -0.001 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.002 0.000 0.000 0.000 0.000 0.000 0.000
1504
+ 0.000 0.000 0.000 0.000 2.002 0.000 0.000 -0.001 0.000 0.000 0.000 0.000 0.000
1505
+ 0.000 0.000 -0.001 0.000 0.000 0.032 0.000 0.000 0.000 0.000 0.000 0.000 -0.001
1506
+ 0.000 0.000 0.000 -0.002 0.000 0.000 0.037 0.000 0.000 0.000 0.000 0.000 0.000
1507
+ 0.000 0.000 0.000 0.000 -0.001 0.000 0.000 0.032 -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.003 0.000 0.000 0.000
1510
+ -0.001 0.002 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.002 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.003 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.27: real time 0.27
1533
+ FORLOC: cpu time 0.01: real time 0.01
1534
+ FORNL : cpu time 4.50: real time 1.16
1535
+ STRESS: cpu time 13.58: real time 3.44
1536
+ FORHAR: cpu time 0.13: real time 0.03
1537
+ MIXING: cpu time 0.02: 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 69.78522 69.78522 69.78522
1543
+ Ewald -505.19599 -505.19598 -502.16525 0.00000 0.00000 0.00000
1544
+ Hartree 392.96178 392.96178 397.94823 0.00000 0.00000 0.00000
1545
+ E(xc) -138.51771 -138.51780 -138.50156 -0.00008 0.00000 0.00000
1546
+ Local 44.99083 44.99084 35.65363 0.00003 0.00000 0.00000
1547
+ n-local -342.84738 -343.35319 -342.98290 3.33577 -0.47101 -0.47197
1548
+ augment 40.32146 40.32142 40.48807 -0.00005 0.00000 0.00001
1549
+ Kinetic 439.26906 438.19026 439.74266 6.41707 -1.50172 -1.25663
1550
+ Fock 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000
1551
+ -------------------------------------------------------------------------------------
1552
+ Total -0.02508 -0.02508 -0.03189 0.00000 0.00000 0.00000
1553
+ in kB -0.96657 -0.96657 -1.22880 0.00000 0.00000 0.00000
1554
+ external pressure = -1.05 kB Pullay stress = 0.00 kB
1555
+
1556
+
1557
+ VOLUME and BASIS-vectors are now :
1558
+ -----------------------------------------------------------------------------
1559
+ energy-cutoff : 500.00
1560
+ volume of cell : 41.57
1561
+ direct lattice vectors reciprocal lattice vectors
1562
+ 3.089542136 0.000000000 0.000000000 0.323672556 0.186872437 0.000000000
1563
+ -1.544771068 2.675621976 0.000000000 0.000000000 0.373744875 0.000000000
1564
+ 0.000000000 0.000000000 5.029309570 0.000000000 0.000000000 0.198834450
1565
+
1566
+ length of vectors
1567
+ 3.089542136 3.089542136 5.029309570 0.373744875 0.373744875 0.198834450
1568
+
1569
+
1570
+ FORCES acting on ions
1571
+ electron-ion (+dipol) ewald-force non-local-force convergence-correction
1572
+ -----------------------------------------------------------------------------------------------
1573
+ 0.481E-05 -.146E-03 0.123E-10 -.181E-05 -.220E-05 -.198E-13 -.347E-17 0.694E-17 -.108E-18 0.856E-07 0.398E-06 -.565E-12
1574
+ 0.245E-03 0.146E-03 -.231E-10 0.181E-05 0.220E-05 0.198E-13 0.347E-17 -.694E-17 -.108E-18 -.787E-06 -.398E-06 0.444E-12
1575
+ -----------------------------------------------------------------------------------------------
1576
+ 0.250E-03 -.296E-10 -.109E-10 0.492E-14 -.748E-14 0.000E+00 0.000E+00 0.000E+00 -.217E-18 -.702E-06 -.496E-10 -.122E-12
1577
+
1578
+
1579
+ POSITION TOTAL-FORCE (eV/Angst)
1580
+ -----------------------------------------------------------------------------------
1581
+ 0.00000 1.78375 1.25733 0.000000 0.000000 0.000000
1582
+ 1.54477 0.89187 3.77198 0.000000 0.000000 0.000000
1583
+ -----------------------------------------------------------------------------------
1584
+ total drift: 0.000249 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.112940 eV
1594
+
1595
+ energy without entropy= -3.108597 energy(sigma->0) = -3.110768
1596
+
1597
+
1598
+
1599
+ --------------------------------------------------------------------------------------------------------
1600
+
1601
+
1602
+ POTLOK: cpu time 0.54: real time 0.34
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 221.17: real time 59.91
1617
+ 4ORBIT: cpu time 0.00: real time 0.00
1618
+
1619
+ total amount of memory used by VASP on root node 52462. kBytes
1620
+ ========================================================================
1621
+
1622
+ base : 30000. kBytes
1623
+ nonlr-proj: 623. kBytes
1624
+ fftplans : 4448. kBytes
1625
+ grid : 10949. kBytes
1626
+ one-center: 32. kBytes
1627
+ wavefun : 6410. kBytes
1628
+
1629
+
1630
+
1631
+ General timing and accounting informations for this job:
1632
+ ========================================================
1633
+
1634
+ Total CPU time used (sec): 223.474
1635
+ User time (sec): 217.230
1636
+ System time (sec): 6.244
1637
+ Elapsed time (sec): 61.125
1638
+
1639
+ Maximum memory used (kb): 60348.
1640
+ Average memory used (kb): 0.
1641
+
1642
+ Minor page faults: 39204
1643
+ Major page faults: 0
1644
+ Voluntary context switches: 1649