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.
- data/CHANGES +49 -28
- data/Gemfile +10 -9
- data/VERSION +1 -1
- data/{test/vaspgeometryoptimizer/ended-Iter1/try00/CONTCAR → bin/changeincar} +0 -0
- data/bin/checkvasp +106 -75
- data/bin/genincar +4 -4
- data/bin/genkpoints +13 -13
- data/bin/genpotcar +2 -2
- data/bin/latticeconstants +10 -12
- data/bin/qsubvasp +63 -80
- data/bin/resetvaspdir +51 -0
- data/bin/resetvaspgeomopt +73 -0
- data/bin/runvasp +42 -49
- data/bin/runvaspdir +19 -0
- data/bin/runvaspgeomopt +19 -0
- data/bin/showvaspdir +171 -0
- data/bin/showvaspgeomopt +83 -0
- data/bin/symposcar +89 -113
- data/bin/varycondition +28 -0
- data/example/dot.vasputils +26 -232
- data/lib/vasputils/conditionvarier.rb +157 -0
- data/lib/vasputils/incar.rb +40 -43
- data/lib/vasputils/kpoints.rb +31 -33
- data/lib/vasputils/outcar.rb +53 -53
- data/lib/vasputils/poscar.rb +148 -150
- data/lib/vasputils/potcar/concatenater.rb +22 -22
- data/lib/vasputils/potcar.rb +12 -12
- data/lib/vasputils/setting.rb +22 -22
- data/lib/vasputils/vaspdir.rb +199 -86
- data/lib/vasputils/vaspgeometryoptimizer.rb +233 -100
- data/lib/vasputils.rb +7 -65
- data/test/conditionanalyzer/00/POSCAR +8 -0
- data/test/conditionanalyzer/00/encut400_k444/CONTCAR +8 -0
- data/test/conditionanalyzer/00/encut400_k444/INCAR +28 -0
- data/test/conditionanalyzer/00/encut400_k444/KPOINTS +6 -0
- data/test/conditionanalyzer/00/encut400_k444/OUTCAR +1436 -0
- data/test/conditionanalyzer/00/encut400_k444/POSCAR +8 -0
- data/test/conditionanalyzer/00/encut400_k444/POTCAR +16 -0
- data/test/conditionanalyzer/00/encut400_k555/CONTCAR +8 -0
- data/test/conditionanalyzer/00/encut400_k555/INCAR +28 -0
- data/test/conditionanalyzer/00/encut400_k555/KPOINTS +6 -0
- data/test/conditionanalyzer/00/encut400_k555/OUTCAR +1436 -0
- data/test/conditionanalyzer/00/encut400_k555/POSCAR +8 -0
- data/test/conditionanalyzer/00/encut400_k555/POTCAR +16 -0
- data/test/conditionanalyzer/00/encut500_k444/CONTCAR +8 -0
- data/test/conditionanalyzer/00/encut500_k444/INCAR +28 -0
- data/test/conditionanalyzer/00/encut500_k444/KPOINTS +6 -0
- data/test/conditionanalyzer/00/encut500_k444/OUTCAR +1436 -0
- data/test/conditionanalyzer/00/encut500_k444/POSCAR +8 -0
- data/test/conditionanalyzer/00/encut500_k444/POTCAR +16 -0
- data/test/conditionanalyzer/00/encut500_k555/CONTCAR +8 -0
- data/test/conditionanalyzer/00/encut500_k555/INCAR +28 -0
- data/test/conditionanalyzer/00/encut500_k555/KPOINTS +6 -0
- data/test/conditionanalyzer/00/encut500_k555/OUTCAR +1436 -0
- data/test/conditionanalyzer/00/encut500_k555/POSCAR +8 -0
- data/test/conditionanalyzer/00/encut500_k555/POTCAR +16 -0
- data/test/{vaspkpointsfinder/01-01-01/try00 → conditionanalyzer/01/00-original}/INCAR +3 -3
- data/test/conditionanalyzer/01/00-original/KPOINTS +6 -0
- data/test/conditionanalyzer/01/00-original/POSCAR +10 -0
- data/test/conditionanalyzer/01/01-ENCUT/1000/try02/CONTCAR +13 -0
- data/test/conditionanalyzer/01/01-ENCUT/1000/try02/INCAR +17 -0
- data/test/conditionanalyzer/01/01-ENCUT/1000/try02/KPOINTS +6 -0
- data/test/conditionanalyzer/01/01-ENCUT/1000/try02/OUTCAR +1692 -0
- data/test/conditionanalyzer/01/01-ENCUT/1000/try02/POSCAR +13 -0
- data/test/conditionanalyzer/01/01-ENCUT/1200/try02/CONTCAR +13 -0
- data/test/conditionanalyzer/01/01-ENCUT/1200/try02/INCAR +17 -0
- data/test/conditionanalyzer/01/01-ENCUT/1200/try02/KPOINTS +6 -0
- data/test/conditionanalyzer/01/01-ENCUT/1200/try02/OUTCAR +1692 -0
- data/test/conditionanalyzer/01/01-ENCUT/1200/try02/POSCAR +13 -0
- data/test/conditionanalyzer/01/01-ENCUT/1500/try02/CONTCAR +13 -0
- data/test/conditionanalyzer/01/01-ENCUT/1500/try02/INCAR +17 -0
- data/test/conditionanalyzer/01/01-ENCUT/1500/try02/KPOINTS +6 -0
- data/test/conditionanalyzer/01/01-ENCUT/1500/try02/OUTCAR +1742 -0
- data/test/conditionanalyzer/01/01-ENCUT/1500/try02/POSCAR +13 -0
- data/test/conditionanalyzer/01/01-ENCUT/500/try05/CONTCAR +13 -0
- data/test/conditionanalyzer/01/01-ENCUT/500/try05/INCAR +17 -0
- data/test/conditionanalyzer/01/01-ENCUT/500/try05/KPOINTS +6 -0
- data/test/conditionanalyzer/01/01-ENCUT/500/try05/OUTCAR +1644 -0
- data/test/conditionanalyzer/01/01-ENCUT/500/try05/POSCAR +13 -0
- data/test/conditionanalyzer/01/01-ENCUT/600/try01/CONTCAR +13 -0
- data/test/conditionanalyzer/01/01-ENCUT/600/try01/INCAR +17 -0
- data/test/conditionanalyzer/01/01-ENCUT/600/try01/KPOINTS +6 -0
- data/test/conditionanalyzer/01/01-ENCUT/600/try01/OUTCAR +1644 -0
- data/test/conditionanalyzer/01/01-ENCUT/600/try01/POSCAR +13 -0
- data/test/conditionanalyzer/01/01-ENCUT/700/try01/CONTCAR +13 -0
- data/test/conditionanalyzer/01/01-ENCUT/700/try01/INCAR +17 -0
- data/test/conditionanalyzer/01/01-ENCUT/700/try01/KPOINTS +6 -0
- data/test/conditionanalyzer/01/01-ENCUT/700/try01/OUTCAR +1644 -0
- data/test/conditionanalyzer/01/01-ENCUT/700/try01/POSCAR +13 -0
- data/test/conditionanalyzer/01/01-ENCUT/800/try01/CONTCAR +13 -0
- data/test/conditionanalyzer/01/01-ENCUT/800/try01/INCAR +17 -0
- data/test/conditionanalyzer/01/01-ENCUT/800/try01/KPOINTS +6 -0
- data/test/conditionanalyzer/01/01-ENCUT/800/try01/OUTCAR +3610 -0
- data/test/conditionanalyzer/01/01-ENCUT/800/try01/POSCAR +10 -0
- data/test/conditionanalyzer/01/01-ENCUT/900/try01/CONTCAR +13 -0
- data/test/conditionanalyzer/01/01-ENCUT/900/try01/INCAR +17 -0
- data/test/conditionanalyzer/01/01-ENCUT/900/try01/KPOINTS +6 -0
- data/test/conditionanalyzer/01/01-ENCUT/900/try01/OUTCAR +1692 -0
- data/test/conditionanalyzer/01/01-ENCUT/900/try01/POSCAR +13 -0
- data/test/conditionanalyzer/01/02-KPOINTS/16x16x16/try07/CONTCAR +13 -0
- data/test/conditionanalyzer/01/02-KPOINTS/16x16x16/try07/INCAR +17 -0
- data/test/conditionanalyzer/01/02-KPOINTS/16x16x16/try07/KPOINTS +6 -0
- data/test/conditionanalyzer/01/02-KPOINTS/16x16x16/try07/OUTCAR +12318 -0
- data/test/conditionanalyzer/01/02-KPOINTS/16x16x16/try07/POSCAR +13 -0
- data/test/conditionanalyzer/01/02-KPOINTS/1x1x1/try07/CONTCAR +13 -0
- data/test/conditionanalyzer/01/02-KPOINTS/1x1x1/try07/INCAR +17 -0
- data/test/{vaspkpointsfinder/01-01-01/try00 → conditionanalyzer/01/02-KPOINTS/1x1x1/try07}/KPOINTS +1 -1
- data/test/conditionanalyzer/01/02-KPOINTS/1x1x1/try07/OUTCAR +1337 -0
- data/test/conditionanalyzer/01/02-KPOINTS/1x1x1/try07/POSCAR +13 -0
- data/test/conditionanalyzer/01/02-KPOINTS/2x2x2/try10/CONTCAR +13 -0
- data/test/conditionanalyzer/01/02-KPOINTS/2x2x2/try10/INCAR +17 -0
- data/test/conditionanalyzer/01/02-KPOINTS/2x2x2/try10/KPOINTS +6 -0
- data/test/conditionanalyzer/01/02-KPOINTS/2x2x2/try10/OUTCAR +9885 -0
- data/test/conditionanalyzer/01/02-KPOINTS/2x2x2/try10/POSCAR +13 -0
- data/test/conditionanalyzer/01/02-KPOINTS/32x32x32/try06/CONTCAR +13 -0
- data/test/conditionanalyzer/01/02-KPOINTS/32x32x32/try06/INCAR +17 -0
- data/test/conditionanalyzer/01/02-KPOINTS/32x32x32/try06/KPOINTS +6 -0
- data/test/conditionanalyzer/01/02-KPOINTS/32x32x32/try06/OUTCAR +72342 -0
- data/test/conditionanalyzer/01/02-KPOINTS/32x32x32/try06/POSCAR +13 -0
- data/test/conditionanalyzer/01/02-KPOINTS/32x32x64/try04/CONTCAR +13 -0
- data/test/conditionanalyzer/01/02-KPOINTS/32x32x64/try04/INCAR +17 -0
- data/test/conditionanalyzer/01/02-KPOINTS/32x32x64/try04/KPOINTS +6 -0
- data/test/conditionanalyzer/01/02-KPOINTS/32x32x64/try04/OUTCAR +139254 -0
- data/test/conditionanalyzer/01/02-KPOINTS/32x32x64/try04/POSCAR +13 -0
- data/test/conditionanalyzer/01/02-KPOINTS/4x4x4/try05/CONTCAR +13 -0
- data/test/conditionanalyzer/01/02-KPOINTS/4x4x4/try05/INCAR +17 -0
- data/test/conditionanalyzer/01/02-KPOINTS/4x4x4/try05/KPOINTS +6 -0
- data/test/conditionanalyzer/01/02-KPOINTS/4x4x4/try05/OUTCAR +1644 -0
- data/test/conditionanalyzer/01/02-KPOINTS/4x4x4/try05/POSCAR +13 -0
- data/test/conditionanalyzer/01/02-KPOINTS/64x64x64/INCAR +17 -0
- data/test/conditionanalyzer/01/02-KPOINTS/64x64x64/KPOINTS +6 -0
- data/test/conditionanalyzer/01/02-KPOINTS/64x64x64/OUTCAR +507061 -0
- data/test/conditionanalyzer/01/02-KPOINTS/64x64x64/POSCAR +10 -0
- data/test/conditionanalyzer/01/02-KPOINTS/8x8x8/try05/CONTCAR +13 -0
- data/test/conditionanalyzer/01/02-KPOINTS/8x8x8/try05/INCAR +17 -0
- data/test/conditionanalyzer/01/02-KPOINTS/8x8x8/try05/KPOINTS +6 -0
- data/test/conditionanalyzer/01/02-KPOINTS/8x8x8/try05/OUTCAR +3298 -0
- data/test/conditionanalyzer/01/02-KPOINTS/8x8x8/try05/POSCAR +13 -0
- data/test/conditionanalyzer/mixed_conditions/orthorhombic/CONTCAR +17 -0
- data/test/conditionanalyzer/mixed_conditions/orthorhombic/INCAR +28 -0
- data/test/conditionanalyzer/mixed_conditions/orthorhombic/KPOINTS +6 -0
- data/test/conditionanalyzer/mixed_conditions/orthorhombic/OUTCAR +1436 -0
- data/test/conditionanalyzer/mixed_conditions/orthorhombic/POSCAR +12 -0
- data/test/conditionanalyzer/mixed_conditions/orthorhombic/POTCAR +16 -0
- data/test/conditionanalyzer/mixed_conditions/tetragonal/CONTCAR +17 -0
- data/test/conditionanalyzer/mixed_conditions/tetragonal/INCAR +28 -0
- data/test/conditionanalyzer/mixed_conditions/tetragonal/KPOINTS +6 -0
- data/test/conditionanalyzer/mixed_conditions/tetragonal/OUTCAR +1436 -0
- data/test/conditionanalyzer/mixed_conditions/tetragonal/POSCAR +12 -0
- data/test/conditionanalyzer/mixed_conditions/tetragonal/POTCAR +16 -0
- data/test/conditionanalyzer/picker/encut400_k444-cubic/INCAR +28 -0
- data/test/conditionanalyzer/picker/encut400_k444-cubic/KPOINTS +6 -0
- data/test/conditionanalyzer/picker/encut400_k444-cubic/OUTCAR +1436 -0
- data/test/conditionanalyzer/picker/encut400_k444-cubic/POSCAR +9 -0
- data/test/conditionanalyzer/picker/encut400_k444-cubic/POTCAR +16 -0
- data/test/conditionanalyzer/picker/encut400_k444-tetragonal-b/INCAR +28 -0
- data/test/conditionanalyzer/picker/encut400_k444-tetragonal-b/KPOINTS +6 -0
- data/test/conditionanalyzer/picker/encut400_k444-tetragonal-b/OUTCAR +1436 -0
- data/test/conditionanalyzer/picker/encut400_k444-tetragonal-b/POSCAR +9 -0
- data/test/conditionanalyzer/picker/encut400_k444-tetragonal-b/POTCAR +16 -0
- data/test/conditionanalyzer/picker/encut400_k444-unfinished/INCAR +28 -0
- data/test/conditionanalyzer/picker/encut400_k444-unfinished/KPOINTS +6 -0
- data/test/conditionanalyzer/picker/encut400_k444-unfinished/OUTCAR +1381 -0
- data/test/conditionanalyzer/picker/encut400_k444-unfinished/POSCAR +12 -0
- data/test/conditionanalyzer/picker/encut400_k444-unfinished/POTCAR +16 -0
- data/test/conditionanalyzer/picker/hexiagonal/CONTCAR +13 -0
- data/test/conditionanalyzer/picker/hexiagonal/INCAR +17 -0
- data/test/conditionanalyzer/picker/hexiagonal/KPOINTS +6 -0
- data/test/conditionanalyzer/picker/hexiagonal/OUTCAR +1644 -0
- data/test/conditionanalyzer/picker/hexiagonal/POSCAR +13 -0
- data/test/conditionvarier/standard/INCAR +28 -0
- data/test/conditionvarier/standard/KPOINTS +6 -0
- data/test/conditionvarier/standard/POSCAR +12 -0
- data/test/conditionvarier/standard/POTCAR +16 -0
- data/test/helper.rb +4 -4
- data/test/poscar/symmetry/cubic/POSCAR +8 -0
- data/test/poscar/symmetry/hexagonal/POSCAR +8 -0
- data/test/poscar/symmetry/monoclinic/POSCAR +8 -0
- data/test/poscar/symmetry/orthorhombic/POSCAR +8 -0
- data/test/poscar/symmetry/tetragonal/POSCAR +8 -0
- data/test/poscar/symmetry/tetragonal-b/POSCAR +8 -0
- data/test/poscar/symmetry/triclinic/POSCAR +10 -0
- data/test/poscar/symmetry/trigonal/POSCAR +9 -0
- data/test/test_conditionvarier.rb +201 -0
- data/test/test_incar.rb +144 -144
- data/test/test_kpoints.rb +91 -91
- data/test/test_outcar.rb +154 -154
- data/test/test_poscar.rb +263 -262
- data/test/test_potcar.rb +31 -31
- data/test/test_potcar_concatenater.rb +39 -39
- data/test/test_setting.rb +15 -14
- data/test/test_vaspdir.rb +193 -126
- data/test/test_vaspgeometryoptimizer.rb +177 -78
- data/test/test_vasputils.rb +48 -48
- data/test/vaspdir/reset_init/finished/orig/CONTCAR +17 -0
- data/test/vaspdir/reset_init/finished/orig/INCAR +27 -0
- data/test/vaspdir/reset_init/finished/orig/KPOINTS +6 -0
- data/test/vaspdir/reset_init/finished/orig/OUTCAR +1436 -0
- data/test/vaspdir/reset_init/finished/orig/POSCAR +12 -0
- data/test/vaspdir/reset_init/finished/orig/POTCAR +16 -0
- data/test/vaspgeometryoptimizer/multiple_vaspdir/vaspdir0/CONTCAR +17 -0
- data/test/vaspgeometryoptimizer/multiple_vaspdir/vaspdir0/INCAR +27 -0
- data/test/vaspgeometryoptimizer/multiple_vaspdir/vaspdir0/KPOINTS +6 -0
- data/test/vaspgeometryoptimizer/multiple_vaspdir/vaspdir0/OUTCAR +1436 -0
- data/test/vaspgeometryoptimizer/multiple_vaspdir/vaspdir0/POSCAR +12 -0
- data/test/vaspgeometryoptimizer/multiple_vaspdir/vaspdir0/POTCAR +16 -0
- data/test/vaspgeometryoptimizer/multiple_vaspdir/vaspdir1/CONTCAR +17 -0
- data/test/vaspgeometryoptimizer/multiple_vaspdir/vaspdir1/INCAR +27 -0
- data/test/vaspgeometryoptimizer/multiple_vaspdir/vaspdir1/KPOINTS +6 -0
- data/test/vaspgeometryoptimizer/multiple_vaspdir/vaspdir1/OUTCAR +1436 -0
- data/test/vaspgeometryoptimizer/multiple_vaspdir/vaspdir1/POSCAR +12 -0
- data/test/vaspgeometryoptimizer/multiple_vaspdir/vaspdir1/POTCAR +16 -0
- data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt00/DOSCAR +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt00/EIGENVAL +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt00/INCAR +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt00/KPOINTS +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt00/OSZICAR +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt00/OUTCAR +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt00/PCDAT +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt00/POSCAR +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt00/POTCAR +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt00/WAVECAR +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt00/XDATCAR +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt00/vasprun.xml +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/no-contcar/geomopt01/.gitignore +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/CHG +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/CHGCAR +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/CONTCAR +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/DOSCAR +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/EIGENVAL +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/INCAR +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/KPOINTS +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/OSZICAR +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/OUTCAR +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/PCDAT +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/POSCAR +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/POTCAR +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/WAVECAR +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/XDATCAR +0 -0
- data/test/vaspgeometryoptimizer/prepare_next/normal/geomopt00/vasprun.xml +0 -0
- data/test/vaspgeometryoptimizer/reset_init/orig/geomopt00/CONTCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_init/orig/geomopt00/INCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_init/orig/geomopt00/KPOINTS +0 -0
- data/test/vaspgeometryoptimizer/reset_init/orig/geomopt00/OUTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_init/orig/geomopt00/POSCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_init/orig/geomopt00/POTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_init/orig/geomopt01/CONTCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_init/orig/geomopt01/INCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_init/orig/geomopt01/KPOINTS +0 -0
- data/test/vaspgeometryoptimizer/reset_init/orig/geomopt01/OUTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_init/orig/geomopt01/POSCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_init/orig/geomopt01/POTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_init/orig/geomopt02/CONTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_init/orig/geomopt02/INCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_init/orig/geomopt02/KPOINTS +0 -0
- data/test/vaspgeometryoptimizer/reset_init/orig/geomopt02/POSCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_init/orig/geomopt02/POTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_init/orig/lock_vaspgeomopt/dummy +0 -0
- data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt00/CONTCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt00/INCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt00/KPOINTS +0 -0
- data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt00/OUTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt00/POSCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt00/POTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt01/CONTCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt01/INCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt01/KPOINTS +0 -0
- data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt01/OUTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt01/POSCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt01/POTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt02/CONTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt02/INCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt02/KPOINTS +0 -0
- data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt02/OUTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt02/POSCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/geomopt02/POTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/empty-contcar/orig/lock_vaspgeomopt/dummy +0 -0
- data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt00/CONTCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt00/INCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt00/KPOINTS +0 -0
- data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt00/OUTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt00/POSCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt00/POTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt01/CONTCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt01/INCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt01/KPOINTS +0 -0
- data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt01/OUTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt01/POSCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt01/POTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt02/INCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt02/KPOINTS +0 -0
- data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt02/POSCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/geomopt02/POTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/no-contcar/orig/lock_vaspgeomopt/dummy +0 -0
- data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt00/CONTCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt00/INCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt00/KPOINTS +0 -0
- data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt00/OUTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt00/POSCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt00/POTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt01/CONTCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt01/INCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt01/KPOINTS +0 -0
- data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt01/OUTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt01/POSCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt01/POTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt02/CONTCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt02/INCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt02/KPOINTS +0 -0
- data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt02/POSCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/geomopt02/POTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_next/poscar-contcar/orig/lock_vaspgeomopt/dummy +0 -0
- data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt00/CONTCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt00/INCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt00/KPOINTS +0 -0
- data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt00/OUTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt00/POSCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt00/POTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt01/CONTCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt01/INCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt01/KPOINTS +0 -0
- data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt01/OUTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt01/POSCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt01/POTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt02/CONTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt02/INCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt02/KPOINTS +0 -0
- data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt02/POSCAR +12 -0
- data/test/vaspgeometryoptimizer/reset_reincarnation/orig/geomopt02/POTCAR +0 -0
- data/test/vaspgeometryoptimizer/reset_reincarnation/orig/lock_vaspgeomopt/dummy +0 -0
- data/test/vaspgeometryoptimizer/started/geomopt00/INCAR +0 -0
- data/test/vaspgeometryoptimizer/started/geomopt00/KPOINTS +0 -0
- data/test/vaspgeometryoptimizer/started/geomopt00/POSCAR +0 -0
- data/test/vaspgeometryoptimizer/started/geomopt00/POTCAR +0 -0
- data/test/vaspgeometryoptimizer/till01/geomopt00/CONTCAR +0 -0
- data/test/vaspgeometryoptimizer/till01/geomopt00/INCAR +0 -0
- data/test/vaspgeometryoptimizer/till01/geomopt00/KPOINTS +0 -0
- data/test/vaspgeometryoptimizer/till01/geomopt00/OUTCAR +0 -0
- data/test/vaspgeometryoptimizer/till01/geomopt00/POSCAR +0 -0
- data/test/vaspgeometryoptimizer/till01/geomopt00/POTCAR +0 -0
- data/test/vaspgeometryoptimizer/till01/geomopt01/INCAR +0 -0
- data/test/vaspgeometryoptimizer/till01/geomopt01/KPOINTS +0 -0
- data/test/vaspgeometryoptimizer/till01/geomopt01/POSCAR +0 -0
- data/test/vaspgeometryoptimizer/till01/geomopt01/POTCAR +0 -0
- metadata +464 -106
- data/bin/genvaspdir +0 -17
- data/bin/rmvaspout +0 -40
- data/lib/vasputils/vaspkpointsfinder.rb +0 -72
- data/test/test_vaspkpointsfinder.rb +0 -25
- data/test/vaspkpointsfinder/01-01-01/try00/POSCAR +0 -8
- data/vasputils.gemspec +0 -567
- /data/test/{vaspgeometryoptimizer/ended-Iter1/try00 → conditionanalyzer/01/00-original}/POTCAR +0 -0
- /data/test/{vaspgeometryoptimizer/ended-Iter1/try01 → conditionanalyzer/01/01-ENCUT/1000/try02}/POTCAR +0 -0
- /data/test/{vaspgeometryoptimizer/ended-Iter2/try00 → conditionanalyzer/01/01-ENCUT/1200/try02}/POTCAR +0 -0
- /data/test/{vaspgeometryoptimizer/ended-Iter2/try01 → conditionanalyzer/01/01-ENCUT/1500/try02}/POTCAR +0 -0
- /data/test/{vaspgeometryoptimizer/not-yet/try00 → conditionanalyzer/01/01-ENCUT/500/try05}/POTCAR +0 -0
- /data/test/{vaspgeometryoptimizer/prepare_next/try00 → conditionanalyzer/01/01-ENCUT/600/try01}/POTCAR +0 -0
- /data/test/{vaspgeometryoptimizer/started/try00 → conditionanalyzer/01/01-ENCUT/700/try01}/POTCAR +0 -0
- /data/test/{vaspgeometryoptimizer/till01/try00 → conditionanalyzer/01/01-ENCUT/800/try01}/POTCAR +0 -0
- /data/test/{vaspgeometryoptimizer/till01 → conditionanalyzer/01/01-ENCUT/900}/try01/POTCAR +0 -0
- /data/test/{vaspkpointsfinder/01-01-01/try00 → conditionanalyzer/01/02-KPOINTS/16x16x16/try07}/POTCAR +0 -0
- /data/test/{vaspgeometryoptimizer/ended-Iter1/try00/INCAR → conditionanalyzer/01/02-KPOINTS/1x1x1/try07/POTCAR} +0 -0
- /data/test/{vaspgeometryoptimizer/ended-Iter1/try00/KPOINTS → conditionanalyzer/01/02-KPOINTS/2x2x2/try10/POTCAR} +0 -0
- /data/test/{vaspgeometryoptimizer/ended-Iter1/try00/OUTCAR → conditionanalyzer/01/02-KPOINTS/32x32x32/try06/POTCAR} +0 -0
- /data/test/{vaspgeometryoptimizer/ended-Iter1/try00/POSCAR → conditionanalyzer/01/02-KPOINTS/32x32x64/try04/POTCAR} +0 -0
- /data/test/{vaspgeometryoptimizer/ended-Iter1/try01/INCAR → conditionanalyzer/01/02-KPOINTS/4x4x4/try05/POTCAR} +0 -0
- /data/test/{vaspgeometryoptimizer/ended-Iter2/try00 → conditionanalyzer/01/02-KPOINTS/64x64x64}/CONTCAR +0 -0
- /data/test/{vaspgeometryoptimizer/ended-Iter1/try01/KPOINTS → conditionanalyzer/01/02-KPOINTS/64x64x64/POTCAR} +0 -0
- /data/test/{vaspgeometryoptimizer/ended-Iter1/try01/POSCAR → conditionanalyzer/01/02-KPOINTS/8x8x8/try05/POTCAR} +0 -0
- /data/test/{vaspgeometryoptimizer/ended-Iter2/try00/INCAR → conditionanalyzer/picker/hexiagonal/POTCAR} +0 -0
- /data/test/vaspgeometryoptimizer/{prepare_next/try00 → ended-Iter1/geomopt00}/CONTCAR +0 -0
- /data/test/vaspgeometryoptimizer/{ended-Iter2/try01 → ended-Iter1/geomopt00}/INCAR +0 -0
- /data/test/vaspgeometryoptimizer/{ended-Iter2/try00 → ended-Iter1/geomopt00}/KPOINTS +0 -0
- /data/test/vaspgeometryoptimizer/{ended-Iter2/try00 → ended-Iter1/geomopt00}/OUTCAR +0 -0
- /data/test/vaspgeometryoptimizer/{ended-Iter2/try00 → ended-Iter1/geomopt00}/POSCAR +0 -0
- /data/test/vaspgeometryoptimizer/{ended-Iter2/try01/KPOINTS → ended-Iter1/geomopt00/POTCAR} +0 -0
- /data/test/vaspgeometryoptimizer/{not-yet/try00 → ended-Iter1/geomopt01}/INCAR +0 -0
- /data/test/vaspgeometryoptimizer/{not-yet/try00 → ended-Iter1/geomopt01}/KPOINTS +0 -0
- /data/test/vaspgeometryoptimizer/ended-Iter1/{try01 → geomopt01}/OUTCAR +0 -0
- /data/test/vaspgeometryoptimizer/{ended-Iter2/try01 → ended-Iter1/geomopt01}/POSCAR +0 -0
- /data/test/vaspgeometryoptimizer/{not-yet/try00/POSCAR → ended-Iter1/geomopt01/POTCAR} +0 -0
- /data/test/vaspgeometryoptimizer/{till01/try00 → ended-Iter2/geomopt00}/CONTCAR +0 -0
- /data/test/vaspgeometryoptimizer/{prepare_next/try00 → ended-Iter2/geomopt00}/INCAR +0 -0
- /data/test/vaspgeometryoptimizer/{prepare_next/try00 → ended-Iter2/geomopt00}/KPOINTS +0 -0
- /data/test/vaspgeometryoptimizer/{prepare_next/try00 → ended-Iter2/geomopt00}/OUTCAR +0 -0
- /data/test/vaspgeometryoptimizer/{prepare_next/try00 → ended-Iter2/geomopt00}/POSCAR +0 -0
- /data/test/vaspgeometryoptimizer/{prepare_next/try00/CHG → ended-Iter2/geomopt00/POTCAR} +0 -0
- /data/test/vaspgeometryoptimizer/{started/try00 → ended-Iter2/geomopt01}/INCAR +0 -0
- /data/test/vaspgeometryoptimizer/{started/try00 → ended-Iter2/geomopt01}/KPOINTS +0 -0
- /data/test/vaspgeometryoptimizer/ended-Iter2/{try01 → geomopt01}/OUTCAR +0 -0
- /data/test/vaspgeometryoptimizer/{started/try00 → ended-Iter2/geomopt01}/POSCAR +0 -0
- /data/test/vaspgeometryoptimizer/{prepare_next/try00/CHGCAR → ended-Iter2/geomopt01/POTCAR} +0 -0
- /data/test/vaspgeometryoptimizer/{till01/try00 → not-geomopt/not-geomopt-subdir/calcA}/INCAR +0 -0
- /data/test/vaspgeometryoptimizer/{till01/try00 → not-geomopt/not-geomopt-subdir/calcA}/KPOINTS +0 -0
- /data/test/vaspgeometryoptimizer/{till01/try00 → not-geomopt/not-geomopt-subdir/calcA}/POSCAR +0 -0
- /data/test/vaspgeometryoptimizer/{prepare_next/try00/DOSCAR → not-geomopt/not-geomopt-subdir/calcA/POTCAR} +0 -0
- /data/test/vaspgeometryoptimizer/{till01/try01 → not-geomopt/not-geomopt-subdir/calcB}/INCAR +0 -0
- /data/test/vaspgeometryoptimizer/{till01/try01 → not-geomopt/not-geomopt-subdir/calcB}/KPOINTS +0 -0
- /data/test/vaspgeometryoptimizer/{till01/try01 → not-geomopt/not-geomopt-subdir/calcB}/POSCAR +0 -0
- /data/test/vaspgeometryoptimizer/{prepare_next/try00/EIGENVAL → not-geomopt/not-geomopt-subdir/calcB/POTCAR} +0 -0
- /data/test/vaspgeometryoptimizer/{prepare_next/try00/OSZICAR → not-yet/geomopt00/INCAR} +0 -0
- /data/test/vaspgeometryoptimizer/{prepare_next/try00/PCDAT → not-yet/geomopt00/KPOINTS} +0 -0
- /data/test/vaspgeometryoptimizer/{prepare_next/try00/WAVECAR → not-yet/geomopt00/POSCAR} +0 -0
- /data/test/vaspgeometryoptimizer/{prepare_next/try00/XDATCAR → not-yet/geomopt00/POTCAR} +0 -0
- /data/test/vaspgeometryoptimizer/prepare_next/{try00/vasprun.xml → no-contcar/geomopt00/CHG} +0 -0
- /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 21:48:31
|
|
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] = [ 17.69, 44.22] = [ 87.61,547.56] Ry
|
|
84
|
+
Optimized for a Real-space Cutoff 0.88 Angstroem
|
|
85
|
+
|
|
86
|
+
l n(q) QCUT max X(q) W(low)/X(q) W(high)/X(q) e(spline)
|
|
87
|
+
0 12 17.688 8.730 0.43E-04 0.50E-04 0.31E-05
|
|
88
|
+
0 12 17.688 8.910 0.58E-04 0.71E-04 0.44E-05
|
|
89
|
+
1 11 17.688 2.513 0.77E-05 0.60E-05 0.21E-06
|
|
90
|
+
1 11 17.688 3.341 0.40E-04 0.22E-04 0.66E-06
|
|
91
|
+
2 11 17.688 3.683 0.38E-03 0.59E-03 0.12E-04
|
|
92
|
+
PAW_PBE Mg_sv 12Apr2007 :
|
|
93
|
+
energy of atom 1 EATOM=-1728.4457
|
|
94
|
+
kinetic energy error for atom= 0.0038 (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.1861634146
|
|
115
|
+
C/A-ratio = 1.6251419661
|
|
116
|
+
|
|
117
|
+
Lattice vectors:
|
|
118
|
+
|
|
119
|
+
A1 = ( 3.1861634147, 0.0000000000, 0.0000000000)
|
|
120
|
+
A2 = ( -1.5930817074, 2.7592984577, 0.0000000000)
|
|
121
|
+
A3 = ( 0.0000000000, 0.0000000000, 5.1779678760)
|
|
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.078464 0.045301 0.000000 6.000000
|
|
193
|
+
0.156929 0.090603 0.000000 3.000000
|
|
194
|
+
0.078464 0.135904 0.000000 6.000000
|
|
195
|
+
0.000000 0.000000 0.048281 2.000000
|
|
196
|
+
0.078464 0.045301 0.048281 12.000000
|
|
197
|
+
0.156929 0.090603 0.048281 6.000000
|
|
198
|
+
0.078464 0.135904 0.048281 12.000000
|
|
199
|
+
0.000000 0.000000 0.096563 1.000000
|
|
200
|
+
0.078464 0.045301 0.096563 6.000000
|
|
201
|
+
0.156929 0.090603 0.096563 3.000000
|
|
202
|
+
0.078464 0.135904 0.096563 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 = 77760
|
|
216
|
+
max r-space proj IRMAX = 4970 max aug-charges IRDMAX= 6144
|
|
217
|
+
dimension x,y,z NGX = 36 NGY = 36 NGZ = 60
|
|
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 18.78, 18.78, 19.26 a.u.
|
|
222
|
+
NGXF,Y,Z is equivalent to a cutoff of 25.05, 25.05, 22.47 a.u.
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
I would recommend the setting:
|
|
226
|
+
dimension x,y,z NGX = 36 NGY = 36 NGZ = 59
|
|
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 = 1200.0 eV 88.20 Ry 9.39 a.u. 9.00 9.00 14.63*2*pi/ulx,y,z
|
|
244
|
+
ENINI = 1200.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.76 153.60
|
|
315
|
+
Fermi-wavevector in a.u.,A,eV,Ry = 1.244542 2.351843 21.073849 1.548884
|
|
316
|
+
Thomas-Fermi vector in A = 2.378804
|
|
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 : 1200.00
|
|
385
|
+
volume of cell : 45.52
|
|
386
|
+
direct lattice vectors reciprocal lattice vectors
|
|
387
|
+
3.186163415 0.000000000 0.000000000 0.313857097 0.181205479 0.000000000
|
|
388
|
+
-1.593081707 2.759298458 0.000000000 0.000000000 0.362410959 0.000000000
|
|
389
|
+
0.000000000 0.000000000 5.177967876 0.000000000 0.000000000 0.193125957
|
|
390
|
+
|
|
391
|
+
length of vectors
|
|
392
|
+
3.186163415 3.186163415 5.177967876 0.362410959 0.362410959 0.193125957
|
|
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.07846427 0.04530137 0.00000000 0.094
|
|
399
|
+
0.15692855 0.09060274 0.00000000 0.047
|
|
400
|
+
0.07846427 0.13590411 0.00000000 0.094
|
|
401
|
+
0.00000000 0.00000000 0.04828149 0.031
|
|
402
|
+
0.07846427 0.04530137 0.04828149 0.188
|
|
403
|
+
0.15692855 0.09060274 0.04828149 0.094
|
|
404
|
+
0.07846427 0.13590411 0.04828149 0.188
|
|
405
|
+
0.00000000 0.00000000 0.09656298 0.016
|
|
406
|
+
0.07846427 0.04530137 0.09656298 0.094
|
|
407
|
+
0.15692855 0.09060274 0.09656298 0.047
|
|
408
|
+
0.07846427 0.13590411 0.09656298 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.83953236 1.29449197
|
|
430
|
+
1.59308161 0.91976610 3.88347591
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
--------------------------------------------------------------------------------------------------------
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
k-point 1 : 0.00000.00000.0000 plane waves: 4247
|
|
438
|
+
k-point 2 : 0.25000.00000.0000 plane waves: 4304
|
|
439
|
+
k-point 3 : 0.50000.00000.0000 plane waves: 4308
|
|
440
|
+
k-point 4 : 0.25000.25000.0000 plane waves: 4293
|
|
441
|
+
k-point 5 : 0.00000.00000.2500 plane waves: 4259
|
|
442
|
+
k-point 6 : 0.25000.00000.2500 plane waves: 4284
|
|
443
|
+
k-point 7 : 0.50000.00000.2500 plane waves: 4300
|
|
444
|
+
k-point 8 : 0.25000.25000.2500 plane waves: 4309
|
|
445
|
+
k-point 9 : 0.00000.00000.5000 plane waves: 4278
|
|
446
|
+
k-point 10 : 0.25000.00000.5000 plane waves: 4292
|
|
447
|
+
k-point 11 : 0.50000.00000.5000 plane waves: 4296
|
|
448
|
+
k-point 12 : 0.25000.25000.5000 plane waves: 4308
|
|
449
|
+
|
|
450
|
+
maximum and minimum number of plane-waves per node : 4309 4247
|
|
451
|
+
|
|
452
|
+
maximum number of plane-waves: 4309
|
|
453
|
+
maximum index in each direction:
|
|
454
|
+
IXMAX= 8 IYMAX= 8 IZMAX= 14
|
|
455
|
+
IXMIN= -9 IYMIN= -9 IZMIN= -15
|
|
456
|
+
|
|
457
|
+
NGX is ok and might be reduce to 36
|
|
458
|
+
NGY is ok and might be reduce to 36
|
|
459
|
+
NGZ is ok and might be reduce to 60
|
|
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 80981. kBytes
|
|
467
|
+
========================================================================
|
|
468
|
+
|
|
469
|
+
base : 30000. kBytes
|
|
470
|
+
nonlr-proj: 1260. kBytes
|
|
471
|
+
fftplans : 6588. kBytes
|
|
472
|
+
grid : 18132. kBytes
|
|
473
|
+
one-center: 32. kBytes
|
|
474
|
+
wavefun : 24969. kBytes
|
|
475
|
+
|
|
476
|
+
Broyden mixing: mesh for mixing (old mesh)
|
|
477
|
+
NGX = 17 NGY = 17 NGZ = 29
|
|
478
|
+
(NGX = 48 NGY = 48 NGZ = 70)
|
|
479
|
+
gives a total of 8381 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 4773
|
|
491
|
+
Maximum index for augmentation-charges 5816 (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.01: real time 0.00
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
----------------------------------------- Iteration 1( 1) ---------------------------------------
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
POTLOK: cpu time 0.71: real time 0.55
|
|
508
|
+
SETDIJ: cpu time 0.04: real time 0.04
|
|
509
|
+
EDDAV: cpu time 52.84: real time 14.03
|
|
510
|
+
DOS: cpu time 0.00: real time 0.00
|
|
511
|
+
--------------------------------------------
|
|
512
|
+
LOOP: cpu time 53.60: real time 14.63
|
|
513
|
+
|
|
514
|
+
eigenvalue-minimisations : 728
|
|
515
|
+
total energy-change (2. order) : 0.2738775E+03 (-0.2041597E+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.73304164
|
|
522
|
+
Ewald energy TEWEN = -1467.49771394
|
|
523
|
+
-1/2 Hartree DENC = -1239.71388758
|
|
524
|
+
-exchange EXHF = 0.00000000
|
|
525
|
+
-V(xc)+E(xc) XCENC = 131.33329236
|
|
526
|
+
PAW double counting = 2379.29824340 -2557.18617214
|
|
527
|
+
entropy T*S EENTRO = -0.00526842
|
|
528
|
+
eigenvalues EBANDS = -492.96778001
|
|
529
|
+
atomic energy EATOM = 3456.88377099
|
|
530
|
+
---------------------------------------------------
|
|
531
|
+
free energy TOTEN = 273.87752629 eV
|
|
532
|
+
|
|
533
|
+
energy without entropy = 273.88279470 energy(sigma->0) = 273.88016050
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
--------------------------------------------------------------------------------------------------------
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
----------------------------------------- Iteration 1( 2) ---------------------------------------
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
EDDAV: cpu time 57.18: real time 15.10
|
|
545
|
+
DOS: cpu time 0.01: real time 0.00
|
|
546
|
+
--------------------------------------------
|
|
547
|
+
LOOP: cpu time 57.20: real time 15.11
|
|
548
|
+
|
|
549
|
+
eigenvalue-minimisations : 804
|
|
550
|
+
total energy-change (2. order) :-0.2499736E+03 (-0.2474062E+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.73304164
|
|
557
|
+
Ewald energy TEWEN = -1467.49771394
|
|
558
|
+
-1/2 Hartree DENC = -1239.71388758
|
|
559
|
+
-exchange EXHF = 0.00000000
|
|
560
|
+
-V(xc)+E(xc) XCENC = 131.33329236
|
|
561
|
+
PAW double counting = 2379.29824340 -2557.18617214
|
|
562
|
+
entropy T*S EENTRO = -0.00311982
|
|
563
|
+
eigenvalues EBANDS = -742.94356096
|
|
564
|
+
atomic energy EATOM = 3456.88377099
|
|
565
|
+
---------------------------------------------------
|
|
566
|
+
free energy TOTEN = 23.90389393 eV
|
|
567
|
+
|
|
568
|
+
energy without entropy = 23.90701375 energy(sigma->0) = 23.90545384
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
--------------------------------------------------------------------------------------------------------
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
----------------------------------------- Iteration 1( 3) ---------------------------------------
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
EDDAV: cpu time 86.12: real time 22.76
|
|
580
|
+
DOS: cpu time 0.00: real time 0.00
|
|
581
|
+
--------------------------------------------
|
|
582
|
+
LOOP: cpu time 86.17: real time 22.78
|
|
583
|
+
|
|
584
|
+
eigenvalue-minimisations : 1348
|
|
585
|
+
total energy-change (2. order) :-0.2448099E+02 (-0.2424568E+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.73304164
|
|
592
|
+
Ewald energy TEWEN = -1467.49771394
|
|
593
|
+
-1/2 Hartree DENC = -1239.71388758
|
|
594
|
+
-exchange EXHF = 0.00000000
|
|
595
|
+
-V(xc)+E(xc) XCENC = 131.33329236
|
|
596
|
+
PAW double counting = 2379.29824340 -2557.18617214
|
|
597
|
+
entropy T*S EENTRO = -0.00716603
|
|
598
|
+
eigenvalues EBANDS = -767.42050600
|
|
599
|
+
atomic energy EATOM = 3456.88377099
|
|
600
|
+
---------------------------------------------------
|
|
601
|
+
free energy TOTEN = -0.57709731 eV
|
|
602
|
+
|
|
603
|
+
energy without entropy = -0.56993128 energy(sigma->0) = -0.57351429
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
--------------------------------------------------------------------------------------------------------
|
|
607
|
+
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
----------------------------------------- Iteration 1( 4) ---------------------------------------
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
EDDAV: cpu time 56.95: real time 15.12
|
|
615
|
+
DOS: cpu time 0.00: real time 0.00
|
|
616
|
+
--------------------------------------------
|
|
617
|
+
LOOP: cpu time 56.97: real time 15.13
|
|
618
|
+
|
|
619
|
+
eigenvalue-minimisations : 805
|
|
620
|
+
total energy-change (2. order) :-0.1742809E+01 (-0.1738715E+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.73304164
|
|
627
|
+
Ewald energy TEWEN = -1467.49771394
|
|
628
|
+
-1/2 Hartree DENC = -1239.71388758
|
|
629
|
+
-exchange EXHF = 0.00000000
|
|
630
|
+
-V(xc)+E(xc) XCENC = 131.33329236
|
|
631
|
+
PAW double counting = 2379.29824340 -2557.18617214
|
|
632
|
+
entropy T*S EENTRO = -0.00923126
|
|
633
|
+
eigenvalues EBANDS = -769.16125004
|
|
634
|
+
atomic energy EATOM = 3456.88377099
|
|
635
|
+
---------------------------------------------------
|
|
636
|
+
free energy TOTEN = -2.31990658 eV
|
|
637
|
+
|
|
638
|
+
energy without entropy = -2.31067532 energy(sigma->0) = -2.31529095
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
--------------------------------------------------------------------------------------------------------
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
----------------------------------------- Iteration 1( 5) ---------------------------------------
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
EDDAV: cpu time 73.64: real time 19.55
|
|
650
|
+
DOS: cpu time 0.01: real time 0.00
|
|
651
|
+
CHARGE: cpu time 1.53: real time 1.33
|
|
652
|
+
MIXING: cpu time 0.01: real time 0.01
|
|
653
|
+
--------------------------------------------
|
|
654
|
+
LOOP: cpu time 75.21: real time 20.90
|
|
655
|
+
|
|
656
|
+
eigenvalue-minimisations : 1115
|
|
657
|
+
total energy-change (2. order) :-0.1094506E+00 (-0.1094485E+00)
|
|
658
|
+
number of electron 19.9999977 magnetization 0.2609607
|
|
659
|
+
augmentation part 7.1994177 magnetization 0.0480677
|
|
660
|
+
|
|
661
|
+
Broyden mixing:
|
|
662
|
+
rms(total) = 0.14334E+01 rms(broyden)= 0.14334E+01
|
|
663
|
+
rms(prec ) = 0.14652E+01
|
|
664
|
+
weight for this iteration 100.00
|
|
665
|
+
|
|
666
|
+
Free energy of the ion-electron system (eV)
|
|
667
|
+
---------------------------------------------------
|
|
668
|
+
alpha Z PSCENC = 63.73304164
|
|
669
|
+
Ewald energy TEWEN = -1467.49771394
|
|
670
|
+
-1/2 Hartree DENC = -1239.71388758
|
|
671
|
+
-exchange EXHF = 0.00000000
|
|
672
|
+
-V(xc)+E(xc) XCENC = 131.33329236
|
|
673
|
+
PAW double counting = 2379.29824340 -2557.18617214
|
|
674
|
+
entropy T*S EENTRO = -0.00925030
|
|
675
|
+
eigenvalues EBANDS = -769.27068156
|
|
676
|
+
atomic energy EATOM = 3456.88377099
|
|
677
|
+
---------------------------------------------------
|
|
678
|
+
free energy TOTEN = -2.42935715 eV
|
|
679
|
+
|
|
680
|
+
energy without entropy = -2.42010685 energy(sigma->0) = -2.42473200
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
--------------------------------------------------------------------------------------------------------
|
|
684
|
+
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
----------------------------------------- Iteration 1( 6) ---------------------------------------
|
|
689
|
+
|
|
690
|
+
|
|
691
|
+
POTLOK: cpu time 0.40: real time 0.41
|
|
692
|
+
SETDIJ: cpu time 0.03: real time 0.03
|
|
693
|
+
EDDAV: cpu time 69.28: real time 18.27
|
|
694
|
+
DOS: cpu time 0.01: real time 0.00
|
|
695
|
+
CHARGE: cpu time 1.28: real time 1.22
|
|
696
|
+
MIXING: cpu time 0.01: real time 0.01
|
|
697
|
+
--------------------------------------------
|
|
698
|
+
LOOP: cpu time 71.01: real time 19.95
|
|
699
|
+
|
|
700
|
+
eigenvalue-minimisations : 1015
|
|
701
|
+
total energy-change (2. order) :-0.5363961E+00 (-0.4186094E-01)
|
|
702
|
+
number of electron 19.9999977 magnetization 0.2305595
|
|
703
|
+
augmentation part 7.1873924 magnetization -0.0231865
|
|
704
|
+
|
|
705
|
+
Broyden mixing:
|
|
706
|
+
rms(total) = 0.63111E+00 rms(broyden)= 0.63111E+00
|
|
707
|
+
rms(prec ) = 0.65552E+00
|
|
708
|
+
weight for this iteration 100.00
|
|
709
|
+
|
|
710
|
+
eigenvalues of (default mixing * dielectric matrix)
|
|
711
|
+
average eigenvalue GAMMA= 0.7015
|
|
712
|
+
0.7015
|
|
713
|
+
|
|
714
|
+
Free energy of the ion-electron system (eV)
|
|
715
|
+
---------------------------------------------------
|
|
716
|
+
alpha Z PSCENC = 63.73304164
|
|
717
|
+
Ewald energy TEWEN = -1467.49771394
|
|
718
|
+
-1/2 Hartree DENC = -1228.88416917
|
|
719
|
+
-exchange EXHF = 0.00000000
|
|
720
|
+
-V(xc)+E(xc) XCENC = 130.74971589
|
|
721
|
+
PAW double counting = 2319.36101866 -2504.28244131
|
|
722
|
+
entropy T*S EENTRO = -0.00750576
|
|
723
|
+
eigenvalues EBANDS = -773.02147024
|
|
724
|
+
atomic energy EATOM = 3456.88377099
|
|
725
|
+
---------------------------------------------------
|
|
726
|
+
free energy TOTEN = -2.96575325 eV
|
|
727
|
+
|
|
728
|
+
energy without entropy = -2.95824749 energy(sigma->0) = -2.96200037
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
--------------------------------------------------------------------------------------------------------
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
----------------------------------------- Iteration 1( 7) ---------------------------------------
|
|
737
|
+
|
|
738
|
+
|
|
739
|
+
POTLOK: cpu time 0.40: real time 0.41
|
|
740
|
+
SETDIJ: cpu time 0.03: real time 0.03
|
|
741
|
+
EDDAV: cpu time 55.11: real time 14.75
|
|
742
|
+
DOS: cpu time 0.01: real time 0.00
|
|
743
|
+
CHARGE: cpu time 1.48: real time 1.46
|
|
744
|
+
MIXING: cpu time 0.01: real time 0.01
|
|
745
|
+
--------------------------------------------
|
|
746
|
+
LOOP: cpu time 57.04: real time 16.66
|
|
747
|
+
|
|
748
|
+
eigenvalue-minimisations : 762
|
|
749
|
+
total energy-change (2. order) :-0.1809442E+00 (-0.8447192E-02)
|
|
750
|
+
number of electron 19.9999977 magnetization -0.0271817
|
|
751
|
+
augmentation part 7.1949519 magnetization -0.1073710
|
|
752
|
+
|
|
753
|
+
Broyden mixing:
|
|
754
|
+
rms(total) = 0.16485E+00 rms(broyden)= 0.16485E+00
|
|
755
|
+
rms(prec ) = 0.21206E+00
|
|
756
|
+
weight for this iteration 100.00
|
|
757
|
+
|
|
758
|
+
eigenvalues of (default mixing * dielectric matrix)
|
|
759
|
+
average eigenvalue GAMMA= 1.0142
|
|
760
|
+
1.3456 0.6827
|
|
761
|
+
|
|
762
|
+
Free energy of the ion-electron system (eV)
|
|
763
|
+
---------------------------------------------------
|
|
764
|
+
alpha Z PSCENC = 63.73304164
|
|
765
|
+
Ewald energy TEWEN = -1467.49771394
|
|
766
|
+
-1/2 Hartree DENC = -1224.33982150
|
|
767
|
+
-exchange EXHF = 0.00000000
|
|
768
|
+
-V(xc)+E(xc) XCENC = 130.47210075
|
|
769
|
+
PAW double counting = 2294.93538757 -2482.87403459
|
|
770
|
+
entropy T*S EENTRO = -0.00768877
|
|
771
|
+
eigenvalues EBANDS = -774.45173961
|
|
772
|
+
atomic energy EATOM = 3456.88377099
|
|
773
|
+
---------------------------------------------------
|
|
774
|
+
free energy TOTEN = -3.14669745 eV
|
|
775
|
+
|
|
776
|
+
energy without entropy = -3.13900869 energy(sigma->0) = -3.14285307
|
|
777
|
+
|
|
778
|
+
|
|
779
|
+
--------------------------------------------------------------------------------------------------------
|
|
780
|
+
|
|
781
|
+
|
|
782
|
+
|
|
783
|
+
|
|
784
|
+
----------------------------------------- Iteration 1( 8) ---------------------------------------
|
|
785
|
+
|
|
786
|
+
|
|
787
|
+
POTLOK: cpu time 0.58: real time 0.58
|
|
788
|
+
SETDIJ: cpu time 0.04: real time 0.04
|
|
789
|
+
EDDAV: cpu time 58.37: real time 15.50
|
|
790
|
+
DOS: cpu time 0.00: real time 0.00
|
|
791
|
+
CHARGE: cpu time 1.42: real time 1.40
|
|
792
|
+
MIXING: cpu time 0.01: real time 0.01
|
|
793
|
+
--------------------------------------------
|
|
794
|
+
LOOP: cpu time 60.43: real time 17.54
|
|
795
|
+
|
|
796
|
+
eigenvalue-minimisations : 818
|
|
797
|
+
total energy-change (2. order) : 0.1468605E-02 (-0.3778419E-02)
|
|
798
|
+
number of electron 19.9999977 magnetization -0.0660806
|
|
799
|
+
augmentation part 7.1927686 magnetization -0.0306595
|
|
800
|
+
|
|
801
|
+
Broyden mixing:
|
|
802
|
+
rms(total) = 0.61452E-01 rms(broyden)= 0.61451E-01
|
|
803
|
+
rms(prec ) = 0.70917E-01
|
|
804
|
+
weight for this iteration 100.00
|
|
805
|
+
|
|
806
|
+
eigenvalues of (default mixing * dielectric matrix)
|
|
807
|
+
average eigenvalue GAMMA= 1.1520
|
|
808
|
+
2.0767 0.7383 0.6410
|
|
809
|
+
|
|
810
|
+
Free energy of the ion-electron system (eV)
|
|
811
|
+
---------------------------------------------------
|
|
812
|
+
alpha Z PSCENC = 63.73304164
|
|
813
|
+
Ewald energy TEWEN = -1467.49771394
|
|
814
|
+
-1/2 Hartree DENC = -1215.18731220
|
|
815
|
+
-exchange EXHF = 0.00000000
|
|
816
|
+
-V(xc)+E(xc) XCENC = 130.13670137
|
|
817
|
+
PAW double counting = 2247.09950199 -2441.04349510
|
|
818
|
+
entropy T*S EENTRO = -0.00446760
|
|
819
|
+
eigenvalues EBANDS = -777.26525600
|
|
820
|
+
atomic energy EATOM = 3456.88377099
|
|
821
|
+
---------------------------------------------------
|
|
822
|
+
free energy TOTEN = -3.14522885 eV
|
|
823
|
+
|
|
824
|
+
energy without entropy = -3.14076125 energy(sigma->0) = -3.14299505
|
|
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 67.28: real time 17.90
|
|
838
|
+
DOS: cpu time 0.00: real time 0.00
|
|
839
|
+
CHARGE: cpu time 1.51: real time 1.31
|
|
840
|
+
MIXING: cpu time 0.01: real time 0.01
|
|
841
|
+
--------------------------------------------
|
|
842
|
+
LOOP: cpu time 69.24: real time 19.66
|
|
843
|
+
|
|
844
|
+
eigenvalue-minimisations : 985
|
|
845
|
+
total energy-change (2. order) :-0.4463761E-02 (-0.2520869E-03)
|
|
846
|
+
number of electron 19.9999977 magnetization -0.0158723
|
|
847
|
+
augmentation part 7.1880646 magnetization 0.0015791
|
|
848
|
+
|
|
849
|
+
Broyden mixing:
|
|
850
|
+
rms(total) = 0.12318E-01 rms(broyden)= 0.12318E-01
|
|
851
|
+
rms(prec ) = 0.17358E-01
|
|
852
|
+
weight for this iteration 100.00
|
|
853
|
+
|
|
854
|
+
eigenvalues of (default mixing * dielectric matrix)
|
|
855
|
+
average eigenvalue GAMMA= 1.1793
|
|
856
|
+
2.2999 1.0410 0.6725 0.7039
|
|
857
|
+
|
|
858
|
+
Free energy of the ion-electron system (eV)
|
|
859
|
+
---------------------------------------------------
|
|
860
|
+
alpha Z PSCENC = 63.73304164
|
|
861
|
+
Ewald energy TEWEN = -1467.49771394
|
|
862
|
+
-1/2 Hartree DENC = -1212.92426572
|
|
863
|
+
-exchange EXHF = 0.00000000
|
|
864
|
+
-V(xc)+E(xc) XCENC = 130.05756218
|
|
865
|
+
PAW double counting = 2236.65798745 -2432.01195293
|
|
866
|
+
entropy T*S EENTRO = -0.00443489
|
|
867
|
+
eigenvalues EBANDS = -778.04368740
|
|
868
|
+
atomic energy EATOM = 3456.88377099
|
|
869
|
+
---------------------------------------------------
|
|
870
|
+
free energy TOTEN = -3.14969261 eV
|
|
871
|
+
|
|
872
|
+
energy without entropy = -3.14525773 energy(sigma->0) = -3.14747517
|
|
873
|
+
|
|
874
|
+
|
|
875
|
+
--------------------------------------------------------------------------------------------------------
|
|
876
|
+
|
|
877
|
+
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
----------------------------------------- Iteration 1( 10) ---------------------------------------
|
|
881
|
+
|
|
882
|
+
|
|
883
|
+
POTLOK: cpu time 0.40: real time 0.41
|
|
884
|
+
SETDIJ: cpu time 0.03: real time 0.03
|
|
885
|
+
EDDAV: cpu time 60.85: real time 16.24
|
|
886
|
+
DOS: cpu time 0.00: real time 0.00
|
|
887
|
+
CHARGE: cpu time 1.64: real time 1.40
|
|
888
|
+
MIXING: cpu time 0.01: real time 0.01
|
|
889
|
+
--------------------------------------------
|
|
890
|
+
LOOP: cpu time 62.94: real time 18.09
|
|
891
|
+
|
|
892
|
+
eigenvalue-minimisations : 872
|
|
893
|
+
total energy-change (2. order) :-0.6093280E-03 (-0.1416207E-03)
|
|
894
|
+
number of electron 19.9999977 magnetization 0.0102473
|
|
895
|
+
augmentation part 7.1871869 magnetization 0.0146321
|
|
896
|
+
|
|
897
|
+
Broyden mixing:
|
|
898
|
+
rms(total) = 0.46438E-02 rms(broyden)= 0.46438E-02
|
|
899
|
+
rms(prec ) = 0.83131E-02
|
|
900
|
+
weight for this iteration 100.00
|
|
901
|
+
|
|
902
|
+
eigenvalues of (default mixing * dielectric matrix)
|
|
903
|
+
average eigenvalue GAMMA= 1.2185
|
|
904
|
+
2.3230 1.4982 0.8896 0.7058 0.6760
|
|
905
|
+
|
|
906
|
+
Free energy of the ion-electron system (eV)
|
|
907
|
+
---------------------------------------------------
|
|
908
|
+
alpha Z PSCENC = 63.73304164
|
|
909
|
+
Ewald energy TEWEN = -1467.49771394
|
|
910
|
+
-1/2 Hartree DENC = -1212.61219678
|
|
911
|
+
-exchange EXHF = 0.00000000
|
|
912
|
+
-V(xc)+E(xc) XCENC = 130.05112534
|
|
913
|
+
PAW double counting = 2236.58352602 -2432.04760652
|
|
914
|
+
entropy T*S EENTRO = -0.00449323
|
|
915
|
+
eigenvalues EBANDS = -778.23975546
|
|
916
|
+
atomic energy EATOM = 3456.88377099
|
|
917
|
+
---------------------------------------------------
|
|
918
|
+
free energy TOTEN = -3.15030194 eV
|
|
919
|
+
|
|
920
|
+
energy without entropy = -3.14580870 energy(sigma->0) = -3.14805532
|
|
921
|
+
|
|
922
|
+
|
|
923
|
+
--------------------------------------------------------------------------------------------------------
|
|
924
|
+
|
|
925
|
+
|
|
926
|
+
|
|
927
|
+
|
|
928
|
+
----------------------------------------- Iteration 1( 11) ---------------------------------------
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
POTLOK: cpu time 0.40: real time 0.41
|
|
932
|
+
SETDIJ: cpu time 0.03: real time 0.03
|
|
933
|
+
EDDAV: cpu time 62.40: real time 16.46
|
|
934
|
+
DOS: cpu time 0.00: real time 0.00
|
|
935
|
+
CHARGE: cpu time 1.83: real time 1.36
|
|
936
|
+
MIXING: cpu time 0.02: real time 0.01
|
|
937
|
+
--------------------------------------------
|
|
938
|
+
LOOP: cpu time 64.68: real time 18.28
|
|
939
|
+
|
|
940
|
+
eigenvalue-minimisations : 888
|
|
941
|
+
total energy-change (2. order) : 0.2030024E-04 (-0.1366968E-04)
|
|
942
|
+
number of electron 19.9999977 magnetization 0.0050370
|
|
943
|
+
augmentation part 7.1865345 magnetization 0.0015286
|
|
944
|
+
|
|
945
|
+
Broyden mixing:
|
|
946
|
+
rms(total) = 0.24320E-02 rms(broyden)= 0.24320E-02
|
|
947
|
+
rms(prec ) = 0.32362E-02
|
|
948
|
+
weight for this iteration 100.00
|
|
949
|
+
|
|
950
|
+
eigenvalues of (default mixing * dielectric matrix)
|
|
951
|
+
average eigenvalue GAMMA= 1.1734
|
|
952
|
+
2.3320 1.6578 0.9158 0.6542 0.7403 0.7403
|
|
953
|
+
|
|
954
|
+
Free energy of the ion-electron system (eV)
|
|
955
|
+
---------------------------------------------------
|
|
956
|
+
alpha Z PSCENC = 63.73304164
|
|
957
|
+
Ewald energy TEWEN = -1467.49771394
|
|
958
|
+
-1/2 Hartree DENC = -1212.38398835
|
|
959
|
+
-exchange EXHF = 0.00000000
|
|
960
|
+
-V(xc)+E(xc) XCENC = 130.04761957
|
|
961
|
+
PAW double counting = 2236.98824710 -2432.49445796
|
|
962
|
+
entropy T*S EENTRO = -0.00450128
|
|
963
|
+
eigenvalues EBANDS = -778.42229940
|
|
964
|
+
atomic energy EATOM = 3456.88377099
|
|
965
|
+
---------------------------------------------------
|
|
966
|
+
free energy TOTEN = -3.15028164 eV
|
|
967
|
+
|
|
968
|
+
energy without entropy = -3.14578036 energy(sigma->0) = -3.14803100
|
|
969
|
+
|
|
970
|
+
|
|
971
|
+
--------------------------------------------------------------------------------------------------------
|
|
972
|
+
|
|
973
|
+
|
|
974
|
+
|
|
975
|
+
|
|
976
|
+
----------------------------------------- Iteration 1( 12) ---------------------------------------
|
|
977
|
+
|
|
978
|
+
|
|
979
|
+
POTLOK: cpu time 0.58: real time 0.58
|
|
980
|
+
SETDIJ: cpu time 0.04: real time 0.04
|
|
981
|
+
EDDAV: cpu time 49.38: real time 13.08
|
|
982
|
+
DOS: cpu time 0.01: real time 0.00
|
|
983
|
+
CHARGE: cpu time 1.64: real time 1.41
|
|
984
|
+
MIXING: cpu time 0.02: real time 0.02
|
|
985
|
+
--------------------------------------------
|
|
986
|
+
LOOP: cpu time 51.66: real time 15.14
|
|
987
|
+
|
|
988
|
+
eigenvalue-minimisations : 647
|
|
989
|
+
total energy-change (2. order) :-0.2593980E-04 (-0.4108084E-05)
|
|
990
|
+
number of electron 19.9999977 magnetization 0.0002117
|
|
991
|
+
augmentation part 7.1861244 magnetization -0.0011105
|
|
992
|
+
|
|
993
|
+
Broyden mixing:
|
|
994
|
+
rms(total) = 0.13125E-02 rms(broyden)= 0.13124E-02
|
|
995
|
+
rms(prec ) = 0.14954E-02
|
|
996
|
+
weight for this iteration 100.00
|
|
997
|
+
|
|
998
|
+
eigenvalues of (default mixing * dielectric matrix)
|
|
999
|
+
average eigenvalue GAMMA= 1.3275
|
|
1000
|
+
2.4595 2.4595 1.4891 0.8613 0.6991 0.6991 0.6249
|
|
1001
|
+
|
|
1002
|
+
Free energy of the ion-electron system (eV)
|
|
1003
|
+
---------------------------------------------------
|
|
1004
|
+
alpha Z PSCENC = 63.73304164
|
|
1005
|
+
Ewald energy TEWEN = -1467.49771394
|
|
1006
|
+
-1/2 Hartree DENC = -1212.31047134
|
|
1007
|
+
-exchange EXHF = 0.00000000
|
|
1008
|
+
-V(xc)+E(xc) XCENC = 130.04642363
|
|
1009
|
+
PAW double counting = 2237.15728732 -2432.66909778
|
|
1010
|
+
entropy T*S EENTRO = -0.00450301
|
|
1011
|
+
eigenvalues EBANDS = -778.48904509
|
|
1012
|
+
atomic energy EATOM = 3456.88377099
|
|
1013
|
+
---------------------------------------------------
|
|
1014
|
+
free energy TOTEN = -3.15030758 eV
|
|
1015
|
+
|
|
1016
|
+
energy without entropy = -3.14580457 energy(sigma->0) = -3.14805608
|
|
1017
|
+
|
|
1018
|
+
|
|
1019
|
+
--------------------------------------------------------------------------------------------------------
|
|
1020
|
+
|
|
1021
|
+
|
|
1022
|
+
|
|
1023
|
+
|
|
1024
|
+
----------------------------------------- Iteration 1( 13) ---------------------------------------
|
|
1025
|
+
|
|
1026
|
+
|
|
1027
|
+
POTLOK: cpu time 0.40: real time 0.41
|
|
1028
|
+
SETDIJ: cpu time 0.03: real time 0.03
|
|
1029
|
+
EDDAV: cpu time 38.88: real time 10.31
|
|
1030
|
+
DOS: cpu time 0.01: real time 0.00
|
|
1031
|
+
--------------------------------------------
|
|
1032
|
+
LOOP: cpu time 39.32: real time 10.75
|
|
1033
|
+
|
|
1034
|
+
eigenvalue-minimisations : 458
|
|
1035
|
+
total energy-change (2. order) :-0.8893674E-05 (-0.5992984E-06)
|
|
1036
|
+
number of electron 19.9999977 magnetization 0.0002117
|
|
1037
|
+
augmentation part 7.1861244 magnetization -0.0011105
|
|
1038
|
+
|
|
1039
|
+
Free energy of the ion-electron system (eV)
|
|
1040
|
+
---------------------------------------------------
|
|
1041
|
+
alpha Z PSCENC = 63.73304164
|
|
1042
|
+
Ewald energy TEWEN = -1467.49771394
|
|
1043
|
+
-1/2 Hartree DENC = -1212.29518327
|
|
1044
|
+
-exchange EXHF = 0.00000000
|
|
1045
|
+
-V(xc)+E(xc) XCENC = 130.04672405
|
|
1046
|
+
PAW double counting = 2237.40812473 -2432.90380852
|
|
1047
|
+
entropy T*S EENTRO = -0.00450453
|
|
1048
|
+
eigenvalues EBANDS = -778.52076761
|
|
1049
|
+
atomic energy EATOM = 3456.88377099
|
|
1050
|
+
---------------------------------------------------
|
|
1051
|
+
free energy TOTEN = -3.15031647 eV
|
|
1052
|
+
|
|
1053
|
+
energy without entropy = -3.14581194 energy(sigma->0) = -3.14806421
|
|
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.5192 2 -47.5192
|
|
1065
|
+
|
|
1066
|
+
|
|
1067
|
+
|
|
1068
|
+
E-fermi : 2.1662 XC(G=0): -8.7737 alpha+bet : -7.2062
|
|
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.5128 1.00000
|
|
1076
|
+
2 -73.5098 1.00000
|
|
1077
|
+
3 -40.2713 1.00000
|
|
1078
|
+
4 -40.2612 1.00000
|
|
1079
|
+
5 -40.2611 1.00000
|
|
1080
|
+
6 -40.2561 1.00000
|
|
1081
|
+
7 -40.2561 1.00000
|
|
1082
|
+
8 -40.2377 1.00000
|
|
1083
|
+
9 -4.5113 1.00000
|
|
1084
|
+
10 0.7678 1.00000
|
|
1085
|
+
11 1.1942 1.00000
|
|
1086
|
+
12 13.4472 0.00000
|
|
1087
|
+
13 13.4472 0.00000
|
|
1088
|
+
14 13.5874 0.00000
|
|
1089
|
+
15 13.5874 0.00000
|
|
1090
|
+
|
|
1091
|
+
k-point 2 : 0.2500 0.0000 0.0000
|
|
1092
|
+
band No. band energies occupation
|
|
1093
|
+
1 -73.5115 1.00000
|
|
1094
|
+
2 -73.5092 1.00000
|
|
1095
|
+
3 -40.2734 1.00000
|
|
1096
|
+
4 -40.2686 1.00000
|
|
1097
|
+
5 -40.2655 1.00000
|
|
1098
|
+
6 -40.2650 1.00000
|
|
1099
|
+
7 -40.2584 1.00000
|
|
1100
|
+
8 -40.2406 1.00000
|
|
1101
|
+
9 -3.2778 1.00000
|
|
1102
|
+
10 1.8958 0.99993
|
|
1103
|
+
11 2.3586 0.00325
|
|
1104
|
+
12 6.2888 0.00000
|
|
1105
|
+
13 10.4155 0.00000
|
|
1106
|
+
14 10.4946 0.00000
|
|
1107
|
+
15 11.0097 0.00000
|
|
1108
|
+
|
|
1109
|
+
k-point 3 : 0.5000 0.0000 0.0000
|
|
1110
|
+
band No. band energies occupation
|
|
1111
|
+
1 -73.5099 1.00000
|
|
1112
|
+
2 -73.5088 1.00000
|
|
1113
|
+
3 -40.2858 1.00000
|
|
1114
|
+
4 -40.2808 1.00000
|
|
1115
|
+
5 -40.2687 1.00000
|
|
1116
|
+
6 -40.2609 1.00000
|
|
1117
|
+
7 -40.2570 1.00000
|
|
1118
|
+
8 -40.2460 1.00000
|
|
1119
|
+
9 0.3062 1.00000
|
|
1120
|
+
10 0.3220 1.00000
|
|
1121
|
+
11 5.1353 0.00000
|
|
1122
|
+
12 5.4809 0.00000
|
|
1123
|
+
13 5.7450 0.00000
|
|
1124
|
+
14 6.1537 0.00000
|
|
1125
|
+
15 9.3848 0.00000
|
|
1126
|
+
|
|
1127
|
+
k-point 4 : 0.2500 0.2500 0.0000
|
|
1128
|
+
band No. band energies occupation
|
|
1129
|
+
1 -73.5099 1.00000
|
|
1130
|
+
2 -73.5088 1.00000
|
|
1131
|
+
3 -40.2804 1.00000
|
|
1132
|
+
4 -40.2785 1.00000
|
|
1133
|
+
5 -40.2710 1.00000
|
|
1134
|
+
6 -40.2663 1.00000
|
|
1135
|
+
7 -40.2570 1.00000
|
|
1136
|
+
8 -40.2459 1.00000
|
|
1137
|
+
9 -0.8635 1.00000
|
|
1138
|
+
10 3.4540 0.00000
|
|
1139
|
+
11 3.7593 0.00000
|
|
1140
|
+
12 4.1587 0.00000
|
|
1141
|
+
13 5.3954 0.00000
|
|
1142
|
+
14 8.4711 0.00000
|
|
1143
|
+
15 9.0576 0.00000
|
|
1144
|
+
|
|
1145
|
+
k-point 5 : 0.0000 0.0000 0.2500
|
|
1146
|
+
band No. band energies occupation
|
|
1147
|
+
1 -73.5124 1.00000
|
|
1148
|
+
2 -73.5102 1.00000
|
|
1149
|
+
3 -40.2664 1.00000
|
|
1150
|
+
4 -40.2604 1.00000
|
|
1151
|
+
5 -40.2604 1.00000
|
|
1152
|
+
6 -40.2569 1.00000
|
|
1153
|
+
7 -40.2568 1.00000
|
|
1154
|
+
8 -40.2427 1.00000
|
|
1155
|
+
9 -4.1591 1.00000
|
|
1156
|
+
10 -1.3924 1.00000
|
|
1157
|
+
11 3.9617 0.00000
|
|
1158
|
+
12 11.4839 0.00000
|
|
1159
|
+
13 13.7148 0.00000
|
|
1160
|
+
14 13.7151 0.00000
|
|
1161
|
+
15 13.8134 0.00000
|
|
1162
|
+
|
|
1163
|
+
k-point 6 : 0.2500 0.0000 0.2500
|
|
1164
|
+
band No. band energies occupation
|
|
1165
|
+
1 -73.5111 1.00000
|
|
1166
|
+
2 -73.5095 1.00000
|
|
1167
|
+
3 -40.2743 1.00000
|
|
1168
|
+
4 -40.2702 1.00000
|
|
1169
|
+
5 -40.2641 1.00000
|
|
1170
|
+
6 -40.2601 1.00000
|
|
1171
|
+
7 -40.2594 1.00000
|
|
1172
|
+
8 -40.2434 1.00000
|
|
1173
|
+
9 -2.9305 1.00000
|
|
1174
|
+
10 -0.2045 1.00000
|
|
1175
|
+
11 4.9849 0.00000
|
|
1176
|
+
12 6.6647 0.00000
|
|
1177
|
+
13 8.9590 0.00000
|
|
1178
|
+
14 10.7096 0.00000
|
|
1179
|
+
15 11.4557 0.00000
|
|
1180
|
+
|
|
1181
|
+
k-point 7 : 0.5000 0.0000 0.2500
|
|
1182
|
+
band No. band energies occupation
|
|
1183
|
+
1 -73.5097 1.00000
|
|
1184
|
+
2 -73.5090 1.00000
|
|
1185
|
+
3 -40.2864 1.00000
|
|
1186
|
+
4 -40.2827 1.00000
|
|
1187
|
+
5 -40.2676 1.00000
|
|
1188
|
+
6 -40.2620 1.00000
|
|
1189
|
+
7 -40.2540 1.00000
|
|
1190
|
+
8 -40.2464 1.00000
|
|
1191
|
+
9 0.6240 1.00000
|
|
1192
|
+
10 0.6505 1.00000
|
|
1193
|
+
11 3.3451 0.00000
|
|
1194
|
+
12 3.3854 0.00000
|
|
1195
|
+
13 8.2981 0.00000
|
|
1196
|
+
14 8.4686 0.00000
|
|
1197
|
+
15 9.6781 0.00000
|
|
1198
|
+
|
|
1199
|
+
k-point 8 : 0.2500 0.2500 0.2500
|
|
1200
|
+
band No. band energies occupation
|
|
1201
|
+
1 -73.5097 1.00000
|
|
1202
|
+
2 -73.5090 1.00000
|
|
1203
|
+
3 -40.2805 1.00000
|
|
1204
|
+
4 -40.2799 1.00000
|
|
1205
|
+
5 -40.2714 1.00000
|
|
1206
|
+
6 -40.2676 1.00000
|
|
1207
|
+
7 -40.2536 1.00000
|
|
1208
|
+
8 -40.2461 1.00000
|
|
1209
|
+
9 -0.5269 1.00000
|
|
1210
|
+
10 2.0649 0.92402
|
|
1211
|
+
11 4.0649 0.00000
|
|
1212
|
+
12 4.2755 0.00000
|
|
1213
|
+
13 6.5551 0.00000
|
|
1214
|
+
14 6.9774 0.00000
|
|
1215
|
+
15 8.0450 0.00000
|
|
1216
|
+
|
|
1217
|
+
k-point 9 : 0.0000 0.0000 0.5000
|
|
1218
|
+
band No. band energies occupation
|
|
1219
|
+
1 -73.5113 1.00000
|
|
1220
|
+
2 -73.5113 1.00000
|
|
1221
|
+
3 -40.2586 1.00000
|
|
1222
|
+
4 -40.2586 1.00000
|
|
1223
|
+
5 -40.2586 1.00000
|
|
1224
|
+
6 -40.2586 1.00000
|
|
1225
|
+
7 -40.2546 1.00000
|
|
1226
|
+
8 -40.2546 1.00000
|
|
1227
|
+
9 -3.1111 1.00000
|
|
1228
|
+
10 -3.1111 1.00000
|
|
1229
|
+
11 7.4958 0.00000
|
|
1230
|
+
12 7.4958 0.00000
|
|
1231
|
+
13 14.1928 0.00000
|
|
1232
|
+
14 14.1928 0.00000
|
|
1233
|
+
15 14.1928 0.00000
|
|
1234
|
+
|
|
1235
|
+
k-point 10 : 0.2500 0.0000 0.5000
|
|
1236
|
+
band No. band energies occupation
|
|
1237
|
+
1 -73.5103 1.00000
|
|
1238
|
+
2 -73.5103 1.00000
|
|
1239
|
+
3 -40.2731 1.00000
|
|
1240
|
+
4 -40.2731 1.00000
|
|
1241
|
+
5 -40.2617 1.00000
|
|
1242
|
+
6 -40.2617 1.00000
|
|
1243
|
+
7 -40.2509 1.00000
|
|
1244
|
+
8 -40.2509 1.00000
|
|
1245
|
+
9 -1.8974 1.00000
|
|
1246
|
+
10 -1.8974 1.00000
|
|
1247
|
+
11 7.2795 0.00000
|
|
1248
|
+
12 7.2795 0.00000
|
|
1249
|
+
13 8.7815 0.00000
|
|
1250
|
+
14 8.7815 0.00000
|
|
1251
|
+
15 11.5944 0.00000
|
|
1252
|
+
|
|
1253
|
+
k-point 11 : 0.5000 0.0000 0.5000
|
|
1254
|
+
band No. band energies occupation
|
|
1255
|
+
1 -73.5093 1.00000
|
|
1256
|
+
2 -73.5093 1.00000
|
|
1257
|
+
3 -40.2857 1.00000
|
|
1258
|
+
4 -40.2857 1.00000
|
|
1259
|
+
5 -40.2648 1.00000
|
|
1260
|
+
6 -40.2648 1.00000
|
|
1261
|
+
7 -40.2491 1.00000
|
|
1262
|
+
8 -40.2491 1.00000
|
|
1263
|
+
9 1.3501 1.00000
|
|
1264
|
+
10 1.3501 1.00000
|
|
1265
|
+
11 2.0167 0.98273
|
|
1266
|
+
12 2.0167 0.98273
|
|
1267
|
+
13 10.5090 0.00000
|
|
1268
|
+
14 10.5095 0.00000
|
|
1269
|
+
15 10.5601 0.00000
|
|
1270
|
+
|
|
1271
|
+
k-point 12 : 0.2500 0.2500 0.5000
|
|
1272
|
+
band No. band energies occupation
|
|
1273
|
+
1 -73.5093 1.00000
|
|
1274
|
+
2 -73.5093 1.00000
|
|
1275
|
+
3 -40.2809 1.00000
|
|
1276
|
+
4 -40.2809 1.00000
|
|
1277
|
+
5 -40.2702 1.00000
|
|
1278
|
+
6 -40.2702 1.00000
|
|
1279
|
+
7 -40.2485 1.00000
|
|
1280
|
+
8 -40.2485 1.00000
|
|
1281
|
+
9 0.4704 1.00000
|
|
1282
|
+
10 0.4704 1.00000
|
|
1283
|
+
11 4.7707 0.00000
|
|
1284
|
+
12 4.7707 0.00000
|
|
1285
|
+
13 5.6530 0.00000
|
|
1286
|
+
14 5.6530 0.00000
|
|
1287
|
+
15 11.2251 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.5129 1.00000
|
|
1294
|
+
2 -73.5098 1.00000
|
|
1295
|
+
3 -40.2713 1.00000
|
|
1296
|
+
4 -40.2612 1.00000
|
|
1297
|
+
5 -40.2611 1.00000
|
|
1298
|
+
6 -40.2561 1.00000
|
|
1299
|
+
7 -40.2561 1.00000
|
|
1300
|
+
8 -40.2377 1.00000
|
|
1301
|
+
9 -4.5111 1.00000
|
|
1302
|
+
10 0.7684 1.00000
|
|
1303
|
+
11 1.1941 1.00000
|
|
1304
|
+
12 13.4474 0.00000
|
|
1305
|
+
13 13.4474 0.00000
|
|
1306
|
+
14 13.5878 0.00000
|
|
1307
|
+
15 13.5878 0.00000
|
|
1308
|
+
|
|
1309
|
+
k-point 2 : 0.2500 0.0000 0.0000
|
|
1310
|
+
band No. band energies occupation
|
|
1311
|
+
1 -73.5115 1.00000
|
|
1312
|
+
2 -73.5092 1.00000
|
|
1313
|
+
3 -40.2734 1.00000
|
|
1314
|
+
4 -40.2686 1.00000
|
|
1315
|
+
5 -40.2654 1.00000
|
|
1316
|
+
6 -40.2650 1.00000
|
|
1317
|
+
7 -40.2584 1.00000
|
|
1318
|
+
8 -40.2405 1.00000
|
|
1319
|
+
9 -3.2775 1.00000
|
|
1320
|
+
10 1.8964 0.99993
|
|
1321
|
+
11 2.3585 0.00327
|
|
1322
|
+
12 6.2890 0.00000
|
|
1323
|
+
13 10.4159 0.00000
|
|
1324
|
+
14 10.4946 0.00000
|
|
1325
|
+
15 11.0103 0.00000
|
|
1326
|
+
|
|
1327
|
+
k-point 3 : 0.5000 0.0000 0.0000
|
|
1328
|
+
band No. band energies occupation
|
|
1329
|
+
1 -73.5099 1.00000
|
|
1330
|
+
2 -73.5089 1.00000
|
|
1331
|
+
3 -40.2858 1.00000
|
|
1332
|
+
4 -40.2809 1.00000
|
|
1333
|
+
5 -40.2687 1.00000
|
|
1334
|
+
6 -40.2609 1.00000
|
|
1335
|
+
7 -40.2569 1.00000
|
|
1336
|
+
8 -40.2460 1.00000
|
|
1337
|
+
9 0.3063 1.00000
|
|
1338
|
+
10 0.3223 1.00000
|
|
1339
|
+
11 5.1361 0.00000
|
|
1340
|
+
12 5.4813 0.00000
|
|
1341
|
+
13 5.7450 0.00000
|
|
1342
|
+
14 6.1535 0.00000
|
|
1343
|
+
15 9.3852 0.00000
|
|
1344
|
+
|
|
1345
|
+
k-point 4 : 0.2500 0.2500 0.0000
|
|
1346
|
+
band No. band energies occupation
|
|
1347
|
+
1 -73.5099 1.00000
|
|
1348
|
+
2 -73.5089 1.00000
|
|
1349
|
+
3 -40.2804 1.00000
|
|
1350
|
+
4 -40.2785 1.00000
|
|
1351
|
+
5 -40.2710 1.00000
|
|
1352
|
+
6 -40.2663 1.00000
|
|
1353
|
+
7 -40.2570 1.00000
|
|
1354
|
+
8 -40.2459 1.00000
|
|
1355
|
+
9 -0.8633 1.00000
|
|
1356
|
+
10 3.4542 0.00000
|
|
1357
|
+
11 3.7595 0.00000
|
|
1358
|
+
12 4.1593 0.00000
|
|
1359
|
+
13 5.3955 0.00000
|
|
1360
|
+
14 8.4718 0.00000
|
|
1361
|
+
15 9.0580 0.00000
|
|
1362
|
+
|
|
1363
|
+
k-point 5 : 0.0000 0.0000 0.2500
|
|
1364
|
+
band No. band energies occupation
|
|
1365
|
+
1 -73.5124 1.00000
|
|
1366
|
+
2 -73.5103 1.00000
|
|
1367
|
+
3 -40.2664 1.00000
|
|
1368
|
+
4 -40.2604 1.00000
|
|
1369
|
+
5 -40.2604 1.00000
|
|
1370
|
+
6 -40.2569 1.00000
|
|
1371
|
+
7 -40.2568 1.00000
|
|
1372
|
+
8 -40.2427 1.00000
|
|
1373
|
+
9 -4.1588 1.00000
|
|
1374
|
+
10 -1.3921 1.00000
|
|
1375
|
+
11 3.9619 0.00000
|
|
1376
|
+
12 11.4842 0.00000
|
|
1377
|
+
13 13.7151 0.00000
|
|
1378
|
+
14 13.7173 0.00000
|
|
1379
|
+
15 13.8138 0.00000
|
|
1380
|
+
|
|
1381
|
+
k-point 6 : 0.2500 0.0000 0.2500
|
|
1382
|
+
band No. band energies occupation
|
|
1383
|
+
1 -73.5112 1.00000
|
|
1384
|
+
2 -73.5096 1.00000
|
|
1385
|
+
3 -40.2743 1.00000
|
|
1386
|
+
4 -40.2702 1.00000
|
|
1387
|
+
5 -40.2641 1.00000
|
|
1388
|
+
6 -40.2601 1.00000
|
|
1389
|
+
7 -40.2594 1.00000
|
|
1390
|
+
8 -40.2434 1.00000
|
|
1391
|
+
9 -2.9303 1.00000
|
|
1392
|
+
10 -0.2042 1.00000
|
|
1393
|
+
11 4.9851 0.00000
|
|
1394
|
+
12 6.6650 0.00000
|
|
1395
|
+
13 8.9592 0.00000
|
|
1396
|
+
14 10.7099 0.00000
|
|
1397
|
+
15 11.4560 0.00000
|
|
1398
|
+
|
|
1399
|
+
k-point 7 : 0.5000 0.0000 0.2500
|
|
1400
|
+
band No. band energies occupation
|
|
1401
|
+
1 -73.5098 1.00000
|
|
1402
|
+
2 -73.5090 1.00000
|
|
1403
|
+
3 -40.2864 1.00000
|
|
1404
|
+
4 -40.2827 1.00000
|
|
1405
|
+
5 -40.2676 1.00000
|
|
1406
|
+
6 -40.2620 1.00000
|
|
1407
|
+
7 -40.2540 1.00000
|
|
1408
|
+
8 -40.2464 1.00000
|
|
1409
|
+
9 0.6242 1.00000
|
|
1410
|
+
10 0.6508 1.00000
|
|
1411
|
+
11 3.3453 0.00000
|
|
1412
|
+
12 3.3858 0.00000
|
|
1413
|
+
13 8.2983 0.00000
|
|
1414
|
+
14 8.4688 0.00000
|
|
1415
|
+
15 9.6784 0.00000
|
|
1416
|
+
|
|
1417
|
+
k-point 8 : 0.2500 0.2500 0.2500
|
|
1418
|
+
band No. band energies occupation
|
|
1419
|
+
1 -73.5098 1.00000
|
|
1420
|
+
2 -73.5090 1.00000
|
|
1421
|
+
3 -40.2805 1.00000
|
|
1422
|
+
4 -40.2799 1.00000
|
|
1423
|
+
5 -40.2714 1.00000
|
|
1424
|
+
6 -40.2676 1.00000
|
|
1425
|
+
7 -40.2536 1.00000
|
|
1426
|
+
8 -40.2461 1.00000
|
|
1427
|
+
9 -0.5267 1.00000
|
|
1428
|
+
10 2.0651 0.92348
|
|
1429
|
+
11 4.0651 0.00000
|
|
1430
|
+
12 4.2758 0.00000
|
|
1431
|
+
13 6.5555 0.00000
|
|
1432
|
+
14 6.9778 0.00000
|
|
1433
|
+
15 8.0451 0.00000
|
|
1434
|
+
|
|
1435
|
+
k-point 9 : 0.0000 0.0000 0.5000
|
|
1436
|
+
band No. band energies occupation
|
|
1437
|
+
1 -73.5114 1.00000
|
|
1438
|
+
2 -73.5114 1.00000
|
|
1439
|
+
3 -40.2587 1.00000
|
|
1440
|
+
4 -40.2587 1.00000
|
|
1441
|
+
5 -40.2586 1.00000
|
|
1442
|
+
6 -40.2586 1.00000
|
|
1443
|
+
7 -40.2546 1.00000
|
|
1444
|
+
8 -40.2546 1.00000
|
|
1445
|
+
9 -3.1108 1.00000
|
|
1446
|
+
10 -3.1108 1.00000
|
|
1447
|
+
11 7.4960 0.00000
|
|
1448
|
+
12 7.4960 0.00000
|
|
1449
|
+
13 14.1931 0.00000
|
|
1450
|
+
14 14.1931 0.00000
|
|
1451
|
+
15 14.1931 0.00000
|
|
1452
|
+
|
|
1453
|
+
k-point 10 : 0.2500 0.0000 0.5000
|
|
1454
|
+
band No. band energies occupation
|
|
1455
|
+
1 -73.5104 1.00000
|
|
1456
|
+
2 -73.5104 1.00000
|
|
1457
|
+
3 -40.2731 1.00000
|
|
1458
|
+
4 -40.2731 1.00000
|
|
1459
|
+
5 -40.2617 1.00000
|
|
1460
|
+
6 -40.2617 1.00000
|
|
1461
|
+
7 -40.2509 1.00000
|
|
1462
|
+
8 -40.2509 1.00000
|
|
1463
|
+
9 -1.8972 1.00000
|
|
1464
|
+
10 -1.8972 1.00000
|
|
1465
|
+
11 7.2798 0.00000
|
|
1466
|
+
12 7.2798 0.00000
|
|
1467
|
+
13 8.7817 0.00000
|
|
1468
|
+
14 8.7817 0.00000
|
|
1469
|
+
15 11.5948 0.00000
|
|
1470
|
+
|
|
1471
|
+
k-point 11 : 0.5000 0.0000 0.5000
|
|
1472
|
+
band No. band energies occupation
|
|
1473
|
+
1 -73.5094 1.00000
|
|
1474
|
+
2 -73.5094 1.00000
|
|
1475
|
+
3 -40.2857 1.00000
|
|
1476
|
+
4 -40.2857 1.00000
|
|
1477
|
+
5 -40.2648 1.00000
|
|
1478
|
+
6 -40.2648 1.00000
|
|
1479
|
+
7 -40.2491 1.00000
|
|
1480
|
+
8 -40.2491 1.00000
|
|
1481
|
+
9 1.3503 1.00000
|
|
1482
|
+
10 1.3503 1.00000
|
|
1483
|
+
11 2.0170 0.98255
|
|
1484
|
+
12 2.0170 0.98255
|
|
1485
|
+
13 10.5093 0.00000
|
|
1486
|
+
14 10.5114 0.00000
|
|
1487
|
+
15 10.5604 0.00000
|
|
1488
|
+
|
|
1489
|
+
k-point 12 : 0.2500 0.2500 0.5000
|
|
1490
|
+
band No. band energies occupation
|
|
1491
|
+
1 -73.5094 1.00000
|
|
1492
|
+
2 -73.5094 1.00000
|
|
1493
|
+
3 -40.2809 1.00000
|
|
1494
|
+
4 -40.2809 1.00000
|
|
1495
|
+
5 -40.2702 1.00000
|
|
1496
|
+
6 -40.2702 1.00000
|
|
1497
|
+
7 -40.2485 1.00000
|
|
1498
|
+
8 -40.2485 1.00000
|
|
1499
|
+
9 0.4707 1.00000
|
|
1500
|
+
10 0.4707 1.00000
|
|
1501
|
+
11 4.7709 0.00000
|
|
1502
|
+
12 4.7709 0.00000
|
|
1503
|
+
13 5.6534 0.00000
|
|
1504
|
+
14 5.6534 0.00000
|
|
1505
|
+
15 11.2253 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.875 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.259 0.000 0.000 10.238 0.000 0.000
|
|
1523
|
+
0.000 0.000 0.000 -54.251 0.000 0.000 10.233 0.000
|
|
1524
|
+
0.000 0.000 0.000 0.000 -54.259 0.000 0.000 10.238
|
|
1525
|
+
0.000 0.000 10.238 0.000 0.000 6.907 0.000 0.000
|
|
1526
|
+
0.000 0.000 0.000 10.233 0.000 0.000 6.909 0.000
|
|
1527
|
+
0.000 0.000 0.000 0.000 10.238 0.000 0.000 6.907
|
|
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.875 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.259 0.000 0.000 10.238 0.000 0.000
|
|
1537
|
+
0.000 0.000 0.000 -54.251 0.000 0.000 10.233 0.000
|
|
1538
|
+
0.000 0.000 0.000 0.000 -54.259 0.000 0.000 10.238
|
|
1539
|
+
0.000 0.000 10.238 0.000 0.000 6.907 0.000 0.000
|
|
1540
|
+
0.000 0.000 0.000 10.233 0.000 0.000 6.909 0.000
|
|
1541
|
+
0.000 0.000 0.000 0.000 10.238 0.000 0.000 6.907
|
|
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.005 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
|
|
1549
|
+
-0.005 1.133 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.000 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.60: real time 1.44
|
|
1581
|
+
FORLOC: cpu time 0.01: real time 0.01
|
|
1582
|
+
FORNL : cpu time 17.27: real time 4.49
|
|
1583
|
+
STRESS: cpu time 51.65: real time 13.38
|
|
1584
|
+
FORHAR: cpu time 0.06: real time 0.06
|
|
1585
|
+
MIXING: cpu time 0.02: real time 0.02
|
|
1586
|
+
|
|
1587
|
+
FORCE on cell =-STRESS in cart. coord. units (eV):
|
|
1588
|
+
Direction XX YY ZZ XY YZ ZX
|
|
1589
|
+
--------------------------------------------------------------------------------------
|
|
1590
|
+
Alpha Z 63.73304 63.73304 63.73304
|
|
1591
|
+
Ewald -490.48421 -490.48420 -486.53033 0.00000 0.00000 0.00000
|
|
1592
|
+
Hartree 402.20373 402.20374 407.90251 0.00000 0.00000 0.00000
|
|
1593
|
+
E(xc) -138.27568 -138.27572 -138.25895 -0.00004 0.00000 0.00000
|
|
1594
|
+
Local 27.17236 27.17233 16.21221 -0.00001 0.00000 0.00000
|
|
1595
|
+
n-local -342.29349 -342.79504 -342.40373 3.09082 -0.40971 -0.41384
|
|
1596
|
+
augment 40.34406 40.34405 40.51708 0.00000 -0.00001 -0.00001
|
|
1597
|
+
Kinetic 438.39608 437.27857 438.82286 6.21942 -1.36452 -1.16653
|
|
1598
|
+
Fock 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000
|
|
1599
|
+
-------------------------------------------------------------------------------------
|
|
1600
|
+
Total -0.01367 -0.01367 -0.00531 0.00000 0.00000 0.00000
|
|
1601
|
+
in kB -0.48115 -0.48115 -0.18689 0.00000 0.00000 0.00000
|
|
1602
|
+
external pressure = -0.38 kB Pullay stress = 0.00 kB
|
|
1603
|
+
|
|
1604
|
+
|
|
1605
|
+
VOLUME and BASIS-vectors are now :
|
|
1606
|
+
-----------------------------------------------------------------------------
|
|
1607
|
+
energy-cutoff : 1200.00
|
|
1608
|
+
volume of cell : 45.52
|
|
1609
|
+
direct lattice vectors reciprocal lattice vectors
|
|
1610
|
+
3.186163415 0.000000000 0.000000000 0.313857097 0.181205479 0.000000000
|
|
1611
|
+
-1.593081707 2.759298458 0.000000000 0.000000000 0.362410959 0.000000000
|
|
1612
|
+
0.000000000 0.000000000 5.177967876 0.000000000 0.000000000 0.193125957
|
|
1613
|
+
|
|
1614
|
+
length of vectors
|
|
1615
|
+
3.186163415 3.186163415 5.177967876 0.362410959 0.362410959 0.193125957
|
|
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 -.172E-05 -.208E-05 -.183E-13 0.182E-16 -.260E-17 -.163E-18 0.858E-08 0.263E-07 -.238E-12
|
|
1622
|
+
0.254E-03 0.151E-03 -.189E-10 0.172E-05 0.208E-05 0.183E-13 -.113E-16 0.260E-17 0.163E-18 -.377E-07 -.263E-07 0.476E-12
|
|
1623
|
+
-----------------------------------------------------------------------------------------------
|
|
1624
|
+
0.259E-03 -.102E-10 -.814E-11 -.472E-14 0.758E-14 0.000E+00 0.694E-17 0.000E+00 0.000E+00 -.291E-07 -.723E-12 0.238E-12
|
|
1625
|
+
|
|
1626
|
+
|
|
1627
|
+
POSITION TOTAL-FORCE (eV/Angst)
|
|
1628
|
+
-----------------------------------------------------------------------------------
|
|
1629
|
+
0.00000 1.83953 1.29449 0.000000 0.000000 0.000000
|
|
1630
|
+
1.59308 0.91977 3.88348 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.150316 eV
|
|
1642
|
+
|
|
1643
|
+
energy without entropy= -3.145812 energy(sigma->0) = -3.148064
|
|
1644
|
+
|
|
1645
|
+
|
|
1646
|
+
|
|
1647
|
+
--------------------------------------------------------------------------------------------------------
|
|
1648
|
+
|
|
1649
|
+
|
|
1650
|
+
POTLOK: cpu time 0.62: real time 0.63
|
|
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 877.52: real time 245.37
|
|
1665
|
+
4ORBIT: cpu time 0.00: real time 0.00
|
|
1666
|
+
|
|
1667
|
+
total amount of memory used by VASP on root node 80981. kBytes
|
|
1668
|
+
========================================================================
|
|
1669
|
+
|
|
1670
|
+
base : 30000. kBytes
|
|
1671
|
+
nonlr-proj: 1260. kBytes
|
|
1672
|
+
fftplans : 6588. kBytes
|
|
1673
|
+
grid : 18132. kBytes
|
|
1674
|
+
one-center: 32. kBytes
|
|
1675
|
+
wavefun : 24969. kBytes
|
|
1676
|
+
|
|
1677
|
+
|
|
1678
|
+
|
|
1679
|
+
General timing and accounting informations for this job:
|
|
1680
|
+
========================================================
|
|
1681
|
+
|
|
1682
|
+
Total CPU time used (sec): 884.595
|
|
1683
|
+
User time (sec): 845.877
|
|
1684
|
+
System time (sec): 38.718
|
|
1685
|
+
Elapsed time (sec): 248.101
|
|
1686
|
+
|
|
1687
|
+
Maximum memory used (kb): 140032.
|
|
1688
|
+
Average memory used (kb): 0.
|
|
1689
|
+
|
|
1690
|
+
Minor page faults: 4988936
|
|
1691
|
+
Major page faults: 0
|
|
1692
|
+
Voluntary context switches: 5131
|