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,1692 @@
1
+ vasp.5.2.12 11Nov11 complex
2
+
3
+ executed on LinuxIFC date 2012.10.03 20:35:12
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] = [ 15.26, 38.25] = [ 65.17,409.70] Ry
84
+ Optimized for a Real-space Cutoff 0.91 Angstroem
85
+
86
+ l n(q) QCUT max X(q) W(low)/X(q) W(high)/X(q) e(spline)
87
+ 0 10 15.256 8.730 0.38E-04 0.47E-04 0.37E-06
88
+ 0 10 15.256 8.910 0.51E-04 0.67E-04 0.53E-06
89
+ 1 10 15.256 2.513 0.24E-04 0.15E-04 0.59E-07
90
+ 1 10 15.256 3.341 0.12E-03 0.54E-04 0.22E-06
91
+ 2 9 15.256 3.683 0.34E-03 0.47E-03 0.28E-05
92
+ PAW_PBE Mg_sv 12Apr2007 :
93
+ energy of atom 1 EATOM=-1728.4457
94
+ kinetic energy error for atom= 0.0106 (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.1868561728
115
+ C/A-ratio = 1.6231858050
116
+
117
+ Lattice vectors:
118
+
119
+ A1 = ( 3.1868561728, 0.0000000000, 0.0000000000)
120
+ A2 = ( -1.5934280864, 2.7598984038, 0.0000000000)
121
+ A3 = ( 0.0000000000, 0.0000000000, 5.1728597021)
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.078447 0.045292 0.000000 6.000000
193
+ 0.156894 0.090583 0.000000 3.000000
194
+ 0.078447 0.135875 0.000000 6.000000
195
+ 0.000000 0.000000 0.048329 2.000000
196
+ 0.078447 0.045292 0.048329 12.000000
197
+ 0.156894 0.090583 0.048329 6.000000
198
+ 0.078447 0.135875 0.048329 12.000000
199
+ 0.000000 0.000000 0.096658 1.000000
200
+ 0.078447 0.045292 0.096658 6.000000
201
+ 0.156894 0.090583 0.096658 3.000000
202
+ 0.078447 0.135875 0.096658 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 = 55296
216
+ max r-space proj IRMAX = 3830 max aug-charges IRDMAX= 6147
217
+ dimension x,y,z NGX = 32 NGY = 32 NGZ = 54
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 16.69, 16.69, 17.35 a.u.
222
+ NGXF,Y,Z is equivalent to a cutoff of 25.04, 25.04, 22.50 a.u.
223
+
224
+
225
+ I would recommend the setting:
226
+ dimension x,y,z NGX = 31 NGY = 31 NGZ = 51
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 = 900.0 eV 66.15 Ry 8.13 a.u. 7.80 7.80 12.65*2*pi/ulx,y,z
244
+ ENINI = 900.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.232E-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.75 153.52
315
+ Fermi-wavevector in a.u.,A,eV,Ry = 1.244771 2.352276 21.081608 1.549454
316
+ Thomas-Fermi vector in A = 2.379023
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 : 900.00
385
+ volume of cell : 45.50
386
+ direct lattice vectors reciprocal lattice vectors
387
+ 3.186856173 0.000000000 0.000000000 0.313788871 0.181166089 0.000000000
388
+ -1.593428086 2.759898404 0.000000000 0.000000000 0.362332178 0.000000000
389
+ 0.000000000 0.000000000 5.172859702 0.000000000 0.000000000 0.193316668
390
+
391
+ length of vectors
392
+ 3.186856173 3.186856173 5.172859702 0.362332178 0.362332178 0.193316668
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.07844722 0.04529152 0.00000000 0.094
399
+ 0.15689444 0.09058304 0.00000000 0.047
400
+ 0.07844722 0.13587457 0.00000000 0.094
401
+ 0.00000000 0.00000000 0.04832917 0.031
402
+ 0.07844722 0.04529152 0.04832917 0.188
403
+ 0.15689444 0.09058304 0.04832917 0.094
404
+ 0.07844722 0.13587457 0.04832917 0.188
405
+ 0.00000000 0.00000000 0.09665833 0.016
406
+ 0.07844722 0.04529152 0.09665833 0.094
407
+ 0.15689444 0.09058304 0.09665833 0.047
408
+ 0.07844722 0.13587457 0.09665833 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.83993233 1.29321493
430
+ 1.59342799 0.91996608 3.87964478
431
+
432
+
433
+
434
+ --------------------------------------------------------------------------------------------------------
435
+
436
+
437
+ k-point 1 : 0.00000.00000.0000 plane waves: 2803
438
+ k-point 2 : 0.25000.00000.0000 plane waves: 2782
439
+ k-point 3 : 0.50000.00000.0000 plane waves: 2786
440
+ k-point 4 : 0.25000.25000.0000 plane waves: 2802
441
+ k-point 5 : 0.00000.00000.2500 plane waves: 2791
442
+ k-point 6 : 0.25000.00000.2500 plane waves: 2784
443
+ k-point 7 : 0.50000.00000.2500 plane waves: 2786
444
+ k-point 8 : 0.25000.25000.2500 plane waves: 2797
445
+ k-point 9 : 0.00000.00000.5000 plane waves: 2810
446
+ k-point 10 : 0.25000.00000.5000 plane waves: 2778
447
+ k-point 11 : 0.50000.00000.5000 plane waves: 2800
448
+ k-point 12 : 0.25000.25000.5000 plane waves: 2778
449
+
450
+ maximum and minimum number of plane-waves per node : 2810 2778
451
+
452
+ maximum number of plane-waves: 2810
453
+ maximum index in each direction:
454
+ IXMAX= 7 IYMAX= 7 IZMAX= 12
455
+ IXMIN= -8 IYMIN= -8 IZMIN= -13
456
+
457
+ NGX is ok and might be reduce to 32
458
+ NGY is ok and might be reduce to 32
459
+ NGZ is ok and might be reduce to 52
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 69870. kBytes
467
+ ========================================================================
468
+
469
+ base : 30000. kBytes
470
+ nonlr-proj: 957. kBytes
471
+ fftplans : 6220. kBytes
472
+ grid : 16326. kBytes
473
+ one-center: 32. kBytes
474
+ wavefun : 16335. kBytes
475
+
476
+ Broyden mixing: mesh for mixing (old mesh)
477
+ NGX = 15 NGY = 15 NGZ = 25
478
+ (NGX = 48 NGY = 48 NGZ = 70)
479
+ gives a total of 5625 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 3630
491
+ Maximum index for augmentation-charges 5828 (set IRDMAX)
492
+
493
+
494
+ --------------------------------------------------------------------------------------------------------
495
+
496
+
497
+ First call to EWALD: gamma= 0.496
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.58: real time 0.57
508
+ SETDIJ: cpu time 0.04: real time 0.04
509
+ EDDAV: cpu time 42.93: real time 11.22
510
+ DOS: cpu time 0.01: real time 0.00
511
+ --------------------------------------------
512
+ LOOP: cpu time 43.58: real time 11.84
513
+
514
+ eigenvalue-minimisations : 767
515
+ total energy-change (2. order) : 0.2503035E+03 (-0.1807427E+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 = 63.76824481
522
+ Ewald energy TEWEN = -1467.76438830
523
+ -1/2 Hartree DENC = -1239.54331847
524
+ -exchange EXHF = 0.00000000
525
+ -V(xc)+E(xc) XCENC = 131.33489681
526
+ PAW double counting = 2379.29824340 -2557.18617214
527
+ entropy T*S EENTRO = -0.00838179
528
+ eigenvalues EBANDS = -516.46574305
529
+ atomic energy EATOM = 3456.87010031
530
+ ---------------------------------------------------
531
+ free energy TOTEN = 250.30348158 eV
532
+
533
+ energy without entropy = 250.31186337 energy(sigma->0) = 250.30767247
534
+
535
+
536
+ --------------------------------------------------------------------------------------------------------
537
+
538
+
539
+
540
+
541
+ ----------------------------------------- Iteration 1( 2) ---------------------------------------
542
+
543
+
544
+ EDDAV: cpu time 45.91: real time 11.97
545
+ DOS: cpu time 0.00: real time 0.00
546
+ --------------------------------------------
547
+ LOOP: cpu time 45.94: real time 11.98
548
+
549
+ eigenvalue-minimisations : 832
550
+ total energy-change (2. order) :-0.2273836E+03 (-0.2242066E+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 = 63.76824481
557
+ Ewald energy TEWEN = -1467.76438830
558
+ -1/2 Hartree DENC = -1239.54331847
559
+ -exchange EXHF = 0.00000000
560
+ -V(xc)+E(xc) XCENC = 131.33489681
561
+ PAW double counting = 2379.29824340 -2557.18617214
562
+ entropy T*S EENTRO = -0.00197387
563
+ eigenvalues EBANDS = -743.85577971
564
+ atomic energy EATOM = 3456.87010031
565
+ ---------------------------------------------------
566
+ free energy TOTEN = 22.91985283 eV
567
+
568
+ energy without entropy = 22.92182670 energy(sigma->0) = 22.92083977
569
+
570
+
571
+ --------------------------------------------------------------------------------------------------------
572
+
573
+
574
+
575
+
576
+ ----------------------------------------- Iteration 1( 3) ---------------------------------------
577
+
578
+
579
+ EDDAV: cpu time 68.56: real time 17.84
580
+ DOS: cpu time 0.01: real time 0.00
581
+ --------------------------------------------
582
+ LOOP: cpu time 68.59: real time 17.85
583
+
584
+ eigenvalue-minimisations : 1363
585
+ total energy-change (2. order) :-0.2374186E+02 (-0.2353009E+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 = 63.76824481
592
+ Ewald energy TEWEN = -1467.76438830
593
+ -1/2 Hartree DENC = -1239.54331847
594
+ -exchange EXHF = 0.00000000
595
+ -V(xc)+E(xc) XCENC = 131.33489681
596
+ PAW double counting = 2379.29824340 -2557.18617214
597
+ entropy T*S EENTRO = -0.00844614
598
+ eigenvalues EBANDS = -767.59116256
599
+ atomic energy EATOM = 3456.87010031
600
+ ---------------------------------------------------
601
+ free energy TOTEN = -0.82200229 eV
602
+
603
+ energy without entropy = -0.81355615 energy(sigma->0) = -0.81777922
604
+
605
+
606
+ --------------------------------------------------------------------------------------------------------
607
+
608
+
609
+
610
+
611
+ ----------------------------------------- Iteration 1( 4) ---------------------------------------
612
+
613
+
614
+ EDDAV: cpu time 44.42: real time 11.59
615
+ DOS: cpu time 0.01: real time 0.00
616
+ --------------------------------------------
617
+ LOOP: cpu time 44.44: real time 11.60
618
+
619
+ eigenvalue-minimisations : 797
620
+ total energy-change (2. order) :-0.1521501E+01 (-0.1511348E+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 = 63.76824481
627
+ Ewald energy TEWEN = -1467.76438830
628
+ -1/2 Hartree DENC = -1239.54331847
629
+ -exchange EXHF = 0.00000000
630
+ -V(xc)+E(xc) XCENC = 131.33489681
631
+ PAW double counting = 2379.29824340 -2557.18617214
632
+ entropy T*S EENTRO = -0.00932927
633
+ eigenvalues EBANDS = -769.11178009
634
+ atomic energy EATOM = 3456.87010031
635
+ ---------------------------------------------------
636
+ free energy TOTEN = -2.34350295 eV
637
+
638
+ energy without entropy = -2.33417368 energy(sigma->0) = -2.33883831
639
+
640
+
641
+ --------------------------------------------------------------------------------------------------------
642
+
643
+
644
+
645
+
646
+ ----------------------------------------- Iteration 1( 5) ---------------------------------------
647
+
648
+
649
+ EDDAV: cpu time 59.76: real time 15.66
650
+ DOS: cpu time 0.00: real time 0.00
651
+ CHARGE: cpu time 1.46: real time 1.13
652
+ MIXING: cpu time 0.01: real time 0.01
653
+ --------------------------------------------
654
+ LOOP: cpu time 61.26: real time 16.80
655
+
656
+ eigenvalue-minimisations : 1115
657
+ total energy-change (2. order) :-0.8672599E-01 (-0.8671425E-01)
658
+ number of electron 19.9999973 magnetization 0.2536131
659
+ augmentation part 7.1993067 magnetization 0.0491251
660
+
661
+ Broyden mixing:
662
+ rms(total) = 0.14342E+01 rms(broyden)= 0.14342E+01
663
+ rms(prec ) = 0.14660E+01
664
+ weight for this iteration 100.00
665
+
666
+ Free energy of the ion-electron system (eV)
667
+ ---------------------------------------------------
668
+ alpha Z PSCENC = 63.76824481
669
+ Ewald energy TEWEN = -1467.76438830
670
+ -1/2 Hartree DENC = -1239.54331847
671
+ -exchange EXHF = 0.00000000
672
+ -V(xc)+E(xc) XCENC = 131.33489681
673
+ PAW double counting = 2379.29824340 -2557.18617214
674
+ entropy T*S EENTRO = -0.00928672
675
+ eigenvalues EBANDS = -769.19854863
676
+ atomic energy EATOM = 3456.87010031
677
+ ---------------------------------------------------
678
+ free energy TOTEN = -2.43022893 eV
679
+
680
+ energy without entropy = -2.42094222 energy(sigma->0) = -2.42558558
681
+
682
+
683
+ --------------------------------------------------------------------------------------------------------
684
+
685
+
686
+
687
+
688
+ ----------------------------------------- Iteration 1( 6) ---------------------------------------
689
+
690
+
691
+ POTLOK: cpu time 0.40: real time 0.40
692
+ SETDIJ: cpu time 0.03: real time 0.03
693
+ EDDAV: cpu time 53.61: real time 14.08
694
+ DOS: cpu time 0.01: real time 0.00
695
+ CHARGE: cpu time 1.31: real time 1.13
696
+ MIXING: cpu time 0.01: real time 0.01
697
+ --------------------------------------------
698
+ LOOP: cpu time 55.36: real time 15.65
699
+
700
+ eigenvalue-minimisations : 979
701
+ total energy-change (2. order) :-0.5373993E+00 (-0.4156452E-01)
702
+ number of electron 19.9999973 magnetization 0.2272483
703
+ augmentation part 7.1874117 magnetization -0.0236897
704
+
705
+ Broyden mixing:
706
+ rms(total) = 0.63191E+00 rms(broyden)= 0.63191E+00
707
+ rms(prec ) = 0.65629E+00
708
+ weight for this iteration 100.00
709
+
710
+ eigenvalues of (default mixing * dielectric matrix)
711
+ average eigenvalue GAMMA= 0.7013
712
+ 0.7013
713
+
714
+ Free energy of the ion-electron system (eV)
715
+ ---------------------------------------------------
716
+ alpha Z PSCENC = 63.76824481
717
+ Ewald energy TEWEN = -1467.76438830
718
+ -1/2 Hartree DENC = -1228.70493103
719
+ -exchange EXHF = 0.00000000
720
+ -V(xc)+E(xc) XCENC = 130.74951429
721
+ PAW double counting = 2319.22512844 -2504.15216550
722
+ entropy T*S EENTRO = -0.00757347
723
+ eigenvalues EBANDS = -772.95155778
724
+ atomic energy EATOM = 3456.87010031
725
+ ---------------------------------------------------
726
+ free energy TOTEN = -2.96762823 eV
727
+
728
+ energy without entropy = -2.96005476 energy(sigma->0) = -2.96384149
729
+
730
+
731
+ --------------------------------------------------------------------------------------------------------
732
+
733
+
734
+
735
+
736
+ ----------------------------------------- Iteration 1( 7) ---------------------------------------
737
+
738
+
739
+ POTLOK: cpu time 0.40: real time 0.40
740
+ SETDIJ: cpu time 0.03: real time 0.03
741
+ EDDAV: cpu time 44.54: real time 11.65
742
+ DOS: cpu time 0.01: real time 0.00
743
+ CHARGE: cpu time 1.25: real time 1.14
744
+ MIXING: cpu time 0.01: real time 0.01
745
+ --------------------------------------------
746
+ LOOP: cpu time 46.24: real time 13.24
747
+
748
+ eigenvalue-minimisations : 762
749
+ total energy-change (2. order) :-0.1809777E+00 (-0.8404486E-02)
750
+ number of electron 19.9999973 magnetization -0.0373481
751
+ augmentation part 7.1952106 magnetization -0.1089456
752
+
753
+ Broyden mixing:
754
+ rms(total) = 0.16491E+00 rms(broyden)= 0.16491E+00
755
+ rms(prec ) = 0.21230E+00
756
+ weight for this iteration 100.00
757
+
758
+ eigenvalues of (default mixing * dielectric matrix)
759
+ average eigenvalue GAMMA= 1.0118
760
+ 1.3412 0.6824
761
+
762
+ Free energy of the ion-electron system (eV)
763
+ ---------------------------------------------------
764
+ alpha Z PSCENC = 63.76824481
765
+ Ewald energy TEWEN = -1467.76438830
766
+ -1/2 Hartree DENC = -1224.16385598
767
+ -exchange EXHF = 0.00000000
768
+ -V(xc)+E(xc) XCENC = 130.47326649
769
+ PAW double counting = 2294.81260026 -2482.75524542
770
+ entropy T*S EENTRO = -0.00733233
771
+ eigenvalues EBANDS = -774.38199576
772
+ atomic energy EATOM = 3456.87010031
773
+ ---------------------------------------------------
774
+ free energy TOTEN = -3.14860591 eV
775
+
776
+ energy without entropy = -3.14127358 energy(sigma->0) = -3.14493974
777
+
778
+
779
+ --------------------------------------------------------------------------------------------------------
780
+
781
+
782
+
783
+
784
+ ----------------------------------------- Iteration 1( 8) ---------------------------------------
785
+
786
+
787
+ POTLOK: cpu time 0.40: real time 0.40
788
+ SETDIJ: cpu time 0.02: real time 0.03
789
+ EDDAV: cpu time 46.59: real time 12.20
790
+ DOS: cpu time 0.01: real time 0.00
791
+ CHARGE: cpu time 1.23: real time 1.08
792
+ MIXING: cpu time 0.01: real time 0.01
793
+ --------------------------------------------
794
+ LOOP: cpu time 48.26: real time 13.74
795
+
796
+ eigenvalue-minimisations : 804
797
+ total energy-change (2. order) : 0.1517210E-02 (-0.3865980E-02)
798
+ number of electron 19.9999973 magnetization -0.0695045
799
+ augmentation part 7.1926052 magnetization -0.0331639
800
+
801
+ Broyden mixing:
802
+ rms(total) = 0.62861E-01 rms(broyden)= 0.62860E-01
803
+ rms(prec ) = 0.72009E-01
804
+ weight for this iteration 100.00
805
+
806
+ eigenvalues of (default mixing * dielectric matrix)
807
+ average eigenvalue GAMMA= 1.1462
808
+ 2.0651 0.7363 0.6374
809
+
810
+ Free energy of the ion-electron system (eV)
811
+ ---------------------------------------------------
812
+ alpha Z PSCENC = 63.76824481
813
+ Ewald energy TEWEN = -1467.76438830
814
+ -1/2 Hartree DENC = -1215.00330187
815
+ -exchange EXHF = 0.00000000
816
+ -V(xc)+E(xc) XCENC = 130.13833538
817
+ PAW double counting = 2246.87857368 -2440.83619098
818
+ entropy T*S EENTRO = -0.00439029
819
+ eigenvalues EBANDS = -777.19407144
820
+ atomic energy EATOM = 3456.87010031
821
+ ---------------------------------------------------
822
+ free energy TOTEN = -3.14708870 eV
823
+
824
+ energy without entropy = -3.14269841 energy(sigma->0) = -3.14489355
825
+
826
+
827
+ --------------------------------------------------------------------------------------------------------
828
+
829
+
830
+
831
+
832
+ ----------------------------------------- Iteration 1( 9) ---------------------------------------
833
+
834
+
835
+ POTLOK: cpu time 0.40: real time 0.40
836
+ SETDIJ: cpu time 0.03: real time 0.03
837
+ EDDAV: cpu time 54.92: real time 14.32
838
+ DOS: cpu time 0.00: real time 0.00
839
+ CHARGE: cpu time 1.13: real time 1.13
840
+ MIXING: cpu time 0.01: real time 0.01
841
+ --------------------------------------------
842
+ LOOP: cpu time 56.50: real time 15.90
843
+
844
+ eigenvalue-minimisations : 971
845
+ total energy-change (2. order) :-0.4928511E-02 (-0.2340337E-03)
846
+ number of electron 19.9999973 magnetization -0.0164047
847
+ augmentation part 7.1882559 magnetization 0.0016473
848
+
849
+ Broyden mixing:
850
+ rms(total) = 0.12593E-01 rms(broyden)= 0.12591E-01
851
+ rms(prec ) = 0.17474E-01
852
+ weight for this iteration 100.00
853
+
854
+ eigenvalues of (default mixing * dielectric matrix)
855
+ average eigenvalue GAMMA= 1.1777
856
+ 2.2971 1.0405 0.6696 0.7037
857
+
858
+ Free energy of the ion-electron system (eV)
859
+ ---------------------------------------------------
860
+ alpha Z PSCENC = 63.76824481
861
+ Ewald energy TEWEN = -1467.76438830
862
+ -1/2 Hartree DENC = -1212.75501434
863
+ -exchange EXHF = 0.00000000
864
+ -V(xc)+E(xc) XCENC = 130.05952266
865
+ PAW double counting = 2236.51033453 -2431.86662230
866
+ entropy T*S EENTRO = -0.00433181
867
+ eigenvalues EBANDS = -777.96986278
868
+ atomic energy EATOM = 3456.87010031
869
+ ---------------------------------------------------
870
+ free energy TOTEN = -3.15201721 eV
871
+
872
+ energy without entropy = -3.14768540 energy(sigma->0) = -3.14985131
873
+
874
+
875
+ --------------------------------------------------------------------------------------------------------
876
+
877
+
878
+
879
+
880
+ ----------------------------------------- Iteration 1( 10) ---------------------------------------
881
+
882
+
883
+ POTLOK: cpu time 0.40: real time 0.40
884
+ SETDIJ: cpu time 0.03: real time 0.03
885
+ EDDAV: cpu time 48.75: real time 12.79
886
+ DOS: cpu time 0.00: real time 0.00
887
+ CHARGE: cpu time 1.24: real time 1.13
888
+ MIXING: cpu time 0.01: real time 0.01
889
+ --------------------------------------------
890
+ LOOP: cpu time 50.44: real time 14.36
891
+
892
+ eigenvalue-minimisations : 845
893
+ total energy-change (2. order) :-0.7032943E-03 (-0.1558561E-03)
894
+ number of electron 19.9999973 magnetization 0.0101567
895
+ augmentation part 7.1872446 magnetization 0.0144005
896
+
897
+ Broyden mixing:
898
+ rms(total) = 0.46260E-02 rms(broyden)= 0.46259E-02
899
+ rms(prec ) = 0.81945E-02
900
+ weight for this iteration 100.00
901
+
902
+ eigenvalues of (default mixing * dielectric matrix)
903
+ average eigenvalue GAMMA= 1.2178
904
+ 2.3235 1.5038 0.8838 0.7049 0.6728
905
+
906
+ Free energy of the ion-electron system (eV)
907
+ ---------------------------------------------------
908
+ alpha Z PSCENC = 63.76824481
909
+ Ewald energy TEWEN = -1467.76438830
910
+ -1/2 Hartree DENC = -1212.42074939
911
+ -exchange EXHF = 0.00000000
912
+ -V(xc)+E(xc) XCENC = 130.05210998
913
+ PAW double counting = 2236.33905477 -2431.81596052
914
+ entropy T*S EENTRO = -0.00442009
915
+ eigenvalues EBANDS = -778.17671208
916
+ atomic energy EATOM = 3456.87010031
917
+ ---------------------------------------------------
918
+ free energy TOTEN = -3.15272050 eV
919
+
920
+ energy without entropy = -3.14830042 energy(sigma->0) = -3.15051046
921
+
922
+
923
+ --------------------------------------------------------------------------------------------------------
924
+
925
+
926
+
927
+
928
+ ----------------------------------------- Iteration 1( 11) ---------------------------------------
929
+
930
+
931
+ POTLOK: cpu time 0.40: real time 0.40
932
+ SETDIJ: cpu time 0.03: real time 0.03
933
+ EDDAV: cpu time 51.66: real time 13.63
934
+ DOS: cpu time 0.01: real time 0.00
935
+ CHARGE: cpu time 1.26: real time 1.13
936
+ MIXING: cpu time 0.01: real time 0.01
937
+ --------------------------------------------
938
+ LOOP: cpu time 53.36: real time 15.21
939
+
940
+ eigenvalue-minimisations : 916
941
+ total energy-change (2. order) : 0.1569256E-04 (-0.1319902E-04)
942
+ number of electron 19.9999973 magnetization 0.0042103
943
+ augmentation part 7.1865908 magnetization 0.0009166
944
+
945
+ Broyden mixing:
946
+ rms(total) = 0.25110E-02 rms(broyden)= 0.25109E-02
947
+ rms(prec ) = 0.33871E-02
948
+ weight for this iteration 100.00
949
+
950
+ eigenvalues of (default mixing * dielectric matrix)
951
+ average eigenvalue GAMMA= 1.1744
952
+ 2.3329 1.6263 0.9361 0.6525 0.7792 0.7197
953
+
954
+ Free energy of the ion-electron system (eV)
955
+ ---------------------------------------------------
956
+ alpha Z PSCENC = 63.76824481
957
+ Ewald energy TEWEN = -1467.76438830
958
+ -1/2 Hartree DENC = -1212.20594769
959
+ -exchange EXHF = 0.00000000
960
+ -V(xc)+E(xc) XCENC = 130.04884515
961
+ PAW double counting = 2236.76620793 -2432.27864313
962
+ entropy T*S EENTRO = -0.00442584
963
+ eigenvalues EBANDS = -778.35269807
964
+ atomic energy EATOM = 3456.87010031
965
+ ---------------------------------------------------
966
+ free energy TOTEN = -3.15270481 eV
967
+
968
+ energy without entropy = -3.14827897 energy(sigma->0) = -3.15049189
969
+
970
+
971
+ --------------------------------------------------------------------------------------------------------
972
+
973
+
974
+
975
+
976
+ ----------------------------------------- Iteration 1( 12) ---------------------------------------
977
+
978
+
979
+ POTLOK: cpu time 0.40: real time 0.40
980
+ SETDIJ: cpu time 0.02: real time 0.03
981
+ EDDAV: cpu time 39.14: real time 10.34
982
+ DOS: cpu time 0.00: real time 0.00
983
+ CHARGE: cpu time 1.46: real time 1.08
984
+ MIXING: cpu time 0.02: real time 0.01
985
+ --------------------------------------------
986
+ LOOP: cpu time 41.05: real time 11.86
987
+
988
+ eigenvalue-minimisations : 640
989
+ total energy-change (2. order) :-0.1906933E-04 (-0.4046084E-05)
990
+ number of electron 19.9999973 magnetization 0.0000330
991
+ augmentation part 7.1862190 magnetization -0.0010980
992
+
993
+ Broyden mixing:
994
+ rms(total) = 0.12380E-02 rms(broyden)= 0.12380E-02
995
+ rms(prec ) = 0.14171E-02
996
+ weight for this iteration 100.00
997
+
998
+ eigenvalues of (default mixing * dielectric matrix)
999
+ average eigenvalue GAMMA= 1.3387
1000
+ 2.4870 2.4870 1.4960 0.8684 0.7027 0.7027 0.6272
1001
+
1002
+ Free energy of the ion-electron system (eV)
1003
+ ---------------------------------------------------
1004
+ alpha Z PSCENC = 63.76824481
1005
+ Ewald energy TEWEN = -1467.76438830
1006
+ -1/2 Hartree DENC = -1212.12320470
1007
+ -exchange EXHF = 0.00000000
1008
+ -V(xc)+E(xc) XCENC = 130.04750086
1009
+ PAW double counting = 2236.95418575 -2432.47373845
1010
+ entropy T*S EENTRO = -0.00442758
1011
+ eigenvalues EBANDS = -778.42699659
1012
+ atomic energy EATOM = 3456.87010031
1013
+ ---------------------------------------------------
1014
+ free energy TOTEN = -3.15272388 eV
1015
+
1016
+ energy without entropy = -3.14829630 energy(sigma->0) = -3.15051009
1017
+
1018
+
1019
+ --------------------------------------------------------------------------------------------------------
1020
+
1021
+
1022
+
1023
+
1024
+ ----------------------------------------- Iteration 1( 13) ---------------------------------------
1025
+
1026
+
1027
+ POTLOK: cpu time 0.58: real time 0.58
1028
+ SETDIJ: cpu time 0.04: real time 0.04
1029
+ EDDAV: cpu time 30.91: real time 8.15
1030
+ DOS: cpu time 0.00: real time 0.00
1031
+ --------------------------------------------
1032
+ LOOP: cpu time 31.53: real time 8.78
1033
+
1034
+ eigenvalue-minimisations : 458
1035
+ total energy-change (2. order) :-0.9563987E-05 (-0.6355832E-06)
1036
+ number of electron 19.9999973 magnetization 0.0000330
1037
+ augmentation part 7.1862190 magnetization -0.0010980
1038
+
1039
+ Free energy of the ion-electron system (eV)
1040
+ ---------------------------------------------------
1041
+ alpha Z PSCENC = 63.76824481
1042
+ Ewald energy TEWEN = -1467.76438830
1043
+ -1/2 Hartree DENC = -1212.10805255
1044
+ -exchange EXHF = 0.00000000
1045
+ -V(xc)+E(xc) XCENC = 130.04779008
1046
+ PAW double counting = 2237.19547591 -2432.69993584
1047
+ entropy T*S EENTRO = -0.00442877
1048
+ eigenvalues EBANDS = -778.45753909
1049
+ atomic energy EATOM = 3456.87010031
1050
+ ---------------------------------------------------
1051
+ free energy TOTEN = -3.15273344 eV
1052
+
1053
+ energy without entropy = -3.14830467 energy(sigma->0) = -3.15051906
1054
+
1055
+
1056
+ --------------------------------------------------------------------------------------------------------
1057
+
1058
+
1059
+
1060
+
1061
+ average (electrostatic) potential at core
1062
+ the test charge radii are 0.7298
1063
+ (the norm of the test charge is 1.0000)
1064
+ 1 -47.5162 2 -47.5162
1065
+
1066
+
1067
+
1068
+ E-fermi : 2.1707 XC(G=0): -8.7754 alpha+bet : -7.2102
1069
+
1070
+
1071
+ spin component 1
1072
+
1073
+ k-point 1 : 0.0000 0.0000 0.0000
1074
+ band No. band energies occupation
1075
+ 1 -73.5082 1.00000
1076
+ 2 -73.5048 1.00000
1077
+ 3 -40.2686 1.00000
1078
+ 4 -40.2584 1.00000
1079
+ 5 -40.2583 1.00000
1080
+ 6 -40.2533 1.00000
1081
+ 7 -40.2533 1.00000
1082
+ 8 -40.2349 1.00000
1083
+ 9 -4.5103 1.00000
1084
+ 10 0.7762 1.00000
1085
+ 11 1.2095 1.00000
1086
+ 12 13.4409 0.00000
1087
+ 13 13.4409 0.00000
1088
+ 14 13.5795 0.00000
1089
+ 15 13.5795 0.00000
1090
+
1091
+ k-point 2 : 0.2500 0.0000 0.0000
1092
+ band No. band energies occupation
1093
+ 1 -73.5066 1.00000
1094
+ 2 -73.5043 1.00000
1095
+ 3 -40.2705 1.00000
1096
+ 4 -40.2657 1.00000
1097
+ 5 -40.2627 1.00000
1098
+ 6 -40.2622 1.00000
1099
+ 7 -40.2556 1.00000
1100
+ 8 -40.2377 1.00000
1101
+ 9 -3.2772 1.00000
1102
+ 10 1.9035 0.99992
1103
+ 11 2.3727 0.00214
1104
+ 12 6.2861 0.00000
1105
+ 13 10.4094 0.00000
1106
+ 14 10.4957 0.00000
1107
+ 15 11.0120 0.00000
1108
+
1109
+ k-point 3 : 0.5000 0.0000 0.0000
1110
+ band No. band energies occupation
1111
+ 1 -73.5051 1.00000
1112
+ 2 -73.5038 1.00000
1113
+ 3 -40.2829 1.00000
1114
+ 4 -40.2779 1.00000
1115
+ 5 -40.2659 1.00000
1116
+ 6 -40.2580 1.00000
1117
+ 7 -40.2542 1.00000
1118
+ 8 -40.2432 1.00000
1119
+ 9 0.3056 1.00000
1120
+ 10 0.3206 1.00000
1121
+ 11 5.1409 0.00000
1122
+ 12 5.4867 0.00000
1123
+ 13 5.7587 0.00000
1124
+ 14 6.1641 0.00000
1125
+ 15 9.3792 0.00000
1126
+
1127
+ k-point 4 : 0.2500 0.2500 0.0000
1128
+ band No. band energies occupation
1129
+ 1 -73.5050 1.00000
1130
+ 2 -73.5040 1.00000
1131
+ 3 -40.2776 1.00000
1132
+ 4 -40.2756 1.00000
1133
+ 5 -40.2682 1.00000
1134
+ 6 -40.2634 1.00000
1135
+ 7 -40.2542 1.00000
1136
+ 8 -40.2431 1.00000
1137
+ 9 -0.8640 1.00000
1138
+ 10 3.4547 0.00000
1139
+ 11 3.7573 0.00000
1140
+ 12 4.1650 0.00000
1141
+ 13 5.4064 0.00000
1142
+ 14 8.4745 0.00000
1143
+ 15 9.0616 0.00000
1144
+
1145
+ k-point 5 : 0.0000 0.0000 0.2500
1146
+ band No. band energies occupation
1147
+ 1 -73.5075 1.00000
1148
+ 2 -73.5054 1.00000
1149
+ 3 -40.2636 1.00000
1150
+ 4 -40.2576 1.00000
1151
+ 5 -40.2576 1.00000
1152
+ 6 -40.2541 1.00000
1153
+ 7 -40.2540 1.00000
1154
+ 8 -40.2398 1.00000
1155
+ 9 -4.1573 1.00000
1156
+ 10 -1.3853 1.00000
1157
+ 11 3.9792 0.00000
1158
+ 12 11.5129 0.00000
1159
+ 13 13.7093 0.00000
1160
+ 14 13.7100 0.00000
1161
+ 15 13.8062 0.00000
1162
+
1163
+ k-point 6 : 0.2500 0.0000 0.2500
1164
+ band No. band energies occupation
1165
+ 1 -73.5062 1.00000
1166
+ 2 -73.5046 1.00000
1167
+ 3 -40.2715 1.00000
1168
+ 4 -40.2673 1.00000
1169
+ 5 -40.2612 1.00000
1170
+ 6 -40.2573 1.00000
1171
+ 7 -40.2566 1.00000
1172
+ 8 -40.2405 1.00000
1173
+ 9 -2.9293 1.00000
1174
+ 10 -0.1981 1.00000
1175
+ 11 4.9996 0.00000
1176
+ 12 6.6642 0.00000
1177
+ 13 8.9605 0.00000
1178
+ 14 10.7040 0.00000
1179
+ 15 11.4599 0.00000
1180
+
1181
+ k-point 7 : 0.5000 0.0000 0.2500
1182
+ band No. band energies occupation
1183
+ 1 -73.5049 1.00000
1184
+ 2 -73.5040 1.00000
1185
+ 3 -40.2835 1.00000
1186
+ 4 -40.2798 1.00000
1187
+ 5 -40.2647 1.00000
1188
+ 6 -40.2592 1.00000
1189
+ 7 -40.2512 1.00000
1190
+ 8 -40.2436 1.00000
1191
+ 9 0.6240 1.00000
1192
+ 10 0.6498 1.00000
1193
+ 11 3.3502 0.00000
1194
+ 12 3.3895 0.00000
1195
+ 13 8.3081 0.00000
1196
+ 14 8.4836 0.00000
1197
+ 15 9.6729 0.00000
1198
+
1199
+ k-point 8 : 0.2500 0.2500 0.2500
1200
+ band No. band energies occupation
1201
+ 1 -73.5048 1.00000
1202
+ 2 -73.5042 1.00000
1203
+ 3 -40.2776 1.00000
1204
+ 4 -40.2770 1.00000
1205
+ 5 -40.2686 1.00000
1206
+ 6 -40.2647 1.00000
1207
+ 7 -40.2508 1.00000
1208
+ 8 -40.2433 1.00000
1209
+ 9 -0.5267 1.00000
1210
+ 10 2.0696 0.92362
1211
+ 11 4.0635 0.00000
1212
+ 12 4.2743 0.00000
1213
+ 13 6.5613 0.00000
1214
+ 14 6.9798 0.00000
1215
+ 15 8.0585 0.00000
1216
+
1217
+ k-point 9 : 0.0000 0.0000 0.5000
1218
+ band No. band energies occupation
1219
+ 1 -73.5065 1.00000
1220
+ 2 -73.5065 1.00000
1221
+ 3 -40.2558 1.00000
1222
+ 4 -40.2558 1.00000
1223
+ 5 -40.2558 1.00000
1224
+ 6 -40.2558 1.00000
1225
+ 7 -40.2518 1.00000
1226
+ 8 -40.2518 1.00000
1227
+ 9 -3.1072 1.00000
1228
+ 10 -3.1072 1.00000
1229
+ 11 7.5194 0.00000
1230
+ 12 7.5194 0.00000
1231
+ 13 14.1880 0.00000
1232
+ 14 14.1880 0.00000
1233
+ 15 14.1880 0.00000
1234
+
1235
+ k-point 10 : 0.2500 0.0000 0.5000
1236
+ band No. band energies occupation
1237
+ 1 -73.5054 1.00000
1238
+ 2 -73.5054 1.00000
1239
+ 3 -40.2702 1.00000
1240
+ 4 -40.2702 1.00000
1241
+ 5 -40.2589 1.00000
1242
+ 6 -40.2589 1.00000
1243
+ 7 -40.2481 1.00000
1244
+ 8 -40.2481 1.00000
1245
+ 9 -1.8942 1.00000
1246
+ 10 -1.8942 1.00000
1247
+ 11 7.2812 0.00000
1248
+ 12 7.2812 0.00000
1249
+ 13 8.8006 0.00000
1250
+ 14 8.8006 0.00000
1251
+ 15 11.5906 0.00000
1252
+
1253
+ k-point 11 : 0.5000 0.0000 0.5000
1254
+ band No. band energies occupation
1255
+ 1 -73.5045 1.00000
1256
+ 2 -73.5045 1.00000
1257
+ 3 -40.2828 1.00000
1258
+ 4 -40.2828 1.00000
1259
+ 5 -40.2620 1.00000
1260
+ 6 -40.2620 1.00000
1261
+ 7 -40.2463 1.00000
1262
+ 8 -40.2463 1.00000
1263
+ 9 1.3514 1.00000
1264
+ 10 1.3514 1.00000
1265
+ 11 2.0186 0.98427
1266
+ 12 2.0186 0.98427
1267
+ 13 10.5150 0.00000
1268
+ 14 10.5166 0.00000
1269
+ 15 10.5565 0.00000
1270
+
1271
+ k-point 12 : 0.2500 0.2500 0.5000
1272
+ band No. band energies occupation
1273
+ 1 -73.5044 1.00000
1274
+ 2 -73.5044 1.00000
1275
+ 3 -40.2780 1.00000
1276
+ 4 -40.2780 1.00000
1277
+ 5 -40.2673 1.00000
1278
+ 6 -40.2673 1.00000
1279
+ 7 -40.2457 1.00000
1280
+ 8 -40.2457 1.00000
1281
+ 9 0.4725 1.00000
1282
+ 10 0.4725 1.00000
1283
+ 11 4.7707 0.00000
1284
+ 12 4.7707 0.00000
1285
+ 13 5.6535 0.00000
1286
+ 14 5.6535 0.00000
1287
+ 15 11.2475 0.00000
1288
+
1289
+ spin component 2
1290
+
1291
+ k-point 1 : 0.0000 0.0000 0.0000
1292
+ band No. band energies occupation
1293
+ 1 -73.5082 1.00000
1294
+ 2 -73.5049 1.00000
1295
+ 3 -40.2685 1.00000
1296
+ 4 -40.2584 1.00000
1297
+ 5 -40.2584 1.00000
1298
+ 6 -40.2533 1.00000
1299
+ 7 -40.2533 1.00000
1300
+ 8 -40.2349 1.00000
1301
+ 9 -4.5102 1.00000
1302
+ 10 0.7768 1.00000
1303
+ 11 1.2090 1.00000
1304
+ 12 13.4410 0.00000
1305
+ 13 13.4410 0.00000
1306
+ 14 13.5797 0.00000
1307
+ 15 13.5797 0.00000
1308
+
1309
+ k-point 2 : 0.2500 0.0000 0.0000
1310
+ band No. band energies occupation
1311
+ 1 -73.5066 1.00000
1312
+ 2 -73.5044 1.00000
1313
+ 3 -40.2705 1.00000
1314
+ 4 -40.2657 1.00000
1315
+ 5 -40.2627 1.00000
1316
+ 6 -40.2622 1.00000
1317
+ 7 -40.2556 1.00000
1318
+ 8 -40.2377 1.00000
1319
+ 9 -3.2771 1.00000
1320
+ 10 1.9041 0.99992
1321
+ 11 2.3723 0.00218
1322
+ 12 6.2862 0.00000
1323
+ 13 10.4096 0.00000
1324
+ 14 10.4955 0.00000
1325
+ 15 11.0125 0.00000
1326
+
1327
+ k-point 3 : 0.5000 0.0000 0.0000
1328
+ band No. band energies occupation
1329
+ 1 -73.5051 1.00000
1330
+ 2 -73.5039 1.00000
1331
+ 3 -40.2829 1.00000
1332
+ 4 -40.2779 1.00000
1333
+ 5 -40.2659 1.00000
1334
+ 6 -40.2580 1.00000
1335
+ 7 -40.2541 1.00000
1336
+ 8 -40.2431 1.00000
1337
+ 9 0.3056 1.00000
1338
+ 10 0.3208 1.00000
1339
+ 11 5.1416 0.00000
1340
+ 12 5.4871 0.00000
1341
+ 13 5.7584 0.00000
1342
+ 14 6.1637 0.00000
1343
+ 15 9.3794 0.00000
1344
+
1345
+ k-point 4 : 0.2500 0.2500 0.0000
1346
+ band No. band energies occupation
1347
+ 1 -73.5051 1.00000
1348
+ 2 -73.5041 1.00000
1349
+ 3 -40.2776 1.00000
1350
+ 4 -40.2756 1.00000
1351
+ 5 -40.2682 1.00000
1352
+ 6 -40.2634 1.00000
1353
+ 7 -40.2542 1.00000
1354
+ 8 -40.2431 1.00000
1355
+ 9 -0.8639 1.00000
1356
+ 10 3.4546 0.00000
1357
+ 11 3.7573 0.00000
1358
+ 12 4.1656 0.00000
1359
+ 13 5.4062 0.00000
1360
+ 14 8.4752 0.00000
1361
+ 15 9.0620 0.00000
1362
+
1363
+ k-point 5 : 0.0000 0.0000 0.2500
1364
+ band No. band energies occupation
1365
+ 1 -73.5076 1.00000
1366
+ 2 -73.5054 1.00000
1367
+ 3 -40.2636 1.00000
1368
+ 4 -40.2576 1.00000
1369
+ 5 -40.2576 1.00000
1370
+ 6 -40.2541 1.00000
1371
+ 7 -40.2540 1.00000
1372
+ 8 -40.2398 1.00000
1373
+ 9 -4.1573 1.00000
1374
+ 10 -1.3852 1.00000
1375
+ 11 3.9793 0.00000
1376
+ 12 11.5131 0.00000
1377
+ 13 13.7094 0.00000
1378
+ 14 13.7094 0.00000
1379
+ 15 13.8064 0.00000
1380
+
1381
+ k-point 6 : 0.2500 0.0000 0.2500
1382
+ band No. band energies occupation
1383
+ 1 -73.5063 1.00000
1384
+ 2 -73.5047 1.00000
1385
+ 3 -40.2715 1.00000
1386
+ 4 -40.2673 1.00000
1387
+ 5 -40.2612 1.00000
1388
+ 6 -40.2573 1.00000
1389
+ 7 -40.2566 1.00000
1390
+ 8 -40.2405 1.00000
1391
+ 9 -2.9292 1.00000
1392
+ 10 -0.1980 1.00000
1393
+ 11 4.9997 0.00000
1394
+ 12 6.6643 0.00000
1395
+ 13 8.9606 0.00000
1396
+ 14 10.7042 0.00000
1397
+ 15 11.4600 0.00000
1398
+
1399
+ k-point 7 : 0.5000 0.0000 0.2500
1400
+ band No. band energies occupation
1401
+ 1 -73.5049 1.00000
1402
+ 2 -73.5041 1.00000
1403
+ 3 -40.2835 1.00000
1404
+ 4 -40.2798 1.00000
1405
+ 5 -40.2648 1.00000
1406
+ 6 -40.2592 1.00000
1407
+ 7 -40.2512 1.00000
1408
+ 8 -40.2436 1.00000
1409
+ 9 0.6241 1.00000
1410
+ 10 0.6500 1.00000
1411
+ 11 3.3503 0.00000
1412
+ 12 3.3898 0.00000
1413
+ 13 8.3081 0.00000
1414
+ 14 8.4837 0.00000
1415
+ 15 9.6731 0.00000
1416
+
1417
+ k-point 8 : 0.2500 0.2500 0.2500
1418
+ band No. band energies occupation
1419
+ 1 -73.5049 1.00000
1420
+ 2 -73.5042 1.00000
1421
+ 3 -40.2776 1.00000
1422
+ 4 -40.2771 1.00000
1423
+ 5 -40.2686 1.00000
1424
+ 6 -40.2647 1.00000
1425
+ 7 -40.2508 1.00000
1426
+ 8 -40.2433 1.00000
1427
+ 9 -0.5266 1.00000
1428
+ 10 2.0697 0.92341
1429
+ 11 4.0635 0.00000
1430
+ 12 4.2745 0.00000
1431
+ 13 6.5615 0.00000
1432
+ 14 6.9802 0.00000
1433
+ 15 8.0584 0.00000
1434
+
1435
+ k-point 9 : 0.0000 0.0000 0.5000
1436
+ band No. band energies occupation
1437
+ 1 -73.5066 1.00000
1438
+ 2 -73.5066 1.00000
1439
+ 3 -40.2558 1.00000
1440
+ 4 -40.2558 1.00000
1441
+ 5 -40.2558 1.00000
1442
+ 6 -40.2558 1.00000
1443
+ 7 -40.2518 1.00000
1444
+ 8 -40.2518 1.00000
1445
+ 9 -3.1072 1.00000
1446
+ 10 -3.1072 1.00000
1447
+ 11 7.5195 0.00000
1448
+ 12 7.5195 0.00000
1449
+ 13 14.1881 0.00000
1450
+ 14 14.1881 0.00000
1451
+ 15 14.1881 0.00000
1452
+
1453
+ k-point 10 : 0.2500 0.0000 0.5000
1454
+ band No. band energies occupation
1455
+ 1 -73.5055 1.00000
1456
+ 2 -73.5055 1.00000
1457
+ 3 -40.2702 1.00000
1458
+ 4 -40.2702 1.00000
1459
+ 5 -40.2589 1.00000
1460
+ 6 -40.2589 1.00000
1461
+ 7 -40.2481 1.00000
1462
+ 8 -40.2481 1.00000
1463
+ 9 -1.8941 1.00000
1464
+ 10 -1.8941 1.00000
1465
+ 11 7.2814 0.00000
1466
+ 12 7.2814 0.00000
1467
+ 13 8.8006 0.00000
1468
+ 14 8.8006 0.00000
1469
+ 15 11.5908 0.00000
1470
+
1471
+ k-point 11 : 0.5000 0.0000 0.5000
1472
+ band No. band energies occupation
1473
+ 1 -73.5046 1.00000
1474
+ 2 -73.5046 1.00000
1475
+ 3 -40.2828 1.00000
1476
+ 4 -40.2828 1.00000
1477
+ 5 -40.2620 1.00000
1478
+ 6 -40.2620 1.00000
1479
+ 7 -40.2462 1.00000
1480
+ 8 -40.2462 1.00000
1481
+ 9 1.3515 1.00000
1482
+ 10 1.3515 1.00000
1483
+ 11 2.0187 0.98419
1484
+ 12 2.0187 0.98419
1485
+ 13 10.5151 0.00000
1486
+ 14 10.5189 0.00000
1487
+ 15 10.5568 0.00000
1488
+
1489
+ k-point 12 : 0.2500 0.2500 0.5000
1490
+ band No. band energies occupation
1491
+ 1 -73.5045 1.00000
1492
+ 2 -73.5045 1.00000
1493
+ 3 -40.2780 1.00000
1494
+ 4 -40.2780 1.00000
1495
+ 5 -40.2673 1.00000
1496
+ 6 -40.2673 1.00000
1497
+ 7 -40.2456 1.00000
1498
+ 8 -40.2456 1.00000
1499
+ 9 0.4726 1.00000
1500
+ 10 0.4726 1.00000
1501
+ 11 4.7708 0.00000
1502
+ 12 4.7708 0.00000
1503
+ 13 5.6538 0.00000
1504
+ 14 5.6538 0.00000
1505
+ 15 11.2475 0.00000
1506
+
1507
+
1508
+ --------------------------------------------------------------------------------------------------------
1509
+
1510
+
1511
+ soft charge-density along one line, spin component 1
1512
+ 0 1 2 3 4 5 6 7 8 9
1513
+ total charge-density along one line
1514
+
1515
+ soft charge-density along one line, spin component 2
1516
+ 0 1 2 3 4 5 6 7 8 9
1517
+ total charge-density along one line
1518
+
1519
+ pseudopotential strength for first ion, spin component: 1
1520
+ -79.874 21.284 0.000 0.000 0.000 0.000 0.000 0.000
1521
+ 21.284 -24.546 0.000 0.000 0.000 0.000 0.000 0.000
1522
+ 0.000 0.000 -54.257 0.000 0.000 10.237 0.000 0.000
1523
+ 0.000 0.000 0.000 -54.249 0.000 0.000 10.232 0.000
1524
+ 0.000 0.000 0.000 0.000 -54.257 0.000 0.000 10.237
1525
+ 0.000 0.000 10.237 0.000 0.000 6.908 0.000 0.000
1526
+ 0.000 0.000 0.000 10.232 0.000 0.000 6.909 0.000
1527
+ 0.000 0.000 0.000 0.000 10.237 0.000 0.000 6.908
1528
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1529
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1530
+ 0.000 0.001 0.000 0.000 0.000 0.000 0.000 0.000
1531
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1532
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1533
+ pseudopotential strength for first ion, spin component: 2
1534
+ -79.874 21.284 0.000 0.000 0.000 0.000 0.000 0.000
1535
+ 21.284 -24.546 0.000 0.000 0.000 0.000 0.000 0.000
1536
+ 0.000 0.000 -54.257 0.000 0.000 10.237 0.000 0.000
1537
+ 0.000 0.000 0.000 -54.249 0.000 0.000 10.232 0.000
1538
+ 0.000 0.000 0.000 0.000 -54.257 0.000 0.000 10.237
1539
+ 0.000 0.000 10.237 0.000 0.000 6.908 0.000 0.000
1540
+ 0.000 0.000 0.000 10.232 0.000 0.000 6.909 0.000
1541
+ 0.000 0.000 0.000 0.000 10.237 0.000 0.000 6.908
1542
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1543
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1544
+ 0.000 0.001 0.000 0.000 0.000 0.000 0.000 0.000
1545
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1546
+ 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
1547
+ total augmentation occupancy for first ion, spin component: 1
1548
+ 2.000 -0.006 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 -0.001 0.000 0.000
1549
+ -0.006 1.132 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.003 0.000 0.000
1550
+ 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
1551
+ 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
1552
+ 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
1553
+ 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
1554
+ 0.000 0.000 0.000 -0.003 0.000 0.000 0.033 0.000 0.000 0.000 0.000 0.000 0.000
1555
+ 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
1556
+ 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
1557
+ 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
1558
+ -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
1559
+ 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
1560
+ 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
1561
+ total augmentation occupancy for first ion, spin component: 2
1562
+ 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
1563
+ 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
1564
+ 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
1565
+ 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
1566
+ 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
1567
+ 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
1568
+ 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
1569
+ 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
1570
+ 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
1571
+ 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
1572
+ 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
1573
+ 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
1574
+ 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
1575
+
1576
+
1577
+ ------------------------ aborting loop because EDIFF is reached ----------------------------------------
1578
+
1579
+
1580
+ CHARGE: cpu time 1.24: real time 1.15
1581
+ FORLOC: cpu time 0.01: real time 0.01
1582
+ FORNL : cpu time 13.94: real time 3.56
1583
+ STRESS: cpu time 45.57: real time 11.73
1584
+ FORHAR: cpu time 0.05: real time 0.05
1585
+ MIXING: cpu time 0.01: real time 0.01
1586
+
1587
+ FORCE on cell =-STRESS in cart. coord. units (eV):
1588
+ Direction XX YY ZZ XY YZ ZX
1589
+ --------------------------------------------------------------------------------------
1590
+ Alpha Z 63.76824 63.76824 63.76824
1591
+ Ewald -490.81654 -490.81653 -486.13235 0.00000 0.00000 0.00000
1592
+ Hartree 401.98031 401.98031 408.16207 0.00000 0.00000 0.00000
1593
+ E(xc) -138.27632 -138.27636 -138.25922 -0.00004 0.00000 0.00000
1594
+ Local 27.68730 27.68727 15.52434 -0.00001 0.00000 0.00000
1595
+ n-local -342.25203 -342.75330 -342.37178 3.08608 -0.40888 -0.41340
1596
+ augment 40.34233 40.34234 40.51588 -0.00001 0.00000 0.00000
1597
+ Kinetic 438.35811 437.24090 438.81763 6.21683 -1.36565 -1.16745
1598
+ Fock 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000
1599
+ -------------------------------------------------------------------------------------
1600
+ Total -0.01785 -0.01785 0.02481 0.00000 0.00000 0.00000
1601
+ in kB -0.62870 -0.62870 0.87376 0.00000 0.00000 0.00000
1602
+ external pressure = -0.13 kB Pullay stress = 0.00 kB
1603
+
1604
+
1605
+ VOLUME and BASIS-vectors are now :
1606
+ -----------------------------------------------------------------------------
1607
+ energy-cutoff : 900.00
1608
+ volume of cell : 45.50
1609
+ direct lattice vectors reciprocal lattice vectors
1610
+ 3.186856173 0.000000000 0.000000000 0.313788871 0.181166089 0.000000000
1611
+ -1.593428086 2.759898404 0.000000000 0.000000000 0.362332178 0.000000000
1612
+ 0.000000000 0.000000000 5.172859702 0.000000000 0.000000000 0.193316668
1613
+
1614
+ length of vectors
1615
+ 3.186856173 3.186856173 5.172859702 0.362332178 0.362332178 0.193316668
1616
+
1617
+
1618
+ FORCES acting on ions
1619
+ electron-ion (+dipol) ewald-force non-local-force convergence-correction
1620
+ -----------------------------------------------------------------------------------------------
1621
+ 0.494E-05 -.151E-03 0.107E-10 -.173E-05 -.210E-05 -.181E-13 -.139E-16 0.260E-17 0.000E+00 0.993E-08 0.216E-07 -.191E-12
1622
+ 0.254E-03 0.151E-03 -.189E-10 0.173E-05 0.210E-05 0.181E-13 0.104E-16 -.260E-17 0.000E+00 -.326E-07 -.216E-07 0.413E-12
1623
+ -----------------------------------------------------------------------------------------------
1624
+ 0.259E-03 -.104E-10 -.816E-11 -.563E-14 -.101E-13 0.000E+00 -.347E-17 0.000E+00 0.000E+00 -.227E-07 -.307E-11 0.222E-12
1625
+
1626
+
1627
+ POSITION TOTAL-FORCE (eV/Angst)
1628
+ -----------------------------------------------------------------------------------
1629
+ 0.00000 1.83993 1.29321 0.000000 0.000000 0.000000
1630
+ 1.59343 0.91997 3.87964 0.000000 0.000000 0.000000
1631
+ -----------------------------------------------------------------------------------
1632
+ total drift: 0.000259 0.000000 0.000000
1633
+
1634
+
1635
+ --------------------------------------------------------------------------------------------------------
1636
+
1637
+
1638
+
1639
+ FREE ENERGIE OF THE ION-ELECTRON SYSTEM (eV)
1640
+ ---------------------------------------------------
1641
+ free energy TOTEN = -3.152733 eV
1642
+
1643
+ energy without entropy= -3.148305 energy(sigma->0) = -3.150519
1644
+
1645
+
1646
+
1647
+ --------------------------------------------------------------------------------------------------------
1648
+
1649
+
1650
+ POTLOK: cpu time 0.62: real time 0.62
1651
+
1652
+
1653
+ --------------------------------------------------------------------------------------------------------
1654
+
1655
+
1656
+
1657
+
1658
+ --------------------------------------------------------------------------------------------------------
1659
+
1660
+
1661
+
1662
+ reached required accuracy - stopping structural energy minimisation
1663
+ writing wavefunctions
1664
+ LOOP+: cpu time 708.72: real time 196.58
1665
+ 4ORBIT: cpu time 0.00: real time 0.00
1666
+
1667
+ total amount of memory used by VASP on root node 69870. kBytes
1668
+ ========================================================================
1669
+
1670
+ base : 30000. kBytes
1671
+ nonlr-proj: 957. kBytes
1672
+ fftplans : 6220. kBytes
1673
+ grid : 16326. kBytes
1674
+ one-center: 32. kBytes
1675
+ wavefun : 16335. kBytes
1676
+
1677
+
1678
+
1679
+ General timing and accounting informations for this job:
1680
+ ========================================================
1681
+
1682
+ Total CPU time used (sec): 714.349
1683
+ User time (sec): 684.383
1684
+ System time (sec): 29.966
1685
+ Elapsed time (sec): 198.856
1686
+
1687
+ Maximum memory used (kb): 106268.
1688
+ Average memory used (kb): 0.
1689
+
1690
+ Minor page faults: 3604727
1691
+ Major page faults: 0
1692
+ Voluntary context switches: 4503