47
Installation Running the Programs Summary The Augmented Spherical Wave Package Hands on Session I Volker Eyert Institut für Physik, Universität Augsburg Electronic Structure in a Nutshell Volker Eyert The Augmented Spherical Wave Package

The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

Embed Size (px)

Citation preview

Page 1: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

The Augmented Spherical Wave PackageHands on Session I

Volker Eyert

Institut für Physik, Universität Augsburg

Electronic Structure in a Nutshell

Volker Eyert The Augmented Spherical Wave Package

Page 2: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

Outline

1 Installation

2 Running the ProgramsA Simple Case: CuAnother Example: Be

Volker Eyert The Augmented Spherical Wave Package

Page 3: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

Outline

1 Installation

2 Running the ProgramsA Simple Case: CuAnother Example: Be

Volker Eyert The Augmented Spherical Wave Package

Page 4: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

Installation I

Unpack

unpack the file aswbin_2.3.tar.gz⇒ subdirectory aswbin_2.3 is created

Adapt environment

include the directory aswbin_2.3 into your PATH variable typing,from within aswbin_2.3, “export PATH=$PATH:$PWD” (bash)

A very first test

type “mnmpr.run” (from within aswbin_2.3)⇒ one-page output of machine parameters

Volker Eyert The Augmented Spherical Wave Package

Page 5: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

Installation I

Unpack

unpack the file aswbin_2.3.tar.gz⇒ subdirectory aswbin_2.3 is created

Adapt environment

include the directory aswbin_2.3 into your PATH variable typing,from within aswbin_2.3, “export PATH=$PATH:$PWD” (bash)

A very first test

type “mnmpr.run” (from within aswbin_2.3)⇒ one-page output of machine parameters

Volker Eyert The Augmented Spherical Wave Package

Page 6: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

Installation I

Unpack

unpack the file aswbin_2.3.tar.gz⇒ subdirectory aswbin_2.3 is created

Adapt environment

include the directory aswbin_2.3 into your PATH variable typing,from within aswbin_2.3, “export PATH=$PATH:$PWD” (bash)

A very first test

type “mnmpr.run” (from within aswbin_2.3)⇒ one-page output of machine parameters

Volker Eyert The Augmented Spherical Wave Package

Page 7: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

Installation II

The First ASW OutputASW-2.3, program MNMPR started on asterix at Wed, 17 Jan 2007, 16:32:46.

Copyright (C) 1992-2007 Volker EyertPlease see file COPYRIGHT for details

Machine-specific parameters affecting floating-point arithmethic:

ibase: 2 (base of the machine)it: 53 (number of (base) digits in the mantissa)xeps: 2.22044604925031D-16 (= min, such that 1.0 + xeps > 1.0)xepsn: 1.11022302462516D-16 (= min, such that 1.0 - xepsn < 1.0)minexp: -1021 (min exponent before (gradual) underflow)xzer: 2.22507385850720-308 (underflow threshold = base**(minexp-1))xmin: 2.22507385850720-308 (safe min, 1/xmin does not overflow)maxexp: 1024 (largest exponent before overflow)xinf: 1.79769313486232+308 (overflow threshold = base**maxexp*(1-xepsn))irnd: 1 (= 0/1 for chopping/rounding in addition)

task 1, total : cpu time: 0.00400 sec

ASW-2.3, program MNMPR ended on asterix at Wed, 17 Jan 2007, 16:32:46.

Volker Eyert The Augmented Spherical Wave Package

Page 8: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

Installation III

Update shell scripts

from within aswbin_2.3 run the shell script “upshl”⇒ all files *.x have a line like “BINDIR=/home/user/aswbin_2.3”⇒ all files *.run and *.x can be used from everywhere

Summary: installation directory

executables (files mn*.run, pl*.run)

shell scripts (files mn*.x, pl*.x)

info files (README, COPYRIGHT, NEW2.3, HELP, . . . )

Volker Eyert The Augmented Spherical Wave Package

Page 9: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

Installation III

Update shell scripts

from within aswbin_2.3 run the shell script “upshl”⇒ all files *.x have a line like “BINDIR=/home/user/aswbin_2.3”⇒ all files *.run and *.x can be used from everywhere

Summary: installation directory

executables (files mn*.run, pl*.run)

shell scripts (files mn*.x, pl*.x)

info files (README, COPYRIGHT, NEW2.3, HELP, . . . )

Volker Eyert The Augmented Spherical Wave Package

Page 10: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Outline

1 Installation

2 Running the ProgramsA Simple Case: CuAnother Example: Be

Volker Eyert The Augmented Spherical Wave Package

Page 11: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Preparing for the Application

Create a directory tree

create e.g. /home/user/appl/ (applications)

create e.g. /home/user/appl/cu (copper)

create e.g. /home/user/appl/cu/nm (spin-deg. calcs.)

Generate the main input file: CTRL

within /home/user/appl/cu/nm:

copy the CTRL file from the database or

write the CTRL file from scratch

Volker Eyert The Augmented Spherical Wave Package

Page 12: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Preparing for the Application

Create a directory tree

create e.g. /home/user/appl/ (applications)

create e.g. /home/user/appl/cu (copper)

create e.g. /home/user/appl/cu/nm (spin-deg. calcs.)

Generate the main input file: CTRL

within /home/user/appl/cu/nm:

copy the CTRL file from the database or

write the CTRL file from scratch

Volker Eyert The Augmented Spherical Wave Package

Page 13: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

The CTRL File I

CTRL =⇒ main and only input file for all main programs

contains information about, inter alia

crystal structure

constituing atoms (type and positions)

symmetry linesoptions and control parameters

non-relativistic ↔ scalar-relativisticspin-degenerate ↔ spin-polarizedBrillouin-zone sampling scheme and number of k-pointsLDA/GGA-parametrization

all other files are automatically created and deleted

Volker Eyert The Augmented Spherical Wave Package

Page 14: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

The CTRL File II

A Minimum CTRL FileHEADER Cu fcc

data by Landolt-BoernsteinVERSION ASW-2.3STRUC ALAT=6.83079 CNTR=FCLASS ATOM=CU Z=29SITE ATOM=CU POS= 0.0 0.0 0.0

CTRL: Rules

“free format” (no tabs)

sections (categories, cols. 1-8) each containing

a set of catchwords (tokens, cols. 9-80)

Volker Eyert The Augmented Spherical Wave Package

Page 15: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Creating a More Detailed CTRL File

Use new tokens (and run mnsym.x/mnsym.run)

set HELP=T in category IOIO HELP=T

=⇒: new file HELP describes all tokens

set VERBOS=40 in category IO

IO VERBOS=40

=⇒: new file CALL: a maximum CTRL file

Volker Eyert The Augmented Spherical Wave Package

Page 16: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

A Standard CTRL File I

HEADER Cu fccdata by Landolt-Boernstein

VERSION ASW-2.3IO HELP=F SHOW=T VERBOS=30 CLEAN=TOPTIONS REL=T OVLCHK=TSTRUC ALAT=6.83079 CNTR=FCLASS ATOM=CU Z=29 R=2.6694476 LMXL=2 CONF=4 4 3 4 COORB=0 1 2

QVAL= 1.0 0.0 10.0 0.0SITE ATOM=CU POS= 0.0 0.0 0.0SYMGRPENVEL EKAP=-0.015BZSMP NKBAB=6 BZINT=LTM EMIN=-1.0 EMAX=1.5 NDOS=3000

NORD=5 WIDTH=0.02 SAVDOS=F SAVCOOP=F SAVFERM=FCONTROL START= QUIT= FREE=F NITBND=99 CNVG=1.0D-08 CNVGET=1.0D-08

NITATM=50 CNVGQA=1.0D-10MIXING NMIXB=5 BETAB=0.5 INCBB=T NMIXA=5 BETAA=0.5...

Volker Eyert The Augmented Spherical Wave Package

Page 17: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

A Standard CTRL File II

SYMLIN NPAN=5 NPTS=400 ORBWGT=F CARTE=FLABEL=W ENDPT= 0.500 0.250 0.750LABEL=L ENDPT= 0.500 0.500 0.500LABEL=g ENDPT= 0.000 0.000 0.000LABEL=X ENDPT= 0.500 0.000 0.500LABEL=W ENDPT= 0.500 0.250 0.750LABEL=K ENDPT= 0.375 0.375 0.750

PLOT CARTV=TORIGIN= 0.0 0.0 0.0RPLOT1= 1.0 0.0 0.0RPLOT2= 0.0 1.0 0.0RPLOT3= 0.0 0.0 1.0NPDIV1=50 NPDIV2=50

Volker Eyert The Augmented Spherical Wave Package

Page 18: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Running the Main Programs ISelf-Consistent Field Cycle: mnscf.x/mnscf.run

Summary Generated by Shell Script monicASW-2.3, program MNSCF started on asterix at Wed, 17 Jan 2007, 20:49:20.Calculation converged after 12 iteration(s).

Start of Iteration 1247 irreducible k-points generated from 1000 ( 10, 10, 10).

Fermi energy - MTZ = 0.690175 RydThe system is a metal:

DOS at Fermi energy: 3.878797 1/RydGamma * (f.u./cell): 0.671990 mJ/(mole*K**2)

Mean-square residual: 0.417823D-23Total free atom energies : -3304.550572 RydTotal variational energy : -3304.871499 RydCohesive energy : 0.320927 Rydqdiff = 0.00000000 < 0.00000001ediff = 0.00000001 < 0.00000001

ASW-2.3, program MNSCF ended on asterix at Wed, 17 Jan 2007, 20:49:31.

Volker Eyert The Augmented Spherical Wave Package

Page 19: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Running the Main Programs IICalculate Properties

Band structure

mnbnd.x/mnbnd.run

DOS, COOP, and Fermi surface

mndos.x/mnscf.run

Optical spectra

mnopt.x/mnscf.run

Volker Eyert The Augmented Spherical Wave Package

Page 20: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Running the Plot Programs ICrystal Structure: plxcr.x

Volker Eyert The Augmented Spherical Wave Package

Page 21: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Running the Plot Programs IIBand Structure: plbnd.x/plbnd.run

Interaction with the Program (First Run)ASW-2.3, program PLBND started on asterix at Fri, 02 Feb 2007, 18:28:37.

Copyright (C) 1992-2007 Volker EyertPlease see file COPYRIGHT for details

All input will be echoed to file PLIB.

Enter terminal type:1 = X-Windows (default)2 = PC-Screen (vt220-emulation)3 = suppress terminal output

/Enter output device (default: 1):1 = Color postscript2 = Postscript3 = PDF (not yet supported)4 = JPEG (not yet supported)5 = LaTeX6 = LaTeX (special)7 = HP LaserJet III (PCL5)8 = PNG9 = GIF

10 = leave decision for later11 = suppress output to file/...

Volker Eyert The Augmented Spherical Wave Package

Page 22: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Running the Plot Programs II (cont.)Band Structure: plbnd.x/plbnd.run

Interaction with the Program (First Run)...Portrait (P), landscape (L) or encapsulated postscript plot (E, default)?

/Enter title:

/

Please wait a moment: I’m reading rest of file BNDE.Timing for 39 points out of 398: 0.00000 sec.

Energies in Rydberg (F) or eV (T, default)?/Energies relative to MTZ (0) or EFermi (F, default)?

/Energies connected by lines (T) (default F)?

/

Ebot = -9.755217 eV , Etop = 28.178791 eV relative to EFEmin = -10.000000 eV , Emax = 6.000000 eV relative to EFEnter new Emin, Emax to change these defaults:

/task 1, total : cpu time: 0.04400 sec

ASW-2.3, program PLBND ended on asterix at Fri, 02 Feb 2007, 18:28:37.

Volker Eyert The Augmented Spherical Wave Package

Page 23: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Running the Plot Programs II (cont.)Band Structure: plbnd.x/plbnd.run

The PLIB file1 / Terminal type1 / Output device

E / Portrait (P), landscape (L) or EPS (E, default)?Cu fccT / Rydberg (F) or eV (T, default)?F / E-MTZ (0) or E-EF (F, default)?F / Lines (T) (default F)?

-10.0000006.000000 / Emin, Emax

Interaction with the Program (Second Run)

plbnd.run < PLIB or

plbnd.x PLIB

Volker Eyert The Augmented Spherical Wave Package

Page 24: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Running the Plot Programs IIIBand Structure: plbnd.x/plbnd.run

-10

-8

-6

-4

-2

0

2

4

6

KWXΓLW

(E -

EF)

(eV

) ........................................................................................................................................................................................................................................................................................................................................................................................................................ ..................................................................................................................................................................................................................................................................................................................................................................................................................................... ................................................................................................................................................................................................................................................................................................................................................................................................... ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................u u u uu ukx kykz� K W XL U

Volker Eyert The Augmented Spherical Wave Package

Page 25: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Running the Plot Programs IVDensities of States: pldos.x/pldos.run

0

1

2

3

4

5

-10 -8 -6 -4 -2 0 2

DO

S (1

/eV

)

(E - EF) (eV)

Cu 4sCu 4p

Cu 3d t2gCu 3d eg

Volker Eyert The Augmented Spherical Wave Package

Page 26: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Running the Plot Programs VWeighted Band Structure: plbnd.x/plbnd.run

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqq

q

q

q

q

q

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqq

q

q

q

q

q

q

q

q

q

qqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqq

qqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

q

q

q

qqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqq

qqqqqqqqqq

qqqqqqqqqq

q

q

q

q

q

q

q

q

q

q

q

qqqqqqqqqqqqqq

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

qq

q

qqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

q

q

q

q

q

q

q

Cu fcc, weighted 4s

W L Γ X W K

E

eV

EF

-10.0

-8.0

-6.0

-4.0

-2.0

0.0

2.0

4.0

6.0

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqq

q

q

q

q

q

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqq

q

q

q

q

q

q

q

q

q

qqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqq

qqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

q

q

q

qqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqq

qqqqqqqqqq

qqqqqqqqqq

q

q

q

q

q

q

q

q

q

q

q

qqqqqqqqqqqqqq

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

qq

q

qqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

q

q

q

q

q

q

q

Cu fcc, weighted 4p

W L Γ X W K

E

eV

EF

-10.0

-8.0

-6.0

-4.0

-2.0

0.0

2.0

4.0

6.0

Volker Eyert The Augmented Spherical Wave Package

Page 27: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Running the Plot Programs VIWeighted Band Structure: plbnd.x/plbnd.run

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqq

q

q

q

q

q

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqq

q

q

q

q

q

q

q

q

q

qqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqq

qqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

q

q

q

qqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqq

qqqqqqqqqq

qqqqqqqqqq

q

q

q

q

q

q

q

q

q

q

q

qqqqqqqqqqqqqq

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

qq

q

qqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

q

q

q

q

q

q

q

Cu fcc, weighted 3deg

W L Γ X W K

E

eV

EF

-10.0

-8.0

-6.0

-4.0

-2.0

0.0

2.0

4.0

6.0

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqq

q

q

q

q

q

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqq

q

q

q

q

q

q

q

q

q

qqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqq

qqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

q

q

q

qqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

qqqqqqqqqqqqqq

qqqqqqqqqq

qqqqqqqqqq

q

q

q

q

q

q

q

q

q

q

q

qqqqqqqqqqqqqq

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

q

qq

q

qqqqqqqqqqqqqqq

qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

q

q

q

q

q

q

q

Cu fcc, weighted 3dt2g

W L Γ X W K

E

eV

EF

-10.0

-8.0

-6.0

-4.0

-2.0

0.0

2.0

4.0

6.0

Volker Eyert The Augmented Spherical Wave Package

Page 28: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Running the Plot Programs VIIFermi Surface: plfrm.x

Volker Eyert The Augmented Spherical Wave Package

Page 29: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Running the Plot Programs VIIICovalence Energy (COOP, COHP): plcop.x/plcop.run

-200

-100

0

100

200

300

400

-10 -8 -6 -4 -2 0 2 4 6

EC

OV

(E - EF) (eV)

Cu 4sp - 4spCu 4sp - 3dCu 3d - 3d

Volker Eyert The Augmented Spherical Wave Package

Page 30: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Running the Plot Programs IXValence Electron Density: plrho.x/plrho.run

0 10 20 30 40 50 0 10

20 30

40 50

0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 0.1

0.11

ρv / a.u.

Volker Eyert The Augmented Spherical Wave Package

Page 31: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Running the Plot Programs XValence Electron Density: plrho.x/plrho.run

0 10 20 30 40 50 0 10

20 30

40 50

-0.06-0.04-0.02

0 0.02 0.04 0.06 0.08

ρv / a.u.

Volker Eyert The Augmented Spherical Wave Package

Page 32: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Running the Plot Programs XITotal Energy and Bulk Modulus: plblk.x

-3304.871700

-3304.871600

-3304.871500

-3304.871400

-3304.871300

-3304.871200

-3304.871100

-3304.871000

75.5 76 76.5 77 77.5 78 78.5 79 79.5 80 80.5

E (

Ryd

)

V (aB3)

Cu fcc

V0 = 78.36 aB3

E0 = -3304.871621 Ryd

B0 = 165.85 GPa Theory/Exp.

a = 6.79/6.81aB

Ecoh = 321/256mRydB0 = 166/137GPa

Volker Eyert The Augmented Spherical Wave Package

Page 33: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Summary CuNew files

Output of main programs

outscf, outbnd, outdos

Copy of CTRL

CBAK

Atomic file

CU

Echo files of plot programs

PLI*

Output files of main programs=⇒ input to the plot routines

BNDE, BNDV, DOS, COOP,FERM, FREE, OPT, RHO,STRU, STRX

Output files of plot programs

blk.ps, bnd.ps, dos.ps, coop.ps,ferm.ps, opt.ps, rho.ps

Volker Eyert The Augmented Spherical Wave Package

Page 34: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Outline

1 Installation

2 Running the ProgramsA Simple Case: CuAnother Example: Be

Volker Eyert The Augmented Spherical Wave Package

Page 35: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Preparing for the Application

Create a directory tree

create e.g. /home/user/appl/be (beryllium)

create e.g. /home/user/appl/be/nm (spin-deg. calcs.)

A minimum CTRL fileHEADER Be hcpVERSION ASW-2.3STRUC ALAT=4.321048 CLAT=6.771078 GAMMA=120.0CLASS ATOM=BE Z= 4SITE CARTP=F

ATOM=BE POS= 0.333333 -0.333333 0.250000ATOM=BE POS=-0.333333 0.333333 -0.250000

Volker Eyert The Augmented Spherical Wave Package

Page 36: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Preparing for the Application

Create a directory tree

create e.g. /home/user/appl/be (beryllium)

create e.g. /home/user/appl/be/nm (spin-deg. calcs.)

A minimum CTRL fileHEADER Be hcpVERSION ASW-2.3STRUC ALAT=4.321048 CLAT=6.771078 GAMMA=120.0CLASS ATOM=BE Z= 4SITE CARTP=F

ATOM=BE POS= 0.333333 -0.333333 0.250000ATOM=BE POS=-0.333333 0.333333 -0.250000

Volker Eyert The Augmented Spherical Wave Package

Page 37: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

A Standard CTRL File I

HEADER Be hcpVERSION ASW-2.3IO HELP=F SHOW=T VERBOS=30 CLEAN=TOPTIONS REL=T OVLCHK=TSTRUC ALAT=4.321048 CLAT=6.771078 GAMMA=120.0 CNTR=PCLASS ATOM=BE Z= 4 R=2.35549765 LMXL=1 CONF=2 2 3

QVAL= 2.0 0.0 0.0SITE CARTP=F

ATOM=BE POS= 0.333333 -0.333333 0.250000ATOM=BE POS=-0.333333 0.333333 -0.250000

SYMGRPENVEL EKAP=-0.015BZSMP NKBAB=6 BZINT=LTM EMIN=-0.5 EMAX=1.5 NDOS=1000

NORD=5 WIDTH=0.02 SAVDOS=F SAVFERM=F SAVOPT=FCHARGE NETA=2 EETA=-1.0 -3.0 SAVRHO=FCONTROL START= QUIT= FREE=F NITBND=99 CNVG=1.0D-08 CNVGET=1.0D-08

NITATM=50 CNVGQA=1.0D-10MIXING NMIXB=5 BETAB=0.5 INCBB=T NMIXA=5 BETAA=0.5...

Volker Eyert The Augmented Spherical Wave Package

Page 38: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

A Standard CTRL File II

SYMLIN NPAN=7 NPTS=400 CARTE=FLABEL=g ENDPT= 0.000000 0.000000 0.000000LABEL=M ENDPT= 0.000000 0.500000 0.000000LABEL=K ENDPT=-0.333333 0.666667 0.000000LABEL=g ENDPT= 0.000000 0.000000 0.000000LABEL=A ENDPT= 0.000000 0.000000 0.500000LABEL=L ENDPT= 0.000000 0.500000 0.500000LABEL=H ENDPT=-0.333333 0.666667 0.500000LABEL=A ENDPT= 0.000000 0.000000 0.500000

PLOT CARTV=FORIGIN= 0.65 0.35 0.0RPLOT1=-1.0 1.0 0.0RPLOT2= 0.0 0.0 1.0RPLOT3= 1.0 1.0 0.0NPDIV1=100 NPDIV2=100

Volker Eyert The Augmented Spherical Wave Package

Page 39: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Running the Main Programs

Complete set of calculations: mnall.x

scf-cycle + band structure + DOS, COOP, Fermi surface

Summary Generated by Shell Script monicASW-2.3, program MNSCF started on asterix at Thu, 18 Jan 2007, 11:42:57.Calculation converged after 6 iteration(s).

Start of Iteration 6819 irreducible k-points generated from 15300 ( 30, 30, 17).

Fermi energy - MTZ = 0.863599 RydThe system is a metal:

DOS at Fermi energy: 1.377990 1/RydGamma * (f.u./cell): 0.238733 mJ/(mole*K**2)

Mean-square residual: 0.717071D-23Total free atom energies : -57.800152 RydTotal variational energy : -58.371920 RydCohesive energy : 0.571767 Rydqdiff = 0.00000000 < 0.00000001ediff = 0.00000001 < 0.00000001

ASW-2.3, program MNSCF ended on asterix at Thu, 18 Jan 2007, 11:44:12.

Volker Eyert The Augmented Spherical Wave Package

Page 40: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Running the Plot Programs ICrystal Structure: plxcr.x

Volker Eyert The Augmented Spherical Wave Package

Page 41: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Running the Plot Programs IIBand Structure: plbnd.x/plbnd.run

-12

-10

-8

-6

-4

-2

0

2

4

6

AHLAΓKMΓ

(E -

EF)

(eV

) ........................................................................................................................................................................................................................................................................................................................................................................................................................ .................................................................................................................................................................................................................................................................................................................. .............................................................................................................................................................................................................................................................................................................. .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................uuuu uukx kykz�ALM KH

Volker Eyert The Augmented Spherical Wave Package

Page 42: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Running the Plot Programs IIIDensities of States: pldos.x/pldos.run

0

0.2

0.4

0.6

0.8

1

1.2

-12 -10 -8 -6 -4 -2 0 2 4 6

DO

S (1

/eV

)

(E - EF) (eV)

BeBe 2sBe 2p

Volker Eyert The Augmented Spherical Wave Package

Page 43: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Running the Plot Programs IVFermi Surface: plfrm.x

Volker Eyert The Augmented Spherical Wave Package

Page 44: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Running the Plot Programs VValence Electron Density: plrho.x/plrho.run

0 10 20 30 40 50 0 10

20 30

40 50

0.02 0.025 0.03

0.035 0.04

0.045 0.05

0.055

ρv / a.u.

Volker Eyert The Augmented Spherical Wave Package

Page 45: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

A Simple Case: CuAnother Example: Be

Running the Plot Programs VILaplacian of Electron Density: plrho.x/plrho.run

0 10 20 30 40 50 0 10

20 30

40 50

-0.03-0.02-0.01

0 0.01 0.02 0.03

-∇ 2ρ / a.u.

Volker Eyert The Augmented Spherical Wave Package

Page 46: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

InstallationRunning the Programs

Summary

Summary

Preparation

generate (copy/edit or write) CTRL file

Complete set of calculations: mnall.x

self-consistent field calculation (mnscf.run)

band structure (mnbnd.run)

DOS, COOP, Fermi surface (mnscf.run)

Analyze results

check output (use monic or edit)

plot band structure, DOS, COOP, FS, ρ, −∇2ρ, . . .

use PLI* files

Volker Eyert The Augmented Spherical Wave Package

Page 47: The Augmented Spherical Wave Package - uni-augsburg.demyweb.rz.uni-augsburg.de/~eyert/course/aswhn1.pdf · The Augmented Spherical Wave Package Hands on Session I ... STRUC ALAT=6.83079

Appendix Further Reading

Further Reading I

V. EyertThe Augmented Spherical Wave Method — An ExtendedUser Guide.

Volker Eyert The Augmented Spherical Wave Package