Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] Dear all, who ever use the Kohn Sham structure(KSS) files with DP or EXC codes?

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] Dear all, who ever use the Kohn Sham structure(KSS) files with DP or EXC codes?


Chronological Thread 
  • From: Alain Jacques <ajs.jacques@gmail.com>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] Dear all, who ever use the Kohn Sham structure(KSS) files with DP or EXC codes?
  • Date: Thu, 23 Apr 2009 11:25:19 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=qkzxa8DFduPW8hsEvs8V04g2+dwGxzKf3cuXqzLvWfMZLEszcz0ynvLbunTZJJYZyG PxsxhENyrGhpTTC/qANHjFtvAoiXEdsjQIt3dYhCQLjNhMF3WO0Zv9jCPo8jeZ3CGLLH CB5jHftRSUfZ8OD+ns9dIp84cgqLaGZ7kUxl8=

It can be quite tricky. I have experienced success with KSS files
produced with abinit 5.4.4p and current versions of DP and EXC (abinit
5.5.4 should be okay too). KSS are binary files, compiler and platform
dependent. So you have to check for endianess and record markers length
if you want to process KSS files produced on a different kind of
hardware and/or another compiler (even different version). So working on
the same hardware with the same compiler (and version) should be fine
but if you mix, you'll have to look at -fconvert=big-endian
-frecord-marker=4 (gfortran) or -convert big_endian (Intel) or similar
compiler flags.
Another way to solve this kind of problem is to work with NetCDF files.
DP should be able read Abinit ETSF-IO files.

Kind regards,

Alain


文沈 wrote:
> Dear all,
> I am currently try to run DP(dielectric property) code by using *_KSS
> file as an input.
> But DP always give errors and show that, the form of KSS file is not
> correct.I don't think we can change the form of _KSS files, right?
>
> Any one who have an experience to use the _KSS files for another code
> please give me some advice, I appreciate any suggestions.
>
> I also wonder is different version of Abinit will provide different
> form of KSS files? I saw the EXC can communicate with KSS files
> generated from a 4.3.3 version Abinit.
>
>
> Thanks!
>
> Wen Shen
>
> Ph.D Candidate Georgetown University




Archive powered by MHonArc 2.6.15.

Top of Page