Solution LAB2 guanine 3: Difference between revisions

From Wiki Max
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
For calculation of E(N-1) we need to set the following flags in the &SYSTEM namelist:
For calculation of E(N-1) we need to set the following flags in the &SYSTEM namelist:


  nspin=2         ! Note, now we have unpaired electrons:
  nspin=2               ! Note, now we have unpaired electrons:
  tot_charge=+1   ! charged system
  tot_charge=+1         ! charged system
  tot_magnetization=1  ! we need to set a total magnetisation
  tot_magnetization=1  ! we need to set a total magnetisation


Also, the following option needs to be used for charged systems :
Also, the following option needs to be used for charged systems :
  assume_isolated="mt"
  assume_isolated="mt"

Revision as of 09:52, 26 March 2021

For calculation of E(N-1) we need to set the following flags in the &SYSTEM namelist:

nspin=2               ! Note, now we have unpaired electrons:
tot_charge=+1         ! charged system
tot_magnetization=1   ! we need to set a total magnetisation

Also, the following option needs to be used for charged systems :

assume_isolated="mt"