Setting up an electronic minimization: Difference between revisions

From VASP Wiki
No edit summary
Line 3: Line 3:
== Step-by-step instructions ==
== Step-by-step instructions ==


'''Step 1:''' Create a {{
'''Step 1:''' Create a {{FILE| POSCAR}} file containing the structure for which you want to compute the electronic groundstate. External Python tools like the [https://wiki.fysik.dtu.dk/ase/ase/build/build.html#module-ase.build Atomic Simulation Environment] can help create structures.
 
'''Step 2:''' Create a suitable {{FILE| POTCAR}} file by following the instructions on our [[Choosing pseudopotentials]] page.


== Recommendations and advice ==
== Recommendations and advice ==

Revision as of 12:13, 26 February 2025

Setting up an electronic minimization calculation using density-functional theory requires a few steps. The input files must be created or copied into the execution folder. This includes making a few choices for the k point sampling and electronic smearing, minimization algorithm, and exchange-correlation functionals. A dry-run can be used to review settings and select appropriate parallelization tags. After running the calculation, the output can be analyzed.

Step-by-step instructions

Step 1: Create a POSCAR file containing the structure for which you want to compute the electronic groundstate. External Python tools like the Atomic Simulation Environment can help create structures.

Step 2: Create a suitable POTCAR file by following the instructions on our Choosing pseudopotentials page.

Recommendations and advice

Example

Related tags and articles

INCAR, POSCAR, KPOINTS, POTCAR, KSPACING

References