Editing
Kpoints
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
go back to [[Main Page]], [[Group Pages]], [[Núria_López_and_Group]], [[The_KPOINTS_file]] [[Scripts_for_VASP]] The k-points concept is explained in the book of Sholl&Steckel: '''Density functional theory : a practical introduction'''. For a deeper view, please refer to the classic book of Ashcroft&Mermin: '''Solid state physics'''. Those with a Chemistry background would benefit in reading the book of Roald Hoffmann (Nobel Laureate): '''Solids and surfaces: A chemist's view of bonding in extended structures'''. Besides, this script will allow you to generate automatically Gamma-centered k-point meshes. Put it script in your ~/bin folder and make it executable (chmod +x kpggen). Recommended name: '''kpggen''' #!/bin/bash ########################################## # Rodrigo García-Muelas @ iciq-Tgn # # Jan 10, 2013 # # For automatic generation of Γ-centered # # Monkhorst-Pack grid of KPOINTS # ########################################## # Input ################################## # 1 2 3 # number of divisions # # 4 # title of first line (optional) # ########################################## if [ -z $4 ] ; then # If title if empty cat >KPOINTS<<! K-POINTS 0 Gamma $1 $2 $3 0 0 0 ! else # If title if specified cat >KPOINTS<<! $4 0 Gamma $1 $2 $3 0 0 0 ! fi
Summary:
Please note that all contributions to Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information