Search found 15 matches

by elchatz
Fri Nov 03, 2017 5:29 pm
Forum: Link to other codes
Topic: Partial waves and projectors in AtomPAW [SOLVED]
Replies: 2
Views: 4605

Re: Partial waves and projectors in AtomPAW [SOLVED]

This is the reply I got from Natalie Holzwarth: ------------------------------------------------------------------------------------- There are some outputs that were put in for diagnostics that are typically not used/needed. The outputs that are useful are wfn1, wfn2..... wfn7 assuming that you hav...
by elchatz
Thu Nov 02, 2017 10:05 am
Forum: Link to other codes
Topic: Partial waves and projectors in AtomPAW [SOLVED]
Replies: 2
Views: 4605

Re: Partial waves and projectors in AtomPAW [SOLVED]

I have found the following in the atompaw source code in m ------------------------------------------------------------------------------------- WRITE(6,*) 'Found ', nbase,' valence basis functions ' WRITE(6,*) 'Allocating for ', mxbase, ' total basis functions' -------------------------------------...
by elchatz
Wed Oct 25, 2017 11:06 am
Forum: Link to other codes
Topic: Partial waves and projectors in AtomPAW [SOLVED]
Replies: 2
Views: 4605

Partial waves and projectors in AtomPAW [SOLVED]

Hello all, I am using the abinit version of AtomPAW to construct pseudopotentials for two elements: Mo and S. I am using the data files from atompaw website for now because I had some problems with those of abinit, but I don't think that is relevant for now. In the input file I have declared 5 valen...
by elchatz
Tue May 30, 2017 6:50 pm
Forum: Other tools and postprocessing in ABINIT
Topic: Problem with Wannier90 interface
Replies: 1
Views: 2916

Re: Problem with Wannier90 interface

This problems has not been solved yet, however, I the calculation seems to run for prtwant 1.

The problem is that I will need to run GW first, so I am looking for a way to get around this problem and print the band structure from GW.


Any ideas? Anyone?


Thank you
by elchatz
Sun May 28, 2017 9:59 am
Forum: Many-body perturbation theory
Topic: Error in the GW calculation for hexagonal crystal
Replies: 3
Views: 5199

Re: Error in the GW calculation for hexagonal crystal

I solved this by using the following:

chksymbreak 0
symmorphi 0
nsym 1
by elchatz
Thu May 25, 2017 11:39 am
Forum: Other tools and postprocessing in ABINIT
Topic: Problem with Wannier90 interface
Replies: 1
Views: 2916

Problem with Wannier90 interface

Hello all, I have a problem running the Abinit to Wannier90 interface on Abinit v8.2.2. Abinit has been compiled with a combination of the following options: --enable-wannier90-v1=yes --enable-wannier90=yes --with-wannier90-libs="-L/opt/exp_soft/wannier90/2.1.0/lib -lwannier" lib_wannier90...
by elchatz
Wed May 24, 2017 3:23 pm
Forum: Many-body perturbation theory
Topic: Error in the GW calculation for hexagonal crystal
Replies: 3
Views: 5199

Re: Error in the GW calculation for hexagonal crystal

I have the same problem here.

--- !WARNING
src_file: m_io_kss.F90
src_line: 1409
message: |
Non-symmorphic operations still remain in the symmetries list
Program does not stop but _KSS file will not be created...
...
by elchatz
Tue May 23, 2017 10:00 pm
Forum: Ground state
Topic: Remove the lowest state during electronic minimization
Replies: 1
Views: 1854

Re: Remove the lowest state during electronic minimization

Is this somehow related to the occ command?
by elchatz
Mon May 22, 2017 3:34 pm
Forum: Ground state
Topic: Remove the lowest state during electronic minimization
Replies: 1
Views: 1854

Remove the lowest state during electronic minimization

Dear all,

I am reading from F. Bottin slides on XPS with Abinit.

http://ftp.abinit.org/ws11/xps-new.pdf

Does anyone under stand what this phrase means:

"Create the core-hole self-consistently ("on the fly") by removing the lowest state during the electronic minimization."
by elchatz
Mon May 22, 2017 2:49 pm
Forum: Link to other codes
Topic: Core level in the valence
Replies: 0
Views: 2561

Core level in the valence

Hello all,

Does anyone know how to create core levels in the valence in atomPAW?

Thank you.
by elchatz
Sat May 13, 2017 1:02 pm
Forum: Ground state
Topic: getcell, getxcart examples [SOLVED]
Replies: 1
Views: 3708

getcell, getxcart examples [SOLVED]

Hello all,

Is there an example on the use of getcell and getxcart/getxred?

Thank you
by elchatz
Thu May 11, 2017 3:59 pm
Forum: Ground state
Topic: Problem with PRTCML variable [SOLVED]
Replies: 3
Views: 4006

Re: Problem with PRTCML variable [SOLVED]

Thank you for your answer. I've downloaded the new test files for GW as well as I was copying from an older version.
by elchatz
Thu May 11, 2017 3:15 pm
Forum: Ground state
Topic: Problem with PRTCML variable [SOLVED]
Replies: 3
Views: 4006

Re: Problem with PRTCML variable [SOLVED]

Thank you. Is this te reason I am getting this error i GW too, or is it unrelated? ------------------------------------------------------------------------------------ --- !ERROR src_file: chkvars.F90 src_line: 340 mpi_rank: 0 message: | Found the token GETKSS in the input file. This name is not one...
by elchatz
Fri May 05, 2017 8:16 pm
Forum: Many-body perturbation theory
Topic: rcut variable
Replies: 0
Views: 2120

rcut variable

Hello,

Is the use of rcut variable for GW calculations for all three dimensions, can it be used only for one dimension, or is there another variable that can truncate the Coulomb interaction along only one real space direction?
by elchatz
Wed May 03, 2017 12:31 pm
Forum: Ground state
Topic: Problem with PRTCML variable [SOLVED]
Replies: 3
Views: 4006

Problem with PRTCML variable [SOLVED]

I am having problesm with the prtcml and prtgeo variables. When I try to set the variable to 1 in my SCF calculation ---------------------------------- iscf 5 nstep 200 toldfe 1.0d-8 prtcml 1 prtgeo 1 --------------------------------- I get the following output: --------------------------------- ---...