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,1337 @@
|
|
|
1
|
+
vasp.5.2.12 11Nov11 complex
|
|
2
|
+
|
|
3
|
+
executed on LinuxIFC date 2012.10.04 01:06:21
|
|
4
|
+
running on 1 nodes
|
|
5
|
+
distr: one band on 1 nodes, 1 groups
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
--------------------------------------------------------------------------------------------------------
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
INCAR:
|
|
12
|
+
POTCAR: PAW_PBE Mg_sv 12Apr2007
|
|
13
|
+
POTCAR: PAW_PBE Mg_sv 12Apr2007
|
|
14
|
+
VRHFIN =Mg: p6s2
|
|
15
|
+
LEXCH = PE
|
|
16
|
+
EATOM = 1728.4457 eV, 127.0372 Ry
|
|
17
|
+
|
|
18
|
+
TITEL = PAW_PBE Mg_sv 12Apr2007
|
|
19
|
+
LULTRA = F use ultrasoft PP ?
|
|
20
|
+
IUNSCR = 0 unscreen: 0-lin 1-nonlin 2-no
|
|
21
|
+
RPACOR = 0.000 partial core radius
|
|
22
|
+
POMASS = 24.305; ZVAL = 10.000 mass and valenz
|
|
23
|
+
RCORE = 1.700 outmost cutoff radius
|
|
24
|
+
RWIGS = 1.800; RWIGS = 0.953 wigner-seitz radius (au A)
|
|
25
|
+
ENMAX = 495.223; ENMIN = 371.417 eV
|
|
26
|
+
RCLOC = 1.506 cutoff for local pot
|
|
27
|
+
LCOR = T correct aug charges
|
|
28
|
+
LPAW = T paw PP
|
|
29
|
+
EAUG = 980.156
|
|
30
|
+
RMAX = 1.743 core radius for proj-oper
|
|
31
|
+
RAUG = 1.300 factor for augmentation sphere
|
|
32
|
+
RDEP = 1.781 radius for radial grids
|
|
33
|
+
RDEPT = 1.300 core radius for aug-charge
|
|
34
|
+
|
|
35
|
+
Atomic configuration
|
|
36
|
+
5 entries
|
|
37
|
+
n l j E occ.
|
|
38
|
+
1 0 0.50 -1259.6230 2.0000
|
|
39
|
+
2 0 0.50 -79.8442 2.0000
|
|
40
|
+
3 0 0.50 -4.7055 2.0000
|
|
41
|
+
2 1 1.50 -46.6121 6.0000
|
|
42
|
+
3 2 1.50 -1.3606 0.0000
|
|
43
|
+
Description
|
|
44
|
+
l E TYP RCUT TYP RCUT
|
|
45
|
+
0 -79.8442259 23 1.200
|
|
46
|
+
0 -4.7054661 23 1.700
|
|
47
|
+
1 -46.6121068 23 1.500
|
|
48
|
+
1 6.8029130 23 1.500
|
|
49
|
+
2 -1.3605826 23 1.700
|
|
50
|
+
local pseudopotential read in
|
|
51
|
+
atomic valenz-charges read in
|
|
52
|
+
non local Contribution for L= 0 read in
|
|
53
|
+
real space projection operators read in
|
|
54
|
+
non local Contribution for L= 0 read in
|
|
55
|
+
real space projection operators read in
|
|
56
|
+
non local Contribution for L= 1 read in
|
|
57
|
+
real space projection operators read in
|
|
58
|
+
non local Contribution for L= 1 read in
|
|
59
|
+
real space projection operators read in
|
|
60
|
+
non local Contribution for L= 2 read in
|
|
61
|
+
real space projection operators read in
|
|
62
|
+
PAW grid and wavefunctions read in
|
|
63
|
+
|
|
64
|
+
number of l-projection operators is LMAX = 5
|
|
65
|
+
number of lm-projection operators is LMMAX = 13
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
-----------------------------------------------------------------------------
|
|
69
|
+
| |
|
|
70
|
+
| ADVICE TO THIS USER RUNNING 'VASP/VAMP' (HEAR YOUR MASTER'S VOICE ...): |
|
|
71
|
+
| |
|
|
72
|
+
| You have a (more or less) 'small supercell' and for smaller cells |
|
|
73
|
+
| it is recommended to use the reciprocal-space projection scheme! |
|
|
74
|
+
| The real space optimization is not efficient for small cells and it |
|
|
75
|
+
| is also less accurate ... |
|
|
76
|
+
| Therefore set LREAL=.FALSE. in the INCAR file |
|
|
77
|
+
| |
|
|
78
|
+
-----------------------------------------------------------------------------
|
|
79
|
+
|
|
80
|
+
Optimization of the real space projectors (new method)
|
|
81
|
+
|
|
82
|
+
maximal supplied QI-value = 22.11
|
|
83
|
+
optimisation between [QCUT,QGAM] = [ 11.28, 28.52] = [ 35.61,227.80] Ry
|
|
84
|
+
Optimized for a Real-space Cutoff 1.02 Angstroem
|
|
85
|
+
|
|
86
|
+
l n(q) QCUT max X(q) W(low)/X(q) W(high)/X(q) e(spline)
|
|
87
|
+
0 9 11.276 8.730 0.22E-04 0.28E-04 0.18E-07
|
|
88
|
+
0 9 11.276 8.910 0.31E-04 0.40E-04 0.29E-07
|
|
89
|
+
1 8 11.276 2.513 0.12E-04 0.20E-04 0.44E-07
|
|
90
|
+
1 8 11.276 3.341 0.12E-04 0.86E-04 0.15E-06
|
|
91
|
+
2 8 11.276 3.683 0.15E-03 0.75E-04 0.42E-07
|
|
92
|
+
PAW_PBE Mg_sv 12Apr2007 :
|
|
93
|
+
energy of atom 1 EATOM=-1728.4457
|
|
94
|
+
kinetic energy error for atom= 0.1108 (will be added to EATOM!!)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
POSCAR: Mg
|
|
98
|
+
positions in direct lattice
|
|
99
|
+
velocities in cartesian coordinates
|
|
100
|
+
exchange correlation table for LEXCH = 8
|
|
101
|
+
RHO(1)= 0.500 N(1) = 2000
|
|
102
|
+
RHO(2)= 100.500 N(2) = 4000
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
--------------------------------------------------------------------------------------------------------
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
ion position nearest neighbor table
|
|
110
|
+
1 0.333 0.667 0.250-
|
|
111
|
+
2 0.667 0.333 0.750-
|
|
112
|
+
|
|
113
|
+
LATTYP: Found a hexagonal cell.
|
|
114
|
+
ALAT = 2.5743441388
|
|
115
|
+
C/A-ratio = 3.0610332666
|
|
116
|
+
|
|
117
|
+
Lattice vectors:
|
|
118
|
+
|
|
119
|
+
A1 = ( 2.5743441389, 0.0000000000, 0.0000000000)
|
|
120
|
+
A2 = ( -1.2871720694, 2.2294474223, 0.0000000000)
|
|
121
|
+
A3 = ( 0.0000000000, 0.0000000000, 7.8801530485)
|
|
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 1 irreducible k-points:
|
|
173
|
+
|
|
174
|
+
Following reciprocal coordinates:
|
|
175
|
+
Coordinates Weight
|
|
176
|
+
0.000000 0.000000 0.000000 1.000000
|
|
177
|
+
|
|
178
|
+
Following cartesian coordinates:
|
|
179
|
+
Coordinates Weight
|
|
180
|
+
0.000000 0.000000 0.000000 1.000000
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
--------------------------------------------------------------------------------------------------------
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
Dimension of arrays:
|
|
190
|
+
k-points NKPTS = 1 k-points in BZ NKDIM = 1 number of bands NBANDS= 15
|
|
191
|
+
number of dos NEDOS = 301 number of ions NIONS = 2
|
|
192
|
+
non local maximal LDIM = 5 non local SUM 2l+1 LMDIM = 13
|
|
193
|
+
total plane-waves NPLWV = 24000
|
|
194
|
+
max r-space proj IRMAX = 2391 max aug-charges IRDMAX= 5392
|
|
195
|
+
dimension x,y,z NGX = 20 NGY = 20 NGZ = 60
|
|
196
|
+
dimension x,y,z NGXF= 36 NGYF= 36 NGZF= 108
|
|
197
|
+
support grid NGXF= 36 NGYF= 36 NGZF= 108
|
|
198
|
+
ions per type = 2
|
|
199
|
+
NGX,Y,Z is equivalent to a cutoff of 12.92, 12.92, 12.66 a.u.
|
|
200
|
+
NGXF,Y,Z is equivalent to a cutoff of 23.25, 23.25, 22.78 a.u.
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
I would recommend the setting:
|
|
204
|
+
dimension x,y,z NGX = 19 NGY = 19 NGZ = 57
|
|
205
|
+
SYSTEM = Untitled (VASP)
|
|
206
|
+
POSCAR = Mg
|
|
207
|
+
|
|
208
|
+
Startparameter for this run:
|
|
209
|
+
NWRITE = 2 write-flag & timer
|
|
210
|
+
PREC = high normal or accurate (medium, high low for compatibility)
|
|
211
|
+
ISTART = 0 job : 0-new 1-cont 2-samecut
|
|
212
|
+
ICHARG = 2 charge: 1-file 2-atom 10-const
|
|
213
|
+
ISPIN = 2 spin polarized calculation?
|
|
214
|
+
LNONCOLLINEAR = F non collinear calculations
|
|
215
|
+
LSORBIT = F spin-orbit coupling
|
|
216
|
+
INIWAV = 1 electr: 0-lowe 1-rand 2-diag
|
|
217
|
+
LASPH = F aspherical Exc in radial PAW
|
|
218
|
+
METAGGA= F non-selfconsistent MetaGGA calc.
|
|
219
|
+
|
|
220
|
+
Electronic Relaxation 1
|
|
221
|
+
ENCUT = 500.0 eV 36.75 Ry 6.06 a.u. 4.69 4.69 14.37*2*pi/ulx,y,z
|
|
222
|
+
ENINI = 500.0 initial cutoff
|
|
223
|
+
ENAUG = 980.2 eV augmentation charge cutoff
|
|
224
|
+
NELM = 60; NELMIN= 2; NELMDL= -5 # of ELM steps
|
|
225
|
+
EDIFF = 0.1E-04 stopping-criterion for ELM
|
|
226
|
+
LREAL = T real-space projection
|
|
227
|
+
NLSPLINE = F spline interpolate recip. space projectors
|
|
228
|
+
LCOMPAT= F compatible to vasp.4.4
|
|
229
|
+
GGA_COMPAT = T GGA compatible to vasp.4.4-vasp.4.6
|
|
230
|
+
LMAXPAW = -100 max onsite density
|
|
231
|
+
LMAXMIX = 2 max onsite mixed and CHGCAR
|
|
232
|
+
VOSKOWN= 0 Vosko Wilk Nusair interpolation
|
|
233
|
+
ROPT = -0.00040
|
|
234
|
+
Ionic relaxation
|
|
235
|
+
EDIFFG = -.2E-01 stopping-criterion for IOM
|
|
236
|
+
NSW = 100 number of steps for IOM
|
|
237
|
+
NBLOCK = 1; KBLOCK = 100 inner block; outer block
|
|
238
|
+
IBRION = 2 ionic relax: 0-MD 1-quasi-New 2-CG
|
|
239
|
+
NFREE = 1 steps in history (QN), initial steepest desc. (CG)
|
|
240
|
+
ISIF = 3 stress and relaxation
|
|
241
|
+
IWAVPR = 11 prediction: 0-non 1-charg 2-wave 3-comb
|
|
242
|
+
ISYM = 2 0-nonsym 1-usesym 2-fastsym
|
|
243
|
+
LCORR = T Harris-Foulkes like correction to forces
|
|
244
|
+
|
|
245
|
+
POTIM = 0.5000 time-step for ionic-motion
|
|
246
|
+
TEIN = 0.0 initial temperature
|
|
247
|
+
TEBEG = 0.0; TEEND = 0.0 temperature during run
|
|
248
|
+
SMASS = -3.00 Nose mass-parameter (am)
|
|
249
|
+
estimated Nose-frequenzy (Omega) = 0.10E-29 period in steps =****** mass= -0.151E-27a.u.
|
|
250
|
+
SCALEE = 1.0000 scale energy and forces
|
|
251
|
+
NPACO = 256; APACO = 16.0 distance and # of slots for P.C.
|
|
252
|
+
PSTRESS= 0.0 pullay stress
|
|
253
|
+
|
|
254
|
+
Mass of Ions in am
|
|
255
|
+
POMASS = 24.30
|
|
256
|
+
Ionic Valenz
|
|
257
|
+
ZVAL = 10.00
|
|
258
|
+
Atomic Wigner-Seitz radii
|
|
259
|
+
RWIGS = -1.00
|
|
260
|
+
virtual crystal weights
|
|
261
|
+
VCA = 1.00
|
|
262
|
+
NELECT = 20.0000 total number of electrons
|
|
263
|
+
NUPDOWN= -1.0000 fix difference up-down
|
|
264
|
+
|
|
265
|
+
DOS related values:
|
|
266
|
+
EMIN = 10.00; EMAX =-10.00 energy-range for DOS
|
|
267
|
+
EFERMI = 0.00
|
|
268
|
+
ISMEAR = 0; SIGMA = 0.10 broadening in eV -4-tet -1-fermi 0-gaus
|
|
269
|
+
|
|
270
|
+
Electronic relaxation 2 (details)
|
|
271
|
+
IALGO = 38 algorithm
|
|
272
|
+
LDIAG = T sub-space diagonalisation (order eigenvalues)
|
|
273
|
+
LSUBROT= T optimize rotation matrix (better conditioning)
|
|
274
|
+
TURBO = 0 0=normal 1=particle mesh
|
|
275
|
+
IRESTART = 0 0=no restart 2=restart with 2 vectors
|
|
276
|
+
NREBOOT = 0 no. of reboots
|
|
277
|
+
NMIN = 0 reboot dimension
|
|
278
|
+
EREF = 0.00 reference energy to select bands
|
|
279
|
+
IMIX = 4 mixing-type and parameters
|
|
280
|
+
AMIX = 0.40; BMIX = 1.00
|
|
281
|
+
AMIX_MAG = 1.60; BMIX_MAG = 1.00
|
|
282
|
+
AMIN = 0.10
|
|
283
|
+
WC = 100.; INIMIX= 1; MIXPRE= 1
|
|
284
|
+
|
|
285
|
+
Intra band minimization:
|
|
286
|
+
WEIMIN = 0.0010 energy-eigenvalue tresh-hold
|
|
287
|
+
EBREAK = 0.17E-06 absolut break condition
|
|
288
|
+
DEPER = 0.30 relativ break condition
|
|
289
|
+
|
|
290
|
+
TIME = 0.40 timestep for ELM
|
|
291
|
+
|
|
292
|
+
volume/ion in A,a.u. = 22.61 152.60
|
|
293
|
+
Fermi-wavevector in a.u.,A,eV,Ry = 1.247246 2.356953 21.165518 1.555622
|
|
294
|
+
Thomas-Fermi vector in A = 2.381387
|
|
295
|
+
|
|
296
|
+
Write flags
|
|
297
|
+
LWAVE = T write WAVECAR
|
|
298
|
+
LCHARG = T write CHGCAR
|
|
299
|
+
LVTOT = F write LOCPOT, total local potential
|
|
300
|
+
LVHAR = F write LOCPOT, Hartree potential only
|
|
301
|
+
LELF = F write electronic localiz. function (ELF)
|
|
302
|
+
LORBIT = 0 0 simple, 1 ext, 2 COOP (PROOUT)
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
Dipole corrections
|
|
306
|
+
LMONO = F monopole corrections only (constant potential shift)
|
|
307
|
+
LDIPOL = F correct potential (dipole corrections)
|
|
308
|
+
IDIPOL = 0 1-x, 2-y, 3-z, 4-all directions
|
|
309
|
+
EPSILON= 1.0000000 bulk dielectric constant
|
|
310
|
+
|
|
311
|
+
Exchange correlation treatment:
|
|
312
|
+
GGA = -- GGA type
|
|
313
|
+
LEXCH = 8 internal setting for exchange type
|
|
314
|
+
VOSKOWN= 0 Vosko Wilk Nusair interpolation
|
|
315
|
+
LHFCALC = F Hartree Fock is set to
|
|
316
|
+
LHFONE = F Hartree Fock one center treatment
|
|
317
|
+
AEXX = 0.0000 exact exchange contribution
|
|
318
|
+
|
|
319
|
+
Linear response parameters
|
|
320
|
+
LEPSILON= F determine dielectric tensor
|
|
321
|
+
LRPA = F only Hartree local field effects (RPA)
|
|
322
|
+
LNABLA = F use nabla operator in PAW spheres
|
|
323
|
+
LVEL = F velocity operator in full k-point grid
|
|
324
|
+
LINTERFAST= F fast interpolation
|
|
325
|
+
KINTER = 0 interpolate to denser k-point grid
|
|
326
|
+
CSHIFT =0.1000 complex shift for real part using Kramers Kronig
|
|
327
|
+
OMEGAMAX= -1.0 maximum frequency
|
|
328
|
+
RTIME = 0.100 relaxation time in fs
|
|
329
|
+
|
|
330
|
+
Orbital magnetization related:
|
|
331
|
+
ORBITALMAG= F switch on orbital magnetization
|
|
332
|
+
LCHIMAG = F perturbation theory with respect to B field
|
|
333
|
+
DQ = 0.001000 dq finite difference perturbation B field
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
--------------------------------------------------------------------------------------------------------
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
conjugate gradient relaxation of ions
|
|
341
|
+
charge density and potential will be updated during run
|
|
342
|
+
spin polarized calculation
|
|
343
|
+
Variant of blocked Davidson
|
|
344
|
+
Davidson routine will perform the subspace rotation
|
|
345
|
+
perform sub-space diagonalisation
|
|
346
|
+
after iterative eigenvector-optimisation
|
|
347
|
+
modified Broyden-mixing scheme, WC = 100.0
|
|
348
|
+
initial mixing is a Kerker type mixing with AMIX = 0.4000 and BMIX = 1.0000
|
|
349
|
+
Hartree-type preconditioning will be used
|
|
350
|
+
using additional bands 5
|
|
351
|
+
real space projection scheme for non local part
|
|
352
|
+
calculate Harris-corrections to forces
|
|
353
|
+
(improved forces if not selfconsistent)
|
|
354
|
+
use gradient corrections
|
|
355
|
+
use of overlap-Matrix (Vanderbilt PP)
|
|
356
|
+
Gauss-broadening in eV SIGMA = 0.10
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
--------------------------------------------------------------------------------------------------------
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
energy-cutoff : 500.00
|
|
363
|
+
volume of cell : 45.23
|
|
364
|
+
direct lattice vectors reciprocal lattice vectors
|
|
365
|
+
2.574344139 0.000000000 0.000000000 0.388448454 0.224270819 0.000000000
|
|
366
|
+
-1.287172069 2.229447422 0.000000000 0.000000000 0.448541639 0.000000000
|
|
367
|
+
0.000000000 0.000000000 7.880153049 0.000000000 0.000000000 0.126901089
|
|
368
|
+
|
|
369
|
+
length of vectors
|
|
370
|
+
2.574344139 2.574344139 7.880153049 0.448541639 0.448541639 0.126901089
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
k-points in units of 2pi/SCALE and weight: Automatic mesh
|
|
375
|
+
0.00000000 0.00000000 0.00000000 1.000
|
|
376
|
+
|
|
377
|
+
k-points in reciprocal lattice and weights: Automatic mesh
|
|
378
|
+
0.00000000 0.00000000 0.00000000 1.000
|
|
379
|
+
|
|
380
|
+
position of ions in fractional coordinates (direct lattice)
|
|
381
|
+
0.33333334 0.66666669 0.25000000
|
|
382
|
+
0.66666663 0.33333331 0.75000000
|
|
383
|
+
|
|
384
|
+
position of ions in cartesian coordinates (Angst):
|
|
385
|
+
0.00000000 1.48629833 1.97003826
|
|
386
|
+
1.28717199 0.74314910 5.91011479
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
--------------------------------------------------------------------------------------------------------
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
k-point 1 : 0.00000.00000.0000 plane waves: 1133
|
|
394
|
+
|
|
395
|
+
maximum and minimum number of plane-waves per node : 1133 1133
|
|
396
|
+
|
|
397
|
+
maximum number of plane-waves: 1133
|
|
398
|
+
maximum index in each direction:
|
|
399
|
+
IXMAX= 4 IYMAX= 4 IZMAX= 14
|
|
400
|
+
IXMIN= -4 IYMIN= -4 IZMIN= -14
|
|
401
|
+
|
|
402
|
+
NGX is ok and might be reduce to 18
|
|
403
|
+
NGY is ok and might be reduce to 18
|
|
404
|
+
NGZ is ok and might be reduce to 58
|
|
405
|
+
|
|
406
|
+
serial 3D FFT for wavefunctions
|
|
407
|
+
parallel 3D FFT for charge:
|
|
408
|
+
minimum data exchange during FFTs selected (reduces bandwidth)
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
total amount of memory used by VASP on root node 48301. kBytes
|
|
412
|
+
========================================================================
|
|
413
|
+
|
|
414
|
+
base : 30000. kBytes
|
|
415
|
+
nonlr-proj: 602. kBytes
|
|
416
|
+
fftplans : 4956. kBytes
|
|
417
|
+
grid : 12155. kBytes
|
|
418
|
+
one-center: 32. kBytes
|
|
419
|
+
wavefun : 556. kBytes
|
|
420
|
+
|
|
421
|
+
Broyden mixing: mesh for mixing (old mesh)
|
|
422
|
+
NGX = 9 NGY = 9 NGZ = 29
|
|
423
|
+
(NGX = 36 NGY = 36 NGZ =108)
|
|
424
|
+
gives a total of 2349 points
|
|
425
|
+
|
|
426
|
+
initial charge density was supplied:
|
|
427
|
+
charge density of overlapping atoms calculated
|
|
428
|
+
number of electron 20.0000000 magnetization 2.0000000
|
|
429
|
+
keeping initial charge density in first step
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
--------------------------------------------------------------------------------------------------------
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
Maximum index for non-local projection operator 2283
|
|
436
|
+
Maximum index for augmentation-charges 5055 (set IRDMAX)
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
--------------------------------------------------------------------------------------------------------
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
First call to EWALD: gamma= 0.497
|
|
443
|
+
Maximum number of real-space cells 4x 4x 2
|
|
444
|
+
Maximum number of reciprocal cells 2x 2x 5
|
|
445
|
+
|
|
446
|
+
FEWALD: cpu time 0.00: real time 0.00
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
----------------------------------------- Iteration 1( 1) ---------------------------------------
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
POTLOK: cpu time 0.82: real time 0.34
|
|
453
|
+
SETDIJ: cpu time 0.02: real time 0.03
|
|
454
|
+
EDDAV: cpu time 1.56: real time 0.41
|
|
455
|
+
DOS: cpu time 0.00: real time 0.00
|
|
456
|
+
--------------------------------------------
|
|
457
|
+
LOOP: cpu time 2.42: real time 0.78
|
|
458
|
+
|
|
459
|
+
eigenvalue-minimisations : 76
|
|
460
|
+
total energy-change (2. order) : 0.2138910E+03 (-0.1440434E+04)
|
|
461
|
+
number of electron 20.0000000 magnetization 2.0000000
|
|
462
|
+
augmentation part 20.0000000 magnetization 2.0000000
|
|
463
|
+
|
|
464
|
+
Free energy of the ion-electron system (eV)
|
|
465
|
+
---------------------------------------------------
|
|
466
|
+
alpha Z PSCENC = 64.14934580
|
|
467
|
+
Ewald energy TEWEN = -1321.65710969
|
|
468
|
+
-1/2 Hartree DENC = -1371.34301400
|
|
469
|
+
-exchange EXHF = 0.00000000
|
|
470
|
+
-V(xc)+E(xc) XCENC = 131.85856121
|
|
471
|
+
PAW double counting = 2379.29824340 -2557.18617214
|
|
472
|
+
entropy T*S EENTRO = 0.00000000
|
|
473
|
+
eigenvalues EBANDS = -567.89869057
|
|
474
|
+
atomic energy EATOM = 3456.66979631
|
|
475
|
+
---------------------------------------------------
|
|
476
|
+
free energy TOTEN = 213.89096031 eV
|
|
477
|
+
|
|
478
|
+
energy without entropy = 213.89096031 energy(sigma->0) = 213.89096031
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
--------------------------------------------------------------------------------------------------------
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
----------------------------------------- Iteration 1( 2) ---------------------------------------
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
EDDAV: cpu time 1.54: real time 0.40
|
|
490
|
+
DOS: cpu time 0.00: real time 0.00
|
|
491
|
+
--------------------------------------------
|
|
492
|
+
LOOP: cpu time 1.56: real time 0.40
|
|
493
|
+
|
|
494
|
+
eigenvalue-minimisations : 74
|
|
495
|
+
total energy-change (2. order) :-0.1990587E+03 (-0.1985958E+03)
|
|
496
|
+
number of electron 20.0000000 magnetization 2.0000000
|
|
497
|
+
augmentation part 20.0000000 magnetization 2.0000000
|
|
498
|
+
|
|
499
|
+
Free energy of the ion-electron system (eV)
|
|
500
|
+
---------------------------------------------------
|
|
501
|
+
alpha Z PSCENC = 64.14934580
|
|
502
|
+
Ewald energy TEWEN = -1321.65710969
|
|
503
|
+
-1/2 Hartree DENC = -1371.34301400
|
|
504
|
+
-exchange EXHF = 0.00000000
|
|
505
|
+
-V(xc)+E(xc) XCENC = 131.85856121
|
|
506
|
+
PAW double counting = 2379.29824340 -2557.18617214
|
|
507
|
+
entropy T*S EENTRO = -0.04867062
|
|
508
|
+
eigenvalues EBANDS = -766.90873241
|
|
509
|
+
atomic energy EATOM = 3456.66979631
|
|
510
|
+
---------------------------------------------------
|
|
511
|
+
free energy TOTEN = 14.83224785 eV
|
|
512
|
+
|
|
513
|
+
energy without entropy = 14.88091847 energy(sigma->0) = 14.85658316
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
--------------------------------------------------------------------------------------------------------
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
----------------------------------------- Iteration 1( 3) ---------------------------------------
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
EDDAV: cpu time 2.22: real time 0.56
|
|
525
|
+
DOS: cpu time 0.00: real time 0.00
|
|
526
|
+
--------------------------------------------
|
|
527
|
+
LOOP: cpu time 2.24: real time 0.57
|
|
528
|
+
|
|
529
|
+
eigenvalue-minimisations : 113
|
|
530
|
+
total energy-change (2. order) :-0.2782848E+02 (-0.2691331E+02)
|
|
531
|
+
number of electron 20.0000000 magnetization 2.0000000
|
|
532
|
+
augmentation part 20.0000000 magnetization 2.0000000
|
|
533
|
+
|
|
534
|
+
Free energy of the ion-electron system (eV)
|
|
535
|
+
---------------------------------------------------
|
|
536
|
+
alpha Z PSCENC = 64.14934580
|
|
537
|
+
Ewald energy TEWEN = -1321.65710969
|
|
538
|
+
-1/2 Hartree DENC = -1371.34301400
|
|
539
|
+
-exchange EXHF = 0.00000000
|
|
540
|
+
-V(xc)+E(xc) XCENC = 131.85856121
|
|
541
|
+
PAW double counting = 2379.29824340 -2557.18617214
|
|
542
|
+
entropy T*S EENTRO = 0.00000000
|
|
543
|
+
eigenvalues EBANDS = -794.78588558
|
|
544
|
+
atomic energy EATOM = 3456.66979631
|
|
545
|
+
---------------------------------------------------
|
|
546
|
+
free energy TOTEN = -12.99623470 eV
|
|
547
|
+
|
|
548
|
+
energy without entropy = -12.99623470 energy(sigma->0) = -12.99623470
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
--------------------------------------------------------------------------------------------------------
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
----------------------------------------- Iteration 1( 4) ---------------------------------------
|
|
557
|
+
|
|
558
|
+
|
|
559
|
+
EDDAV: cpu time 1.32: real time 0.34
|
|
560
|
+
DOS: cpu time 0.00: real time 0.00
|
|
561
|
+
--------------------------------------------
|
|
562
|
+
LOOP: cpu time 1.34: real time 0.34
|
|
563
|
+
|
|
564
|
+
eigenvalue-minimisations : 60
|
|
565
|
+
total energy-change (2. order) :-0.7910055E+00 (-0.7910048E+00)
|
|
566
|
+
number of electron 20.0000000 magnetization 2.0000000
|
|
567
|
+
augmentation part 20.0000000 magnetization 2.0000000
|
|
568
|
+
|
|
569
|
+
Free energy of the ion-electron system (eV)
|
|
570
|
+
---------------------------------------------------
|
|
571
|
+
alpha Z PSCENC = 64.14934580
|
|
572
|
+
Ewald energy TEWEN = -1321.65710969
|
|
573
|
+
-1/2 Hartree DENC = -1371.34301400
|
|
574
|
+
-exchange EXHF = 0.00000000
|
|
575
|
+
-V(xc)+E(xc) XCENC = 131.85856121
|
|
576
|
+
PAW double counting = 2379.29824340 -2557.18617214
|
|
577
|
+
entropy T*S EENTRO = 0.00000000
|
|
578
|
+
eigenvalues EBANDS = -795.57689103
|
|
579
|
+
atomic energy EATOM = 3456.66979631
|
|
580
|
+
---------------------------------------------------
|
|
581
|
+
free energy TOTEN = -13.78724015 eV
|
|
582
|
+
|
|
583
|
+
energy without entropy = -13.78724015 energy(sigma->0) = -13.78724015
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
--------------------------------------------------------------------------------------------------------
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
----------------------------------------- Iteration 1( 5) ---------------------------------------
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
EDDAV: cpu time 1.61: real time 0.40
|
|
595
|
+
DOS: cpu time 0.00: real time 0.00
|
|
596
|
+
CHARGE: cpu time 0.21: real time 0.05
|
|
597
|
+
MIXING: cpu time 0.02: real time 0.01
|
|
598
|
+
--------------------------------------------
|
|
599
|
+
LOOP: cpu time 1.86: real time 0.47
|
|
600
|
+
|
|
601
|
+
eigenvalue-minimisations : 76
|
|
602
|
+
total energy-change (2. order) :-0.1443408E-01 (-0.1443407E-01)
|
|
603
|
+
number of electron 19.9999943 magnetization 0.7562821
|
|
604
|
+
augmentation part 6.0734237 magnetization 0.7379276
|
|
605
|
+
|
|
606
|
+
Broyden mixing:
|
|
607
|
+
rms(total) = 0.14578E+01 rms(broyden)= 0.14557E+01
|
|
608
|
+
rms(prec ) = 0.15071E+01
|
|
609
|
+
weight for this iteration 100.00
|
|
610
|
+
|
|
611
|
+
Free energy of the ion-electron system (eV)
|
|
612
|
+
---------------------------------------------------
|
|
613
|
+
alpha Z PSCENC = 64.14934580
|
|
614
|
+
Ewald energy TEWEN = -1321.65710969
|
|
615
|
+
-1/2 Hartree DENC = -1371.34301400
|
|
616
|
+
-exchange EXHF = 0.00000000
|
|
617
|
+
-V(xc)+E(xc) XCENC = 131.85856121
|
|
618
|
+
PAW double counting = 2379.29824340 -2557.18617214
|
|
619
|
+
entropy T*S EENTRO = 0.00000000
|
|
620
|
+
eigenvalues EBANDS = -795.59132511
|
|
621
|
+
atomic energy EATOM = 3456.66979631
|
|
622
|
+
---------------------------------------------------
|
|
623
|
+
free energy TOTEN = -13.80167423 eV
|
|
624
|
+
|
|
625
|
+
energy without entropy = -13.80167423 energy(sigma->0) = -13.80167423
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
--------------------------------------------------------------------------------------------------------
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
----------------------------------------- Iteration 1( 6) ---------------------------------------
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
POTLOK: cpu time 0.34: real time 0.34
|
|
637
|
+
SETDIJ: cpu time 0.02: real time 0.03
|
|
638
|
+
EDDAV: cpu time 1.46: real time 0.38
|
|
639
|
+
DOS: cpu time 0.00: real time 0.00
|
|
640
|
+
CHARGE: cpu time 0.20: real time 0.05
|
|
641
|
+
MIXING: cpu time 0.01: real time 0.01
|
|
642
|
+
--------------------------------------------
|
|
643
|
+
LOOP: cpu time 2.05: real time 0.81
|
|
644
|
+
|
|
645
|
+
eigenvalue-minimisations : 67
|
|
646
|
+
total energy-change (2. order) :-0.1763138E+00 (-0.5650667E-01)
|
|
647
|
+
number of electron 19.9999943 magnetization 0.4113716
|
|
648
|
+
augmentation part 6.1203566 magnetization 0.4120825
|
|
649
|
+
|
|
650
|
+
Broyden mixing:
|
|
651
|
+
rms(total) = 0.63492E+00 rms(broyden)= 0.63481E+00
|
|
652
|
+
rms(prec ) = 0.67603E+00
|
|
653
|
+
weight for this iteration 100.00
|
|
654
|
+
|
|
655
|
+
eigenvalues of (default mixing * dielectric matrix)
|
|
656
|
+
average eigenvalue GAMMA= 0.7054
|
|
657
|
+
0.7054
|
|
658
|
+
|
|
659
|
+
Free energy of the ion-electron system (eV)
|
|
660
|
+
---------------------------------------------------
|
|
661
|
+
alpha Z PSCENC = 64.14934580
|
|
662
|
+
Ewald energy TEWEN = -1321.65710969
|
|
663
|
+
-1/2 Hartree DENC = -1383.69985785
|
|
664
|
+
-exchange EXHF = 0.00000000
|
|
665
|
+
-V(xc)+E(xc) XCENC = 132.20046709
|
|
666
|
+
PAW double counting = 2449.66181323 -2622.24662483
|
|
667
|
+
entropy T*S EENTRO = 0.00000000
|
|
668
|
+
eigenvalues EBANDS = -789.05581812
|
|
669
|
+
atomic energy EATOM = 3456.66979631
|
|
670
|
+
---------------------------------------------------
|
|
671
|
+
free energy TOTEN = -13.97798807 eV
|
|
672
|
+
|
|
673
|
+
energy without entropy = -13.97798807 energy(sigma->0) = -13.97798807
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
--------------------------------------------------------------------------------------------------------
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
----------------------------------------- Iteration 1( 7) ---------------------------------------
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
POTLOK: cpu time 0.34: real time 0.34
|
|
685
|
+
SETDIJ: cpu time 0.03: real time 0.03
|
|
686
|
+
EDDAV: cpu time 1.30: real time 0.34
|
|
687
|
+
DOS: cpu time 0.00: real time 0.00
|
|
688
|
+
CHARGE: cpu time 0.20: real time 0.05
|
|
689
|
+
MIXING: cpu time 0.02: real time 0.01
|
|
690
|
+
--------------------------------------------
|
|
691
|
+
LOOP: cpu time 1.90: real time 0.77
|
|
692
|
+
|
|
693
|
+
eigenvalue-minimisations : 60
|
|
694
|
+
total energy-change (2. order) :-0.2891433E+00 (-0.1465888E-01)
|
|
695
|
+
number of electron 19.9999943 magnetization -0.0917974
|
|
696
|
+
augmentation part 6.1104436 magnetization -0.0510213
|
|
697
|
+
|
|
698
|
+
Broyden mixing:
|
|
699
|
+
rms(total) = 0.17340E+00 rms(broyden)= 0.17325E+00
|
|
700
|
+
rms(prec ) = 0.23840E+00
|
|
701
|
+
weight for this iteration 100.00
|
|
702
|
+
|
|
703
|
+
eigenvalues of (default mixing * dielectric matrix)
|
|
704
|
+
average eigenvalue GAMMA= 1.0703
|
|
705
|
+
1.4543 0.6863
|
|
706
|
+
|
|
707
|
+
Free energy of the ion-electron system (eV)
|
|
708
|
+
---------------------------------------------------
|
|
709
|
+
alpha Z PSCENC = 64.14934580
|
|
710
|
+
Ewald energy TEWEN = -1321.65710969
|
|
711
|
+
-1/2 Hartree DENC = -1388.74934493
|
|
712
|
+
-exchange EXHF = 0.00000000
|
|
713
|
+
-V(xc)+E(xc) XCENC = 132.18770760
|
|
714
|
+
PAW double counting = 2476.55176789 -2647.08055725
|
|
715
|
+
entropy T*S EENTRO = 0.00000000
|
|
716
|
+
eigenvalues EBANDS = -786.33873714
|
|
717
|
+
atomic energy EATOM = 3456.66979631
|
|
718
|
+
---------------------------------------------------
|
|
719
|
+
free energy TOTEN = -14.26713140 eV
|
|
720
|
+
|
|
721
|
+
energy without entropy = -14.26713140 energy(sigma->0) = -14.26713140
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
--------------------------------------------------------------------------------------------------------
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
----------------------------------------- Iteration 1( 8) ---------------------------------------
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
POTLOK: cpu time 0.39: real time 0.34
|
|
733
|
+
SETDIJ: cpu time 0.02: real time 0.03
|
|
734
|
+
EDDAV: cpu time 1.31: real time 0.34
|
|
735
|
+
DOS: cpu time 0.00: real time 0.00
|
|
736
|
+
CHARGE: cpu time 0.20: real time 0.05
|
|
737
|
+
MIXING: cpu time 0.02: real time 0.01
|
|
738
|
+
--------------------------------------------
|
|
739
|
+
LOOP: cpu time 1.97: real time 0.77
|
|
740
|
+
|
|
741
|
+
eigenvalue-minimisations : 60
|
|
742
|
+
total energy-change (2. order) : 0.1207966E-01 (-0.1687649E-01)
|
|
743
|
+
number of electron 19.9999943 magnetization -0.0713984
|
|
744
|
+
augmentation part 6.1262775 magnetization -0.0653736
|
|
745
|
+
|
|
746
|
+
Broyden mixing:
|
|
747
|
+
rms(total) = 0.66602E-01 rms(broyden)= 0.66489E-01
|
|
748
|
+
rms(prec ) = 0.75038E-01
|
|
749
|
+
weight for this iteration 100.00
|
|
750
|
+
|
|
751
|
+
eigenvalues of (default mixing * dielectric matrix)
|
|
752
|
+
average eigenvalue GAMMA= 1.0418
|
|
753
|
+
1.7318 0.7621 0.6314
|
|
754
|
+
|
|
755
|
+
Free energy of the ion-electron system (eV)
|
|
756
|
+
---------------------------------------------------
|
|
757
|
+
alpha Z PSCENC = 64.14934580
|
|
758
|
+
Ewald energy TEWEN = -1321.65710969
|
|
759
|
+
-1/2 Hartree DENC = -1398.82261220
|
|
760
|
+
-exchange EXHF = 0.00000000
|
|
761
|
+
-V(xc)+E(xc) XCENC = 132.50872943
|
|
762
|
+
PAW double counting = 2529.31134770 -2695.76333646
|
|
763
|
+
entropy T*S EENTRO = 0.00000000
|
|
764
|
+
eigenvalues EBANDS = -780.65121263
|
|
765
|
+
atomic energy EATOM = 3456.66979631
|
|
766
|
+
---------------------------------------------------
|
|
767
|
+
free energy TOTEN = -14.25505175 eV
|
|
768
|
+
|
|
769
|
+
energy without entropy = -14.25505175 energy(sigma->0) = -14.25505175
|
|
770
|
+
|
|
771
|
+
|
|
772
|
+
--------------------------------------------------------------------------------------------------------
|
|
773
|
+
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
|
|
777
|
+
----------------------------------------- Iteration 1( 9) ---------------------------------------
|
|
778
|
+
|
|
779
|
+
|
|
780
|
+
POTLOK: cpu time 0.48: real time 0.34
|
|
781
|
+
SETDIJ: cpu time 0.03: real time 0.03
|
|
782
|
+
EDDAV: cpu time 1.57: real time 0.41
|
|
783
|
+
DOS: cpu time 0.00: real time 0.00
|
|
784
|
+
CHARGE: cpu time 0.20: real time 0.05
|
|
785
|
+
MIXING: cpu time 0.02: real time 0.01
|
|
786
|
+
--------------------------------------------
|
|
787
|
+
LOOP: cpu time 2.32: real time 0.84
|
|
788
|
+
|
|
789
|
+
eigenvalue-minimisations : 76
|
|
790
|
+
total energy-change (2. order) :-0.7711571E-02 (-0.1097602E-02)
|
|
791
|
+
number of electron 19.9999943 magnetization -0.0253312
|
|
792
|
+
augmentation part 6.1305560 magnetization -0.0278383
|
|
793
|
+
|
|
794
|
+
Broyden mixing:
|
|
795
|
+
rms(total) = 0.18781E-01 rms(broyden)= 0.18595E-01
|
|
796
|
+
rms(prec ) = 0.25010E-01
|
|
797
|
+
weight for this iteration 100.00
|
|
798
|
+
|
|
799
|
+
eigenvalues of (default mixing * dielectric matrix)
|
|
800
|
+
average eigenvalue GAMMA= 1.1290
|
|
801
|
+
2.0467 1.1194 0.6526 0.6975
|
|
802
|
+
|
|
803
|
+
Free energy of the ion-electron system (eV)
|
|
804
|
+
---------------------------------------------------
|
|
805
|
+
alpha Z PSCENC = 64.14934580
|
|
806
|
+
Ewald energy TEWEN = -1321.65710969
|
|
807
|
+
-1/2 Hartree DENC = -1400.30821659
|
|
808
|
+
-exchange EXHF = 0.00000000
|
|
809
|
+
-V(xc)+E(xc) XCENC = 132.55293538
|
|
810
|
+
PAW double counting = 2535.52656675 -2701.43480984
|
|
811
|
+
entropy T*S EENTRO = 0.00000000
|
|
812
|
+
eigenvalues EBANDS = -779.76127144
|
|
813
|
+
atomic energy EATOM = 3456.66979631
|
|
814
|
+
---------------------------------------------------
|
|
815
|
+
free energy TOTEN = -14.26276332 eV
|
|
816
|
+
|
|
817
|
+
energy without entropy = -14.26276332 energy(sigma->0) = -14.26276332
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
--------------------------------------------------------------------------------------------------------
|
|
821
|
+
|
|
822
|
+
|
|
823
|
+
|
|
824
|
+
|
|
825
|
+
----------------------------------------- Iteration 1( 10) ---------------------------------------
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
POTLOK: cpu time 0.35: real time 0.34
|
|
829
|
+
SETDIJ: cpu time 0.03: real time 0.03
|
|
830
|
+
EDDAV: cpu time 1.30: real time 0.34
|
|
831
|
+
DOS: cpu time 0.00: real time 0.00
|
|
832
|
+
CHARGE: cpu time 0.20: real time 0.05
|
|
833
|
+
MIXING: cpu time 0.02: real time 0.01
|
|
834
|
+
--------------------------------------------
|
|
835
|
+
LOOP: cpu time 1.93: real time 0.77
|
|
836
|
+
|
|
837
|
+
eigenvalue-minimisations : 60
|
|
838
|
+
total energy-change (2. order) :-0.2001184E-02 (-0.1457792E-03)
|
|
839
|
+
number of electron 19.9999943 magnetization 0.0032391
|
|
840
|
+
augmentation part 6.1343142 magnetization 0.0016199
|
|
841
|
+
|
|
842
|
+
Broyden mixing:
|
|
843
|
+
rms(total) = 0.83418E-02 rms(broyden)= 0.82898E-02
|
|
844
|
+
rms(prec ) = 0.11722E-01
|
|
845
|
+
weight for this iteration 100.00
|
|
846
|
+
|
|
847
|
+
eigenvalues of (default mixing * dielectric matrix)
|
|
848
|
+
average eigenvalue GAMMA= 1.1609
|
|
849
|
+
2.0490 1.4009 0.9959 0.6931 0.6655
|
|
850
|
+
|
|
851
|
+
Free energy of the ion-electron system (eV)
|
|
852
|
+
---------------------------------------------------
|
|
853
|
+
alpha Z PSCENC = 64.14934580
|
|
854
|
+
Ewald energy TEWEN = -1321.65710969
|
|
855
|
+
-1/2 Hartree DENC = -1400.93865660
|
|
856
|
+
-exchange EXHF = 0.00000000
|
|
857
|
+
-V(xc)+E(xc) XCENC = 132.56837521
|
|
858
|
+
PAW double counting = 2536.83411374 -2702.57711089
|
|
859
|
+
entropy T*S EENTRO = 0.00000000
|
|
860
|
+
eigenvalues EBANDS = -779.31351838
|
|
861
|
+
atomic energy EATOM = 3456.66979631
|
|
862
|
+
---------------------------------------------------
|
|
863
|
+
free energy TOTEN = -14.26476450 eV
|
|
864
|
+
|
|
865
|
+
energy without entropy = -14.26476450 energy(sigma->0) = -14.26476450
|
|
866
|
+
|
|
867
|
+
|
|
868
|
+
--------------------------------------------------------------------------------------------------------
|
|
869
|
+
|
|
870
|
+
|
|
871
|
+
|
|
872
|
+
|
|
873
|
+
----------------------------------------- Iteration 1( 11) ---------------------------------------
|
|
874
|
+
|
|
875
|
+
|
|
876
|
+
POTLOK: cpu time 0.44: real time 0.34
|
|
877
|
+
SETDIJ: cpu time 0.02: real time 0.03
|
|
878
|
+
EDDAV: cpu time 1.29: real time 0.34
|
|
879
|
+
DOS: cpu time 0.00: real time 0.00
|
|
880
|
+
CHARGE: cpu time 0.20: real time 0.05
|
|
881
|
+
MIXING: cpu time 0.03: real time 0.01
|
|
882
|
+
--------------------------------------------
|
|
883
|
+
LOOP: cpu time 2.00: real time 0.77
|
|
884
|
+
|
|
885
|
+
eigenvalue-minimisations : 60
|
|
886
|
+
total energy-change (2. order) :-0.6890346E-03 (-0.1351697E-03)
|
|
887
|
+
number of electron 19.9999943 magnetization 0.0045985
|
|
888
|
+
augmentation part 6.1356604 magnetization 0.0034133
|
|
889
|
+
|
|
890
|
+
Broyden mixing:
|
|
891
|
+
rms(total) = 0.37224E-02 rms(broyden)= 0.37067E-02
|
|
892
|
+
rms(prec ) = 0.52092E-02
|
|
893
|
+
weight for this iteration 100.00
|
|
894
|
+
|
|
895
|
+
eigenvalues of (default mixing * dielectric matrix)
|
|
896
|
+
average eigenvalue GAMMA= 1.2062
|
|
897
|
+
1.9603 1.9603 1.1683 0.7861 0.6607 0.7014
|
|
898
|
+
|
|
899
|
+
Free energy of the ion-electron system (eV)
|
|
900
|
+
---------------------------------------------------
|
|
901
|
+
alpha Z PSCENC = 64.14934580
|
|
902
|
+
Ewald energy TEWEN = -1321.65710969
|
|
903
|
+
-1/2 Hartree DENC = -1401.10767224
|
|
904
|
+
-exchange EXHF = 0.00000000
|
|
905
|
+
-V(xc)+E(xc) XCENC = 132.56840423
|
|
906
|
+
PAW double counting = 2535.54989288 -2701.34754372
|
|
907
|
+
entropy T*S EENTRO = 0.00000000
|
|
908
|
+
eigenvalues EBANDS = -779.09056710
|
|
909
|
+
atomic energy EATOM = 3456.66979631
|
|
910
|
+
---------------------------------------------------
|
|
911
|
+
free energy TOTEN = -14.26545354 eV
|
|
912
|
+
|
|
913
|
+
energy without entropy = -14.26545354 energy(sigma->0) = -14.26545354
|
|
914
|
+
|
|
915
|
+
|
|
916
|
+
--------------------------------------------------------------------------------------------------------
|
|
917
|
+
|
|
918
|
+
|
|
919
|
+
|
|
920
|
+
|
|
921
|
+
----------------------------------------- Iteration 1( 12) ---------------------------------------
|
|
922
|
+
|
|
923
|
+
|
|
924
|
+
POTLOK: cpu time 0.52: real time 0.34
|
|
925
|
+
SETDIJ: cpu time 0.02: real time 0.03
|
|
926
|
+
EDDAV: cpu time 1.15: real time 0.31
|
|
927
|
+
DOS: cpu time 0.00: real time 0.00
|
|
928
|
+
CHARGE: cpu time 0.20: real time 0.05
|
|
929
|
+
MIXING: cpu time 0.03: real time 0.01
|
|
930
|
+
--------------------------------------------
|
|
931
|
+
LOOP: cpu time 1.94: real time 0.74
|
|
932
|
+
|
|
933
|
+
eigenvalue-minimisations : 52
|
|
934
|
+
total energy-change (2. order) :-0.1249383E-03 (-0.2290032E-04)
|
|
935
|
+
number of electron 19.9999943 magnetization 0.0009028
|
|
936
|
+
augmentation part 6.1364666 magnetization 0.0015750
|
|
937
|
+
|
|
938
|
+
Broyden mixing:
|
|
939
|
+
rms(total) = 0.20906E-02 rms(broyden)= 0.20661E-02
|
|
940
|
+
rms(prec ) = 0.24757E-02
|
|
941
|
+
weight for this iteration 100.00
|
|
942
|
+
|
|
943
|
+
eigenvalues of (default mixing * dielectric matrix)
|
|
944
|
+
average eigenvalue GAMMA= 1.2806
|
|
945
|
+
2.2140 2.2140 1.3967 1.0459 0.6518 0.7210 0.7210
|
|
946
|
+
|
|
947
|
+
Free energy of the ion-electron system (eV)
|
|
948
|
+
---------------------------------------------------
|
|
949
|
+
alpha Z PSCENC = 64.14934580
|
|
950
|
+
Ewald energy TEWEN = -1321.65710969
|
|
951
|
+
-1/2 Hartree DENC = -1401.18649671
|
|
952
|
+
-exchange EXHF = 0.00000000
|
|
953
|
+
-V(xc)+E(xc) XCENC = 132.56828317
|
|
954
|
+
PAW double counting = 2534.69460669 -2700.54520653
|
|
955
|
+
entropy T*S EENTRO = 0.00000000
|
|
956
|
+
eigenvalues EBANDS = -778.95879751
|
|
957
|
+
atomic energy EATOM = 3456.66979631
|
|
958
|
+
---------------------------------------------------
|
|
959
|
+
free energy TOTEN = -14.26557847 eV
|
|
960
|
+
|
|
961
|
+
energy without entropy = -14.26557847 energy(sigma->0) = -14.26557847
|
|
962
|
+
|
|
963
|
+
|
|
964
|
+
--------------------------------------------------------------------------------------------------------
|
|
965
|
+
|
|
966
|
+
|
|
967
|
+
|
|
968
|
+
|
|
969
|
+
----------------------------------------- Iteration 1( 13) ---------------------------------------
|
|
970
|
+
|
|
971
|
+
|
|
972
|
+
POTLOK: cpu time 0.70: real time 0.34
|
|
973
|
+
SETDIJ: cpu time 0.03: real time 0.03
|
|
974
|
+
EDDAV: cpu time 1.03: real time 0.27
|
|
975
|
+
DOS: cpu time 0.00: real time 0.00
|
|
976
|
+
CHARGE: cpu time 0.20: real time 0.05
|
|
977
|
+
MIXING: cpu time 0.03: real time 0.01
|
|
978
|
+
--------------------------------------------
|
|
979
|
+
LOOP: cpu time 2.01: real time 0.71
|
|
980
|
+
|
|
981
|
+
eigenvalue-minimisations : 44
|
|
982
|
+
total energy-change (2. order) :-0.3983716E-04 (-0.5094553E-05)
|
|
983
|
+
number of electron 19.9999943 magnetization 0.0000315
|
|
984
|
+
augmentation part 6.1365866 magnetization 0.0001137
|
|
985
|
+
|
|
986
|
+
Broyden mixing:
|
|
987
|
+
rms(total) = 0.85083E-03 rms(broyden)= 0.84906E-03
|
|
988
|
+
rms(prec ) = 0.89941E-03
|
|
989
|
+
weight for this iteration 100.00
|
|
990
|
+
|
|
991
|
+
eigenvalues of (default mixing * dielectric matrix)
|
|
992
|
+
average eigenvalue GAMMA= 1.3679
|
|
993
|
+
3.1216 2.2954 1.6000 1.1798 0.7577 0.6812 0.6812 0.6265
|
|
994
|
+
|
|
995
|
+
Free energy of the ion-electron system (eV)
|
|
996
|
+
---------------------------------------------------
|
|
997
|
+
alpha Z PSCENC = 64.14934580
|
|
998
|
+
Ewald energy TEWEN = -1321.65710969
|
|
999
|
+
-1/2 Hartree DENC = -1401.19055983
|
|
1000
|
+
-exchange EXHF = 0.00000000
|
|
1001
|
+
-V(xc)+E(xc) XCENC = 132.56704824
|
|
1002
|
+
PAW double counting = 2534.06133564 -2699.96048846
|
|
1003
|
+
entropy T*S EENTRO = 0.00000000
|
|
1004
|
+
eigenvalues EBANDS = -778.90498632
|
|
1005
|
+
atomic energy EATOM = 3456.66979631
|
|
1006
|
+
---------------------------------------------------
|
|
1007
|
+
free energy TOTEN = -14.26561831 eV
|
|
1008
|
+
|
|
1009
|
+
energy without entropy = -14.26561831 energy(sigma->0) = -14.26561831
|
|
1010
|
+
|
|
1011
|
+
|
|
1012
|
+
--------------------------------------------------------------------------------------------------------
|
|
1013
|
+
|
|
1014
|
+
|
|
1015
|
+
|
|
1016
|
+
|
|
1017
|
+
----------------------------------------- Iteration 1( 14) ---------------------------------------
|
|
1018
|
+
|
|
1019
|
+
|
|
1020
|
+
POTLOK: cpu time 0.39: real time 0.34
|
|
1021
|
+
SETDIJ: cpu time 0.02: real time 0.03
|
|
1022
|
+
EDDAV: cpu time 1.02: real time 0.27
|
|
1023
|
+
DOS: cpu time 0.00: real time 0.00
|
|
1024
|
+
CHARGE: cpu time 0.20: real time 0.05
|
|
1025
|
+
MIXING: cpu time 0.03: real time 0.01
|
|
1026
|
+
--------------------------------------------
|
|
1027
|
+
LOOP: cpu time 1.69: real time 0.71
|
|
1028
|
+
|
|
1029
|
+
eigenvalue-minimisations : 44
|
|
1030
|
+
total energy-change (2. order) :-0.1205016E-04 (-0.7062341E-06)
|
|
1031
|
+
number of electron 19.9999943 magnetization -0.0000117
|
|
1032
|
+
augmentation part 6.1366123 magnetization 0.0000351
|
|
1033
|
+
|
|
1034
|
+
Broyden mixing:
|
|
1035
|
+
rms(total) = 0.13846E-03 rms(broyden)= 0.13719E-03
|
|
1036
|
+
rms(prec ) = 0.16603E-03
|
|
1037
|
+
weight for this iteration 100.00
|
|
1038
|
+
|
|
1039
|
+
eigenvalues of (default mixing * dielectric matrix)
|
|
1040
|
+
average eigenvalue GAMMA= 1.3193
|
|
1041
|
+
3.1799 2.2959 1.6102 1.1855 0.8733 0.7552 0.6937 0.6543 0.6256
|
|
1042
|
+
|
|
1043
|
+
Free energy of the ion-electron system (eV)
|
|
1044
|
+
---------------------------------------------------
|
|
1045
|
+
alpha Z PSCENC = 64.14934580
|
|
1046
|
+
Ewald energy TEWEN = -1321.65710969
|
|
1047
|
+
-1/2 Hartree DENC = -1401.18968110
|
|
1048
|
+
-exchange EXHF = 0.00000000
|
|
1049
|
+
-V(xc)+E(xc) XCENC = 132.56672896
|
|
1050
|
+
PAW double counting = 2533.92955969 -2699.84013195
|
|
1051
|
+
entropy T*S EENTRO = 0.00000000
|
|
1052
|
+
eigenvalues EBANDS = -778.89413838
|
|
1053
|
+
atomic energy EATOM = 3456.66979631
|
|
1054
|
+
---------------------------------------------------
|
|
1055
|
+
free energy TOTEN = -14.26563036 eV
|
|
1056
|
+
|
|
1057
|
+
energy without entropy = -14.26563036 energy(sigma->0) = -14.26563036
|
|
1058
|
+
|
|
1059
|
+
|
|
1060
|
+
--------------------------------------------------------------------------------------------------------
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
|
|
1064
|
+
|
|
1065
|
+
----------------------------------------- Iteration 1( 15) ---------------------------------------
|
|
1066
|
+
|
|
1067
|
+
|
|
1068
|
+
POTLOK: cpu time 0.67: real time 0.34
|
|
1069
|
+
SETDIJ: cpu time 0.03: real time 0.03
|
|
1070
|
+
EDDAV: cpu time 0.82: real time 0.22
|
|
1071
|
+
DOS: cpu time 0.00: real time 0.00
|
|
1072
|
+
--------------------------------------------
|
|
1073
|
+
LOOP: cpu time 1.53: real time 0.59
|
|
1074
|
+
|
|
1075
|
+
eigenvalue-minimisations : 30
|
|
1076
|
+
total energy-change (2. order) :-0.2922229E-06 (-0.4413892E-07)
|
|
1077
|
+
number of electron 19.9999943 magnetization -0.0000117
|
|
1078
|
+
augmentation part 6.1366123 magnetization 0.0000351
|
|
1079
|
+
|
|
1080
|
+
Free energy of the ion-electron system (eV)
|
|
1081
|
+
---------------------------------------------------
|
|
1082
|
+
alpha Z PSCENC = 64.14934580
|
|
1083
|
+
Ewald energy TEWEN = -1321.65710969
|
|
1084
|
+
-1/2 Hartree DENC = -1401.18978380
|
|
1085
|
+
-exchange EXHF = 0.00000000
|
|
1086
|
+
-V(xc)+E(xc) XCENC = 132.56668301
|
|
1087
|
+
PAW double counting = 2533.92989100 -2699.84152006
|
|
1088
|
+
entropy T*S EENTRO = 0.00000000
|
|
1089
|
+
eigenvalues EBANDS = -778.89293322
|
|
1090
|
+
atomic energy EATOM = 3456.66979631
|
|
1091
|
+
---------------------------------------------------
|
|
1092
|
+
free energy TOTEN = -14.26563065 eV
|
|
1093
|
+
|
|
1094
|
+
energy without entropy = -14.26563065 energy(sigma->0) = -14.26563065
|
|
1095
|
+
|
|
1096
|
+
|
|
1097
|
+
--------------------------------------------------------------------------------------------------------
|
|
1098
|
+
|
|
1099
|
+
|
|
1100
|
+
|
|
1101
|
+
|
|
1102
|
+
average (electrostatic) potential at core
|
|
1103
|
+
the test charge radii are 0.7298
|
|
1104
|
+
(the norm of the test charge is 1.0000)
|
|
1105
|
+
1 -46.6583 2 -46.6583
|
|
1106
|
+
|
|
1107
|
+
|
|
1108
|
+
|
|
1109
|
+
E-fermi : -2.4448 XC(G=0): -8.3260 alpha+bet : -7.2533
|
|
1110
|
+
|
|
1111
|
+
|
|
1112
|
+
spin component 1
|
|
1113
|
+
|
|
1114
|
+
k-point 1 : 0.0000 0.0000 0.0000
|
|
1115
|
+
band No. band energies occupation
|
|
1116
|
+
1 -72.6973 1.00000
|
|
1117
|
+
2 -72.6932 1.00000
|
|
1118
|
+
3 -39.5215 1.00000
|
|
1119
|
+
4 -39.5205 1.00000
|
|
1120
|
+
5 -39.3326 1.00000
|
|
1121
|
+
6 -39.3326 1.00000
|
|
1122
|
+
7 -39.3316 1.00000
|
|
1123
|
+
8 -39.3316 1.00000
|
|
1124
|
+
9 -4.5381 1.00000
|
|
1125
|
+
10 -3.1474 1.00000
|
|
1126
|
+
11 -0.7409 0.00000
|
|
1127
|
+
12 4.3829 0.00000
|
|
1128
|
+
13 5.9228 0.00000
|
|
1129
|
+
14 15.0861 0.00000
|
|
1130
|
+
15 17.0489 0.00000
|
|
1131
|
+
|
|
1132
|
+
spin component 2
|
|
1133
|
+
|
|
1134
|
+
k-point 1 : 0.0000 0.0000 0.0000
|
|
1135
|
+
band No. band energies occupation
|
|
1136
|
+
1 -72.6973 1.00000
|
|
1137
|
+
2 -72.6932 1.00000
|
|
1138
|
+
3 -39.5215 1.00000
|
|
1139
|
+
4 -39.5205 1.00000
|
|
1140
|
+
5 -39.3326 1.00000
|
|
1141
|
+
6 -39.3326 1.00000
|
|
1142
|
+
7 -39.3316 1.00000
|
|
1143
|
+
8 -39.3316 1.00000
|
|
1144
|
+
9 -4.5381 1.00000
|
|
1145
|
+
10 -3.1474 1.00000
|
|
1146
|
+
11 -0.7410 0.00000
|
|
1147
|
+
12 4.3830 0.00000
|
|
1148
|
+
13 5.9227 0.00000
|
|
1149
|
+
14 15.0862 0.00000
|
|
1150
|
+
15 17.0486 0.00000
|
|
1151
|
+
|
|
1152
|
+
|
|
1153
|
+
--------------------------------------------------------------------------------------------------------
|
|
1154
|
+
|
|
1155
|
+
|
|
1156
|
+
soft charge-density along one line, spin component 1
|
|
1157
|
+
0 1 2 3 4 5 6 7 8 9
|
|
1158
|
+
total charge-density along one line
|
|
1159
|
+
|
|
1160
|
+
soft charge-density along one line, spin component 2
|
|
1161
|
+
0 1 2 3 4 5 6 7 8 9
|
|
1162
|
+
total charge-density along one line
|
|
1163
|
+
|
|
1164
|
+
pseudopotential strength for first ion, spin component: 1
|
|
1165
|
+
-81.746 23.005 0.000 0.000 0.000 0.000 0.000 0.000
|
|
1166
|
+
23.005 -25.849 0.000 0.000 0.000 0.000 0.000 0.000
|
|
1167
|
+
0.000 0.000 -53.998 0.000 0.000 9.854 0.000 0.000
|
|
1168
|
+
0.000 0.000 0.000 -54.034 0.000 0.000 9.879 0.000
|
|
1169
|
+
0.000 0.000 0.000 0.000 -53.998 0.000 0.000 9.854
|
|
1170
|
+
0.000 0.000 9.854 0.000 0.000 7.054 0.000 0.000
|
|
1171
|
+
0.000 0.000 0.000 9.879 0.000 0.000 7.047 0.000
|
|
1172
|
+
0.000 0.000 0.000 0.000 9.854 0.000 0.000 7.054
|
|
1173
|
+
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
|
|
1174
|
+
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
|
|
1175
|
+
0.001 -0.004 0.000 0.000 0.000 0.000 0.000 0.000
|
|
1176
|
+
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
|
|
1177
|
+
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
|
|
1178
|
+
pseudopotential strength for first ion, spin component: 2
|
|
1179
|
+
-81.746 23.005 0.000 0.000 0.000 0.000 0.000 0.000
|
|
1180
|
+
23.005 -25.849 0.000 0.000 0.000 0.000 0.000 0.000
|
|
1181
|
+
0.000 0.000 -53.998 0.000 0.000 9.854 0.000 0.000
|
|
1182
|
+
0.000 0.000 0.000 -54.034 0.000 0.000 9.878 0.000
|
|
1183
|
+
0.000 0.000 0.000 0.000 -53.998 0.000 0.000 9.854
|
|
1184
|
+
0.000 0.000 9.854 0.000 0.000 7.054 0.000 0.000
|
|
1185
|
+
0.000 0.000 0.000 9.878 0.000 0.000 7.047 0.000
|
|
1186
|
+
0.000 0.000 0.000 0.000 9.854 0.000 0.000 7.054
|
|
1187
|
+
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
|
|
1188
|
+
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
|
|
1189
|
+
0.001 -0.004 0.000 0.000 0.000 0.000 0.000 0.000
|
|
1190
|
+
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
|
|
1191
|
+
0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
|
|
1192
|
+
total augmentation occupancy for first ion, spin component: 1
|
|
1193
|
+
2.000 -0.004 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.004 0.000 0.000
|
|
1194
|
+
-0.004 2.682 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 -0.132 0.000 0.000
|
|
1195
|
+
0.000 0.000 2.007 0.000 0.000 0.002 0.000 0.000 0.000 0.000 0.000 0.000 0.000
|
|
1196
|
+
0.000 0.000 0.000 2.001 0.000 0.000 0.014 0.000 0.000 0.000 0.000 0.000 0.000
|
|
1197
|
+
0.000 0.000 0.000 0.000 2.007 0.000 0.000 0.002 0.000 0.000 0.000 0.000 0.000
|
|
1198
|
+
0.000 0.000 0.002 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
|
|
1199
|
+
0.000 0.000 0.000 0.014 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
|
|
1200
|
+
0.000 0.000 0.000 0.000 0.002 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000
|
|
1201
|
+
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
|
|
1202
|
+
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
|
|
1203
|
+
0.004 -0.132 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.007 0.000 0.000
|
|
1204
|
+
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
|
|
1205
|
+
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
|
|
1206
|
+
total augmentation occupancy for first ion, spin component: 2
|
|
1207
|
+
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
|
|
1208
|
+
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
|
|
1209
|
+
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
|
|
1210
|
+
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
|
|
1211
|
+
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
|
|
1212
|
+
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
|
|
1213
|
+
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
|
|
1214
|
+
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
|
|
1215
|
+
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
|
|
1216
|
+
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
|
|
1217
|
+
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
|
|
1218
|
+
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
|
|
1219
|
+
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
|
|
1220
|
+
|
|
1221
|
+
|
|
1222
|
+
------------------------ aborting loop because EDIFF is reached ----------------------------------------
|
|
1223
|
+
|
|
1224
|
+
|
|
1225
|
+
CHARGE: cpu time 0.20: real time 0.05
|
|
1226
|
+
FORLOC: cpu time 0.03: real time 0.01
|
|
1227
|
+
FORNL : cpu time 0.62: real time 0.16
|
|
1228
|
+
STRESS: cpu time 1.65: real time 0.42
|
|
1229
|
+
FORHAR: cpu time 0.14: real time 0.04
|
|
1230
|
+
MIXING: cpu time 0.03: real time 0.01
|
|
1231
|
+
|
|
1232
|
+
FORCE on cell =-STRESS in cart. coord. units (eV):
|
|
1233
|
+
Direction XX YY ZZ XY YZ ZX
|
|
1234
|
+
--------------------------------------------------------------------------------------
|
|
1235
|
+
Alpha Z 64.14935 64.14935 64.14935
|
|
1236
|
+
Ewald -142.94691 -142.94691 -1035.76384 0.00000 0.00000 0.00000
|
|
1237
|
+
Hartree 696.52077 696.52077 8.14705 0.00000 0.00000 0.00000
|
|
1238
|
+
E(xc) -140.78322 -140.78325 -141.29753 -0.00002 0.00000 0.00000
|
|
1239
|
+
Local -596.93491 -596.93490 985.76218 0.00001 0.00000 0.00000
|
|
1240
|
+
n-local -435.78869 -435.78871 -426.73558 -0.00002 0.00000 0.00000
|
|
1241
|
+
augment 28.15103 28.15106 27.02836 0.00001 0.00000 0.00000
|
|
1242
|
+
Kinetic 527.62192 527.62176 518.72761 -0.00013 0.00000 0.00000
|
|
1243
|
+
Fock 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000
|
|
1244
|
+
-------------------------------------------------------------------------------------
|
|
1245
|
+
Total -0.01075 -0.01075 0.01758 0.00000 0.00000 0.00000
|
|
1246
|
+
in kB -0.38081 -0.38081 0.62271 0.00000 0.00000 0.00000
|
|
1247
|
+
external pressure = -0.05 kB Pullay stress = 0.00 kB
|
|
1248
|
+
|
|
1249
|
+
|
|
1250
|
+
VOLUME and BASIS-vectors are now :
|
|
1251
|
+
-----------------------------------------------------------------------------
|
|
1252
|
+
energy-cutoff : 500.00
|
|
1253
|
+
volume of cell : 45.23
|
|
1254
|
+
direct lattice vectors reciprocal lattice vectors
|
|
1255
|
+
2.574344139 0.000000000 0.000000000 0.388448454 0.224270819 0.000000000
|
|
1256
|
+
-1.287172069 2.229447422 0.000000000 0.000000000 0.448541639 0.000000000
|
|
1257
|
+
0.000000000 0.000000000 7.880153049 0.000000000 0.000000000 0.126901089
|
|
1258
|
+
|
|
1259
|
+
length of vectors
|
|
1260
|
+
2.574344139 2.574344139 7.880153049 0.448541639 0.448541639 0.126901089
|
|
1261
|
+
|
|
1262
|
+
|
|
1263
|
+
FORCES acting on ions
|
|
1264
|
+
electron-ion (+dipol) ewald-force non-local-force convergence-correction
|
|
1265
|
+
-----------------------------------------------------------------------------------------------
|
|
1266
|
+
0.410E-05 -.144E-03 0.638E-11 -.150E-07 -.182E-07 -.556E-13 -.720E-20 -.847E-20 0.265E-22 0.945E-13 -.663E-07 0.199E-12
|
|
1267
|
+
0.241E-03 0.144E-03 -.101E-10 0.150E-07 0.182E-07 0.556E-13 0.445E-20 0.381E-20 0.662E-23 0.115E-06 0.663E-07 0.269E-12
|
|
1268
|
+
-----------------------------------------------------------------------------------------------
|
|
1269
|
+
0.246E-03 -.695E-12 -.370E-11 0.276E-13 -.163E-13 0.000E+00 -.275E-20 -.466E-20 0.331E-22 0.115E-06 0.127E-10 0.468E-12
|
|
1270
|
+
|
|
1271
|
+
|
|
1272
|
+
POSITION TOTAL-FORCE (eV/Angst)
|
|
1273
|
+
-----------------------------------------------------------------------------------
|
|
1274
|
+
0.00000 1.48630 1.97004 0.000000 0.000000 0.000000
|
|
1275
|
+
1.28717 0.74315 5.91011 0.000000 0.000000 0.000000
|
|
1276
|
+
-----------------------------------------------------------------------------------
|
|
1277
|
+
total drift: 0.000246 0.000000 0.000000
|
|
1278
|
+
|
|
1279
|
+
|
|
1280
|
+
--------------------------------------------------------------------------------------------------------
|
|
1281
|
+
|
|
1282
|
+
|
|
1283
|
+
|
|
1284
|
+
FREE ENERGIE OF THE ION-ELECTRON SYSTEM (eV)
|
|
1285
|
+
---------------------------------------------------
|
|
1286
|
+
free energy TOTEN = -14.265631 eV
|
|
1287
|
+
|
|
1288
|
+
energy without entropy= -14.265631 energy(sigma->0) = -14.265631
|
|
1289
|
+
|
|
1290
|
+
|
|
1291
|
+
|
|
1292
|
+
--------------------------------------------------------------------------------------------------------
|
|
1293
|
+
|
|
1294
|
+
|
|
1295
|
+
POTLOK: cpu time 0.42: real time 0.37
|
|
1296
|
+
|
|
1297
|
+
|
|
1298
|
+
--------------------------------------------------------------------------------------------------------
|
|
1299
|
+
|
|
1300
|
+
|
|
1301
|
+
|
|
1302
|
+
|
|
1303
|
+
--------------------------------------------------------------------------------------------------------
|
|
1304
|
+
|
|
1305
|
+
|
|
1306
|
+
|
|
1307
|
+
reached required accuracy - stopping structural energy minimisation
|
|
1308
|
+
writing wavefunctions
|
|
1309
|
+
LOOP+: cpu time 32.37: real time 11.52
|
|
1310
|
+
4ORBIT: cpu time 0.00: real time 0.00
|
|
1311
|
+
|
|
1312
|
+
total amount of memory used by VASP on root node 48301. kBytes
|
|
1313
|
+
========================================================================
|
|
1314
|
+
|
|
1315
|
+
base : 30000. kBytes
|
|
1316
|
+
nonlr-proj: 602. kBytes
|
|
1317
|
+
fftplans : 4956. kBytes
|
|
1318
|
+
grid : 12155. kBytes
|
|
1319
|
+
one-center: 32. kBytes
|
|
1320
|
+
wavefun : 556. kBytes
|
|
1321
|
+
|
|
1322
|
+
|
|
1323
|
+
|
|
1324
|
+
General timing and accounting informations for this job:
|
|
1325
|
+
========================================================
|
|
1326
|
+
|
|
1327
|
+
Total CPU time used (sec): 33.218
|
|
1328
|
+
User time (sec): 31.702
|
|
1329
|
+
System time (sec): 1.516
|
|
1330
|
+
Elapsed time (sec): 12.359
|
|
1331
|
+
|
|
1332
|
+
Maximum memory used (kb): 51680.
|
|
1333
|
+
Average memory used (kb): 0.
|
|
1334
|
+
|
|
1335
|
+
Minor page faults: 196854
|
|
1336
|
+
Major page faults: 0
|
|
1337
|
+
Voluntary context switches: 535
|