Skip to Content.
Sympa Menu

forum - [abinit-forum] ebands.F90

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

[abinit-forum] ebands.F90


Chronological Thread 
  • From: "Ludwig, Christian" <ludwigc@uni-mainz.de>
  • To: "forum@abinit.org" <forum@abinit.org>
  • Subject: [abinit-forum] ebands.F90
  • Date: Fri, 2 Oct 2009 09:03:29 +0200
  • Accept-language: de-DE
  • Acceptlanguage: de-DE

Hi,

when I tried to plot a band structure, I stumbled upon the file
/abinit-5.8.3/extras/post_processing/ebands.f90. But when I tried to compile
it with gfortran, I got
ebands.f90:126.35:

read(5,'(a12,i)')buffer,kptoption
1
Warning: Nonnegative width required in format string at (1)
ebands.f90:132.31:

read(5,'(A13,I)')buffer,nband
1
Warning: Nonnegative width required in format string at (1)
Running the resulting a.out gives
At line 126 of file ebands.f90
Fortran runtime error: Positive width required in format
(a12,i)
^

I am getting the band structure in another way now, but I am still interested
in why this does not work.

Cheers,
Christian


Archive powered by MHonArc 2.6.16.

Top of Page