Skip to Content.
Sympa Menu

forum - Which is the error?

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Which is the error?


Chronological Thread 
  • From: "Davide Sangalli" <davide.sangalli@gmail.com>
  • To: forum@abinit.org
  • Subject: Which is the error?
  • Date: Thu, 24 May 2007 00:54:46 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=LffqMctsJh/cn+GbIyIBcQl6XRpwCbhGLBWO/FA3laS+cmuU1OBeohjhN3PWwG2G4f6JNgnwSpnwgKLjxm0JeiBxurlXDqDXYcwHhVI7GVbunSJbnbH1of7w2YyejVYyucbbdntbj3Cr/sGd2ZhpMy+XJ/vKSccfz0F8OjQJCqc=

Dear all,
    I'm trying to study the 02 molecule
and when I run the code it stops almost immediately
and the first line of my log file is:
__________________________________________________
----------------------------------------------------------------------
At line 267 of file ../../../src/11util/status.F90
Fortran runtime error: No such file or directory
__________________________________________________
----------------------------------------------------------------------

where "../../../" is actually the path for abinit on my pc
Studying other systems everything seems to be ok.

Thanks,
Davide

Here below there is my input file.
__________________________________________________
----------------------------------------------------------------------
# O2 TDDFT calculation
# Ground state working within DFT

#ndtset   2
#mkmem    1

# Type of molecules to be studied
 natom     2
 ntypat    1
 typat     1 1
 znucl     8 8
 nsppol    2
 occopt    2
 occ       1  1  1  1  1  1  1  0  0  0
              1  1  1  1  1  0  0  0  0  0

# Primitive cell choosed and position of atoms inside it
 acell        3*10 Angstrom
 xangst     5.60375   5   5    # d=1.2075 Angstrom
                 4.39625   5   5

# Parameters for the SCF calculation           
 ecut      10
 nstep     25

# It's an isolated system so nkpt=1, other thinghs I took from
# the tutorial
 nkpt      1
 diemac    1.5
 diemix    0.5

# First step.
# Calculation of ground state.
 ixc      1
 iscf     5
 tolwfr   1.0d-11
 nband    10  10
 prtden   1
 getwfk   0




Archive powered by MHonArc 2.6.16.

Top of Page