Difference between revisions of "Solution LAB2 guanine 2"

From Wiki Max
Jump to navigation Jump to search
Line 12: Line 12:
 
Repeat the same calculation of step 1 by changing the volume of your supercell (e.g celldm(1)=20,25,30). You can also use a script to automatise the runs.
 
Repeat the same calculation of step 1 by changing the volume of your supercell (e.g celldm(1)=20,25,30). You can also use a script to automatise the runs.
  
The collect the results of the energy level as a function of the volume.
+
Then collect the results of the energy level as a function of the volume.

Revision as of 16:52, 18 March 2021

Step 1

To calculate HOMO and LUMO level perform an scf and next an nscf calculation adding empty states (e.g. nbnd = 36) Then you can inspect the eigenvalues or:

> grep "highest occupied, lowest unoccupied level"

Step 2

Repeat the same calculation of step 1 by changing the volume of your supercell (e.g celldm(1)=20,25,30). You can also use a script to automatise the runs.

Then collect the results of the energy level as a function of the volume.