Solution LAB2 guanine 3: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
* Back to the previous page: [[Electronic properties of isolated molecules#Exercise 3]] | * Back to the previous page: [[Electronic properties of isolated molecules#Exercise 3]] | ||
For calculation of E(N-1): | For calculation of E(N-1) we need to set the following flags in the &SYSTEM namelist: | ||
tot_charge=+1 !charged system | |||
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" | assume_isolated="mt" | ||
Revision as of 09:52, 26 March 2021
- Back to the previous page: Electronic properties of isolated molecules#Exercise 3
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"