From owner-nwchem-users@emsl.pnl.gov Sat Jul 22 06:05:31 2006 Received: from odyssey.emsl.pnl.gov (localhost [127.0.0.1]) by odyssey.emsl.pnl.gov (8.13.6/8.13.6) with ESMTP id k6MD5VxN028441 for ; Sat, 22 Jul 2006 06:05:31 -0700 (PDT) Received: (from majordom@localhost) by odyssey.emsl.pnl.gov (8.13.6/8.13.6/Submit) id k6MD5Vrg028440 for nwchem-users-outgoing-0915; Sat, 22 Jul 2006 06:05:31 -0700 (PDT) X-Ironport-SG: OK_Domains X-Ironport-SBRS: 3.5 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AQAAABe/wUSKQwEBCQ4q X-IronPort-AV: i="4.07,170,1151910000"; d="scan'208"; a="2184291:sNHT17112459" Date: Sat, 22 Jul 2006 15:05:20 +0200 (CEST) From: Jacek Piechota To: nwchem-users Subject: [NWCHEM] SIC calculation for bulk ZnO crystal Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Rcpt-To: X-Classes: vf: , vh: , sf: , sh: (MDrzm) X-Filtry: w sprawie filtracji wirusow i spamu pisz do: spam@icm.edu.pl X-Spam-Score: -5.165 () ALL_TRUSTED,BAYES_00 X-Spam-Report: SpamAssassin v3.0.2-gr1-rzm report pts rule name description -1.5 ALL_TRUSTED Did not pass through any untrusted hosts -3.7 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] X-Scanned-By: MIMEDefang 2.51 on 192.168.1.242 Sender: owner-nwchem-users@emsl.pnl.gov Precedence: bulk Dear NWChem-Users, I am interested in calculating electronic structure of ZnO crystal with different approximations to exchange-correlation functional, and compare it with SIC (Self-Interaction Correction) calculation as well. However, preliminary data yields something like this: ZnO_SIC_perturbative: exc-corr energy : -0.2086231202E+02 ZnO_SIC_perturbative: SIC-exc-corr energy : 0.0000000000E+00 ZnO_SIC_perturbative: K.S. SIC-exc-corr energy : 0.0000000000E+00 for perturbative SIC calculation, and the same for self-consistent SIC calculation: ZnO_SIC_SCF: exc-corr energy : -0.2072936772E+02 ZnO_SIC_SCF: SIC-exc-corr energy : 0.0000000000E+00 ZnO_SIC_SCF: K.S. SIC-exc-corr energy : 0.0000000000E+00 These 0.0000000000E+00 values look strange to me - is this correct? Also, is it possible to get somehow from NWPW calculation density of states rather than Mulliken population analysis? Below I have included a typical input file for your inpection. Best, Jacek ---8<------------------------------------------------------------ title "ZnO wurzite unit cell - energy calculation" start ZnO_PSPW print high echo #**** Enter the geometry using fractional coordinates **** geometry units angstroms center noautosym noautoz print system crystal lat_a 3.292d0 lat_b 3.292d0 lat_c 5.283d0 alpha 90.0d0 beta 90.0d0 gamma 120.0d0 end Zn 0.33333d0 0.66667d0 0.00000d0 O 0.33333d0 0.66667d0 0.38120d0 end #***** setup the nwpw gamma point code **** nwpw simulation_cell ngrid 16 16 16 end # xc pbe96 ewald_ncut 8 mulliken end set pspw:SIC_orbitals 1:9 # set pspw:SIC_relax .false. # Default - Perturbative SIC calculation set pspw:SIC_relax .true. # Self-consistent SIC calculation set nwpw:minimizer 2 set nwpw:psi_brillouin_check .false. task pspw energy