Re: [Wien] ERROR Iin using LDA

2024-05-27 Thread Peter Blaha

Yes, I can confirm this fix.

(I could not reproduce the problem, because I already had applied this 
fix in my sources. This was done during the busy workshop,and I forgot 
to document it).


Thanks for the solution.

Peter Blaha

Am 28.05.2024 um 07:27 schrieb Gavin Abo:


I think I found the cause of the runtime gfortran compiled lapw0 error 
given in the previous post below.


In SRC_lapw0/lapw0.F of WIEN2k 23.2 on line 2645, there is:

IF(GGA_SWITCH .eqv. .TRUE.) allocate( CFFT_STR_GGA(iff1,iff2,iff3,1:9) )

Also, on line 2651, there is:

IF(GGA_SWITCH .eqv. .TRUE.) allocate( CFFT_STR_GGA(1,1,1,1:9) )

One of the above two allocates CFFT_STR_GGA which should explain why 
there is no issue when its a GGA calculation.


However, where the error seems to be happening with LDA is on line 
2655 having:


CFFT_STR_GGA = ZEROC

The cause seems to be CFFT_STR_GGA being used without being allocated 
in the LDA case (or more broadly when its not a GGA case).  The  error 
goes away if the line 2655 is changed to:


IF(GGA_SWITCH .eqv. .TRUE.) CFFT_STR_GGA = ZEROC

Could another person confirm that as a solution or see a better fix 
for it?


Thanks,

Gavin
WIEN2k user

On 5/25/2024 8:16 AM, 夏宇阳 wrote:

Dear all,
I cannot use the Vxc option LDA to calculate any struct(i have tried different 
materials). Everything is fine when doing init, but there is an error in scf.

Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Backtrace for this error:
#0  0x7c1f5223960 in ???
#1  0x7c1f5222ac5 in ???
#2  0x7c1f4e4251f in ???
at ./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0
#3  0x7c1f4fa1082 in ???
at ../sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S:394
#4  0x58fced8efc47 in ???
#5  0x58fced88680e in ???
#6  0x7c1f4e29d8f in __libc_start_call_main
at ../sysdeps/nptl/libc_start_call_main.h:58
#7  0x7c1f4e29e3f in __libc_start_main_impl
at ../csu/libc-start.c:392
#8  0x58fced886834 in ???
#9  0x in ???
Segmentation fault (core dumped)
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.

My system is Ubuntu 22.04. And the complier is gfortran. i followed the step on 
the pdf files provided by Gavin Abo to install wien2k.

And Other options have no problem.

Is there anyone have the same problem? How can i solve it?

Looking forward to your reply.

Best wishes!

Yuyang.


___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST 
at:http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


--
---
Peter Blaha,  Inst. f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-158801165300
Email:peter.bl...@tuwien.ac.at   
WWW:http://www.imc.tuwien.ac.at   WIEN2k:http://www.wien2k.at

-
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] ERROR Iin using LDA

2024-05-27 Thread Gavin Abo
I think I found the cause of the runtime gfortran compiled lapw0 error 
given in the previous post below.


In SRC_lapw0/lapw0.F of WIEN2k 23.2 on line 2645, there is:

IF(GGA_SWITCH .eqv. .TRUE.) allocate( CFFT_STR_GGA(iff1,iff2,iff3,1:9) )

Also, on line 2651, there is:

IF(GGA_SWITCH .eqv. .TRUE.) allocate( CFFT_STR_GGA(1,1,1,1:9) )

One of the above two allocates CFFT_STR_GGA which should explain why 
there is no issue when its a GGA calculation.


However, where the error seems to be happening with LDA is on line 2655 
having:


CFFT_STR_GGA = ZEROC

The cause seems to be CFFT_STR_GGA being used without being allocated in 
the LDA case (or more broadly when its not a GGA case).  The  error goes 
away if the line 2655 is changed to:


IF(GGA_SWITCH .eqv. .TRUE.) CFFT_STR_GGA = ZEROC

Could another person confirm that as a solution or see a better fix for it?

Thanks,

Gavin
WIEN2k user

On 5/25/2024 8:16 AM, 夏宇阳 wrote:

Dear all,
I cannot use the Vxc option LDA to calculate any struct(i have tried different 
materials). Everything is fine when doing init, but there is an error in scf.

Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Backtrace for this error:
#0  0x7c1f5223960 in ???
#1  0x7c1f5222ac5 in ???
#2  0x7c1f4e4251f in ???
at ./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0
#3  0x7c1f4fa1082 in ???
at ../sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S:394
#4  0x58fced8efc47 in ???
#5  0x58fced88680e in ???
#6  0x7c1f4e29d8f in __libc_start_call_main
at ../sysdeps/nptl/libc_start_call_main.h:58
#7  0x7c1f4e29e3f in __libc_start_main_impl
at ../csu/libc-start.c:392
#8  0x58fced886834 in ???
#9  0x in ???
Segmentation fault (core dumped)
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.

My system is Ubuntu 22.04. And the complier is gfortran. i followed the step on 
the pdf files provided by Gavin Abo to install wien2k.

And Other options have no problem.

Is there anyone have the same problem? How can i solve it?

Looking forward to your reply.

Best wishes!

Yuyang.___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


[Wien] ERROR Iin using LDA

2024-05-25 Thread 夏宇阳
Dear all,
I cannot use the Vxc option LDA to calculate any struct(i have tried different 
materials). Everything is fine when doing init, but there is an error in scf.

Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Backtrace for this error:
#0  0x7c1f5223960 in ???
#1  0x7c1f5222ac5 in ???
#2  0x7c1f4e4251f in ???
at ./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0
#3  0x7c1f4fa1082 in ???
at ../sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S:394
#4  0x58fced8efc47 in ???
#5  0x58fced88680e in ???
#6  0x7c1f4e29d8f in __libc_start_call_main
at ../sysdeps/nptl/libc_start_call_main.h:58
#7  0x7c1f4e29e3f in __libc_start_main_impl
at ../csu/libc-start.c:392
#8  0x58fced886834 in ???
#9  0x in ???
Segmentation fault (core dumped)
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.

My system is Ubuntu 22.04. And the complier is gfortran. i followed the step on 
the pdf files provided by Gavin Abo to install wien2k.

And Other options have no problem.

Is there anyone have the same problem? How can i solve it?

Looking forward to your reply.

Best wishes!

Yuyang.
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error in IRelast initialization for tetragonal structure | too many arguments

2024-05-12 Thread morteza jamal via Wien
Dear Peter,Thank you very much for your guide and help.Sorry for my delay for 
replying.With best,Morteza 

Sent from Yahoo Mail on Android___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error in IRelast initialization for tetragonal structure | too many arguments

2024-05-07 Thread Dr . KISHOR KUMAR डॉ . किशोर कुमार
Thanking you very much sir for your kind help and suggestions.
I got it.

Dr. KISHOR KUMAR/डॉ. किशोर कुमार
Department of Physics/भौतिक विज्ञान विभाग


From: Wien  on behalf of Peter Blaha 

Sent: Tuesday, May 7, 2024 5:24 PM
To: wien@zeus.theochem.tuwien.ac.at 
Subject: Re: [Wien] Error in IRelast initialization for tetragonal structure | 
too many arguments

Never used IRelast myself.

Anyway, the fix is simple: In set_elast_lapw  change

set sym=`sgroup -wi $file.struct | grep "Bravais"|cut -c18-18`
to
set sym=`sgroup -wi $file.struct | grep "Bravais lattice:"|cut -c18-18`

Apparently it was not considered that sgroup might give also a message
that the spacegroup has changed.

And this is the problematic point of your struct file. Within rounding
errors this is actually a FCC cubic cell. Check this with sgroup using
different tolerances:

  sgroup -wi test.struct -set-TOL=0.001
  sgroup -wi test.struct -set-TOL=0.0001
  sgroup -wi test.struct -set-TOL=0.1





Am 07.05.2024 um 10:22 schrieb Dr. KISHOR KUMAR डॉ. किशोर कुमार:
> Dear Developer and user,
>
> So far, I did not get any answer for error in initialization of IRelast
> using {set_elast_lapw} script.
>
> Structure is tetragonal {87_I4/m }. In my previous mail, I already sent
> structure file.
>
> error was {at the end of set_elast_lapw script}
> -
> setupc program found.
> goto: Too many arguments.
>  and not folders created in elast
> directory.
>
> Any how, I found some thing but I still have doubt.
> in set_elast_script, there is a command at line No. 42, 43 and 49 which
> are as:
> sgroup -wi $file.struct | grep "Bravais"|cut -c18-18
> in
> set sym=`sgroup -wi $file.struct | grep "Bravais"|cut -c18-18`
>   which give output if i do manually as:
> if not use cut--
> warning: !!! Bravais lattice has changed.
> Bravais lattice: Rhombohedral
>
> ---if used cut---
> a
> R
> --
>
>  From  above output lines, probably it will take multiple arguments for
> structure and make Too many arguments error.
>
> Although I did some thing manualy using command {cat} as:
>
> set bravais=`cat $file.outputsgroup | grep "Bravais"`
> set inf=`cat $file.outputsgroup | grep "Number and" | cut -c33-`
> echo "---> $bravais <---"
> echo "---> $inf  <---"
> echo ""
> sleep 2
> set sel=`echo "setelast"`
> set sym=`cat $file.outputsgroup | grep "Bravais"|cut -c18-18`
> -
> It works and directories are created in elast folder.
> But again, calljob_lapw have same command line.
>
> But not sure it is correct or not. Your kind help is needed.
>
> Please help..
>
> Dr. KISHOR KUMAR/डॉ. किशोर कुमार
> Department of Physics/भौतिक विज्ञान विभाग
>
>
> ___
> Wien mailing list
> Wien@zeus.theochem.tuwien.ac.at
> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> SEARCH the MAILING-LIST at:  
> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html

--
--
Peter BLAHA, Inst.f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-1-58801-165300
Email: peter.bl...@tuwien.ac.atWIEN2k: http://www.wien2k.at
WWW:   http://www.imc.tuwien.ac.at
-
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error in IRelast initialization for tetragonal structure | too many arguments

2024-05-07 Thread Peter Blaha

Never used IRelast myself.

Anyway, the fix is simple: In set_elast_lapw  change

set sym=`sgroup -wi $file.struct | grep "Bravais"|cut -c18-18`
to
set sym=`sgroup -wi $file.struct | grep "Bravais lattice:"|cut -c18-18`

Apparently it was not considered that sgroup might give also a message 
that the spacegroup has changed.


And this is the problematic point of your struct file. Within rounding 
errors this is actually a FCC cubic cell. Check this with sgroup using 
different tolerances:


 sgroup -wi test.struct -set-TOL=0.001
 sgroup -wi test.struct -set-TOL=0.0001
 sgroup -wi test.struct -set-TOL=0.1





Am 07.05.2024 um 10:22 schrieb Dr. KISHOR KUMAR डॉ. किशोर कुमार:

Dear Developer and user,

So far, I did not get any answer for error in initialization of IRelast 
using {set_elast_lapw} script.


Structure is tetragonal {87_I4/m }. In my previous mail, I already sent 
structure file.


error was {at the end of set_elast_lapw script}
-
setupc program found.
goto: Too many arguments.
 and not folders created in elast 
directory.


Any how, I found some thing but I still have doubt.
in set_elast_script, there is a command at line No. 42, 43 and 49 which 
are as:

sgroup -wi $file.struct | grep "Bravais"|cut -c18-18
in
set sym=`sgroup -wi $file.struct | grep "Bravais"|cut -c18-18`
  which give output if i do manually as:
if not use cut--
warning: !!! Bravais lattice has changed.
Bravais lattice: Rhombohedral

---if used cut---
a
R
--

 From  above output lines, probably it will take multiple arguments for 
structure and make Too many arguments error.


Although I did some thing manualy using command {cat} as:

set bravais=`cat $file.outputsgroup | grep "Bravais"`
set inf=`cat $file.outputsgroup | grep "Number and" | cut -c33-`
echo "---> $bravais <---"
echo "--->         $inf          <---"
echo ""
sleep 2
set sel=`echo "setelast"`
set sym=`cat $file.outputsgroup | grep "Bravais"|cut -c18-18`
-
It works and directories are created in elast folder.
But again, calljob_lapw have same command line.

But not sure it is correct or not. Your kind help is needed.

Please help..

Dr. KISHOR KUMAR/डॉ. किशोर कुमार
Department of Physics/भौतिक विज्ञान विभाग


___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


--
--
Peter BLAHA, Inst.f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-1-58801-165300
Email: peter.bl...@tuwien.ac.atWIEN2k: http://www.wien2k.at
WWW:   http://www.imc.tuwien.ac.at
-
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


[Wien] Error in IRelast initialization for tetragonal structure | too many arguments

2024-05-07 Thread Dr . KISHOR KUMAR डॉ . किशोर कुमार
Dear Developer and user,

So far, I did not get any answer for error in initialization of IRelast using 
{set_elast_lapw} script.

Structure is tetragonal {87_I4/m }. In my previous mail, I already sent 
structure file.

error was {at the end of set_elast_lapw script}
-
setupc program found.
goto: Too many arguments.
 and not folders created in elast directory.

Any how, I found some thing but I still have doubt.
in set_elast_script, there is a command at line No. 42, 43 and 49 which are as:
sgroup -wi $file.struct | grep "Bravais"|cut -c18-18
in
set sym=`sgroup -wi $file.struct | grep "Bravais"|cut -c18-18`
 which give output if i do manually as:
if not use cut--
warning: !!! Bravais lattice has changed.
Bravais lattice: Rhombohedral

---if used cut---
a
R
--

From  above output lines, probably it will take multiple arguments for 
structure and make Too many arguments error.

Although I did some thing manualy using command {cat} as:

set bravais=`cat $file.outputsgroup | grep "Bravais"`
set inf=`cat $file.outputsgroup | grep "Number and" | cut -c33-`
echo "---> $bravais <---"
echo "---> $inf  <---"
echo ""
sleep 2
set sel=`echo "setelast"`
set sym=`cat $file.outputsgroup | grep "Bravais"|cut -c18-18`
-
It works and directories are created in elast folder.
But again, calljob_lapw have same command line.

But not sure it is correct or not. Your kind help is needed.

Please help..

Dr. KISHOR KUMAR/डॉ. किशोर कुमार
Department of Physics/भौतिक विज्ञान विभाग

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


[Wien] Error in IRelast initialization for tetragonal structure | too many arguments

2024-05-04 Thread Dr . KISHOR KUMAR डॉ . किशोर कुमार
Dear user,

I am facing following error during the initializaiton of IRelast for tetragonal 
structure:

==
>GMAX (default: automatically):

For 2D-BZ meshes, better use TEMP and not TETRA in case.in2

(GAUSS,ROOT,TEMP,TEMPS,TETRA)
>Type of Fermi calculation (default: TETRA):

>Select mixing factor (default: 0.2, not changed):

Number of Kpoint in SZTO.klist is : 576

>Number of k-points in full BZ (default: 576):

>Spin-polarized calculation (default: no)(y/n): n

--
You can edit auto_init_lapw file and add more options for auto Initialization
see initIR_lapw -h
--


Would you like to define RUN COMMAND here?(Y/n) n

setupc program found.
goto: Too many arguments.
==

following is struct file below:

Sr2ZrTiO6-T-MBJ
B LATTICE,NONEQUIV.ATOMS: 5 87_I4/m
MODE OF CALC=RELA unit=ang
 10.806970 10.806970 15.281560 90.00 90.00 90.00
ATOM -1: X=0. Y=0.5000 Z=0.2500
  MULT= 2 ISPLIT=-2
  -1: X=0. Y=0.5000 Z=0.7500
Sr NPT= 781 R0=0.1000 RMT= 2.5 Z: 38.000
LOCAL ROT MATRIX: 0.7071068-0.7071068 0.000
 0.7071068 0.7071068 0.000
 0.000 0.000 1.000
ATOM -2: X=0. Y=0. Z=0.
  MULT= 1 ISPLIT=-2
Ti NPT= 781 R0=0.5000 RMT= 1.99 Z: 22.000
LOCAL ROT MATRIX: 1.000 0.000 0.000
 0.000 1.000 0.000
 0.000 0.000 1.000
ATOM -3: X=0. Y=0. Z=0.5000
  MULT= 1 ISPLIT=-2
Zr NPT= 781 R0=0.1000 RMT= 1.99 Z: 40.000
LOCAL ROT MATRIX: 1.000 0.000 0.000
 0.000 1.000 0.000
 0.000 0.000 1.000
ATOM -4: X=0. Y=0. Z=0.2500
  MULT= 2 ISPLIT=-2
  -4: X=0. Y=0. Z=0.7500
O NPT= 781 R0=0.0001 RMT= 1.80 Z: 8.000
LOCAL ROT MATRIX: 1.000 0.000 0.000
 0.000 1.000 0.000
 0.000 0.000 1.000
ATOM -5: X=0.2500 Y=0.2500 Z=0.
  MULT= 4 ISPLIT= 8
  -5: X=0.7500 Y=0.7500 Z=0.
  -5: X=0.7500 Y=0.2500 Z=0.
  -5: X=0.2500 Y=0.7500 Z=0.
O NPT= 781 R0=0.0001 RMT= 1.80 Z: 8.000
LOCAL ROT MATRIX: 0.000-0.7071068 0.7071068
 0.000 0.7071068 0.7071068
-1.000 0.000 0.000
  16 NUMBER OF SYMMETRY OPERATIONS
 1 0 0 0.
 0-1 0 0.
 0 0-1 0.

... so many lines...

please help...


KISHOR KUMAR/किशोर कुमार
Department of Physics/भौतिक विज्ञान विभाग





___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in x wplot -wf

2024-05-03 Thread Peter Blaha
Check your struct file if the local rotation matrices are properly 
defined (and orthogonal).


It could also be, that the test in  SRC_wplot/modules_rc.F:

 all(abs( matmul(A, transpose(A)) - Id(size(A,1)) )    < MAT_TOL

is too fine and a larger value of MAT_TOL should be set in this file.

print A  and  all(abs( matmul(A, transpose(A)) - Id(size(A,1)) )


Am 29.04.2024 um 05:14 schrieb 夏宇阳:

Dear all,

When i use 'x wplot -wf 1' in wien2wannier, an error came out:

Local rotation matrix not orthogonal

i use the template, case.inwplot. what should i edit it?

Looking for your reply.

With regards!

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


--
---
Peter Blaha,  Inst. f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-158801165300
Email: peter.bl...@tuwien.ac.at
WWW:   http://www.imc.tuwien.ac.at  WIEN2k: http://www.wien2k.at
-

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in 2X2X2 supercel MgO following guide

2024-05-02 Thread Peter Blaha

Most likely, you distorted case.struct.

This file is POSITION sensitive, i.e. when you change Mg to  Mg1, you 
MUST NOT use insertion mode, but replace.


Am 02.05.2024 um 14:21 schrieb 夏宇阳:

Dear all,
When i follow the latest guide to make a supercell for MgO, an error came out.
i mark the first Mg as Mg1.And then i face an error when i do x nn.

Fortran runtime error: Bad value during integer read

Error termination. Backtrace:
#0  0xb3c5d623960 in ???
#1  0xb3c5d6244d9 in ???
#2  0xb3c5d62510f in ???
#3  0xb3c5d8753a7 in ???
#4  0xb3c5d879ae5 in ???
#5  0xb3c5d87ae55 in ???
#6  0x583a57ce8bad in ???
#7  0x583a57ce726e in ???
#8  0xb3c5d229d8f in __libc_start_call_main
at ../sysdeps/nptl/libc_start_call_main.h:58
#9  0xb3c5d229e3f in __libc_start_main_impl
at ../csu/libc-start.c:392
#10  0x583a57ce7294 in ???
#11  0x in ???

Also, i cant use xcrysden to view the struct and setrmt for it.

How can i fix it?

Looking forward to your reply.

With regards!
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


--
---
Peter Blaha,  Inst. f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-158801165300
Email: peter.bl...@tuwien.ac.at
WWW:   http://www.imc.tuwien.ac.at  WIEN2k: http://www.wien2k.at
-

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in 2X2X2 supercel MgO following guide

2024-05-02 Thread Lyudmila Dobysheva via Wien

02.05.2024 16:21, 夏宇阳 wrote:

When i follow the latest guide to make a supercell for MgO, an error came out.
i mark the first Mg as Mg1.And then i face an error when i do x nn.
Fortran runtime error: Bad value during integer read

...

How can i fix it?

You do not give details:
you pressed x nn
and what did you do next?
What struct file do you use?
What error you received?

Best wishes,
Lyudmila Dobysheva
--
http://ftiudm.ru/content/view/25/103/lang,english/
Institute of Physics and Technology,
Udmurt Federal Research Center, Ural Br. of Rus.Ac.Sci.
426000 Izhevsk Kirov str. 132
Russia
---
Tel. +7 (34I2)43-24-59 (office), +7 (9I2)OI9-795O (home)
Skype: lyuka18 (office), lyuka17 (home)
E-mail: lyuk...@mail.ru (office), lyuk...@gmail.com (home)

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in 2X2X2 supercel MgO following guide

2024-05-02 Thread 夏宇阳
The error looks similar to the error when i do LDA scf before.

- 原始邮件 -
发件人: "夏宇阳" 
收件人: "wien" 
发送时间: 星期四, 2024年 5 月 02日 下午 8:21:35
主题: error in 2X2X2 supercel MgO following guide

Dear all, 
When i follow the latest guide to make a supercell for MgO, an error came out.
i mark the first Mg as Mg1.And then i face an error when i do x nn.

Fortran runtime error: Bad value during integer read

Error termination. Backtrace:
#0  0xb3c5d623960 in ???
#1  0xb3c5d6244d9 in ???
#2  0xb3c5d62510f in ???
#3  0xb3c5d8753a7 in ???
#4  0xb3c5d879ae5 in ???
#5  0xb3c5d87ae55 in ???
#6  0x583a57ce8bad in ???
#7  0x583a57ce726e in ???
#8  0xb3c5d229d8f in __libc_start_call_main
at ../sysdeps/nptl/libc_start_call_main.h:58
#9  0xb3c5d229e3f in __libc_start_main_impl
at ../csu/libc-start.c:392
#10  0x583a57ce7294 in ???
#11  0x in ???

Also, i cant use xcrysden to view the struct and setrmt for it.

How can i fix it?

Looking forward to your reply.

With regards!
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


[Wien] error in 2X2X2 supercel MgO following guide

2024-05-02 Thread 夏宇阳
Dear all, 
When i follow the latest guide to make a supercell for MgO, an error came out.
i mark the first Mg as Mg1.And then i face an error when i do x nn.

Fortran runtime error: Bad value during integer read

Error termination. Backtrace:
#0  0xb3c5d623960 in ???
#1  0xb3c5d6244d9 in ???
#2  0xb3c5d62510f in ???
#3  0xb3c5d8753a7 in ???
#4  0xb3c5d879ae5 in ???
#5  0xb3c5d87ae55 in ???
#6  0x583a57ce8bad in ???
#7  0x583a57ce726e in ???
#8  0xb3c5d229d8f in __libc_start_call_main
at ../sysdeps/nptl/libc_start_call_main.h:58
#9  0xb3c5d229e3f in __libc_start_main_impl
at ../csu/libc-start.c:392
#10  0x583a57ce7294 in ???
#11  0x in ???

Also, i cant use xcrysden to view the struct and setrmt for it.

How can i fix it?

Looking forward to your reply.

With regards!
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in x wplot -wf

2024-04-29 Thread 夏宇阳
No, i use the latest version,WIEN2k 23.2.

- 原始邮件 -
发件人: "Gavin Abo" 
收件人: "wien" 
发送时间: 星期一, 2024年 4 月 29日 下午 2:23:25
主题: Re: [Wien] error in x wplot -wf

What WIEN2k version?  If you're using a version older than WIEN2k 23.2, 
MAT_TOL could be set as 1e-10_DPk.  It may need relaxed to 1e-8_DPk or 
1e-6_DPk.  Refer to [1].

[1] 
https://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/msg19093.html

On 4/28/2024 9:14 PM, 夏宇阳 wrote:
> Dear all,
>
> When i use 'x wplot -wf 1' in wien2wannier, an error came out:
>
> Local rotation matrix not orthogonal
>
> i use the template, case.inwplot. what should i edit it?
>
> Looking for your reply.
>
> With regards!
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in x wplot -wf

2024-04-28 Thread Gavin Abo
What WIEN2k version?  If you're using a version older than WIEN2k 23.2, 
MAT_TOL could be set as 1e-10_DPk.  It may need relaxed to 1e-8_DPk or 
1e-6_DPk.  Refer to [1].


[1] 
https://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/msg19093.html


On 4/28/2024 9:14 PM, 夏宇阳 wrote:

Dear all,

When i use 'x wplot -wf 1' in wien2wannier, an error came out:

Local rotation matrix not orthogonal

i use the template, case.inwplot. what should i edit it?

Looking for your reply.

With regards!

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


[Wien] error in x wplot -wf

2024-04-28 Thread 夏宇阳
Dear all,

When i use 'x wplot -wf 1' in wien2wannier, an error came out:

Local rotation matrix not orthogonal

i use the template, case.inwplot. what should i edit it?

Looking for your reply.

With regards!

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in exercise 6(MgO surface slab)

2024-04-23 Thread Lyudmila Dobysheva via Wien
As far as I understood the problem occurs in a simple scf calculation 
with simple Si - it doesn't work with LDA option and works with PBE?
Then it's better to send us the input files and the sequence of action 
so that we could repeat the problem. And describe the whole problem in 
details, error files, dayfile, and so forth.


Best wishes,
Lyudmila Dobysheva

23.04.2024 14:31, 夏宇阳 :

PBE has no problem.
The version is 23.2.
The compiler are gfortran and OpenBLAS

发件人: "Peter Blaha" 
Try PBE instead of LDA.
Which version are you using ? Which compiler ?

Am 23.04.2024 um 11:35 schrieb 夏宇阳:

It doesnt work with Si.
Same error came out.

发件人: "Rubel, Oleg" 
主题: Re: [Wien] error in exercise 6(MgO surface slab)

I see that the error occurs in the SCF cycle _before_ Wannier-related commands 
are called. This means that you cannot run GaAs with XC=LDA. You can test if Si 
runs with LDA (using identical initialization parameters).


--
Lyudmila Dobysheva
--
http://ftiudm.ru/content/view/25/103/lang,english/
Institute of Physics and Technology,
Udmurt Federal Research Center, Ural Br. of Rus.Ac.Sci.
426000 Izhevsk Kirov str. 132
Russia
---
Tel. +7 (34I2)43-24-59 (office), +7 (9I2)OI9-795O (home)
Skype: lyuka18 (office), lyuka17 (home)
E-mail: lyuk...@mail.ru (office), lyuk...@gmail.com (home)

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in exercise 6(MgO surface slab)

2024-04-23 Thread 夏宇阳
PBE has no problem.
The version is 23.2.
The compiler are gfortran and OpenBLAS

- 原始邮件 -
发件人: "Peter Blaha" 
收件人: "wien" 
发送时间: 星期二, 2024年 4 月 23日 下午 6:11:26
主题: Re: [Wien] error in exercise 6(MgO surface slab)

Try PBE instead of LDA.

Which version are you using ? Which compiler ?

My present version runs fine with LDA and I cannot remember that there 
were problems related to LDA.

Peter Blaha

Am 23.04.2024 um 11:35 schrieb 夏宇阳:
> It doesnt work with Si.
> Same error came out.
>
> - 原始邮件 -
> 发件人: "Rubel, Oleg" 
> 收件人: "A Mailing list for WIEN2k users" 
> 发送时间: 星期三, 2024年 4 月 10日 下午 4:06:59
> 主题: Re: [Wien] error in exercise 6(MgO surface slab)
>
> I see that the error occurs in the SCF cycle _before_ Wannier-related 
> commands are called. This means that you cannot run GaAs with XC=LDA. You can 
> test if Si runs with LDA (using identical initialization parameters).
>
> Oleg
>
>> On Apr 9, 2024, at 11:32 AM, harri...@sjtu.edu.cn wrote:
>>
>> Caution: External email.
>>
>> run_lapw
>>
>> 发自我的手机
> ___
> Wien mailing list
> Wien@zeus.theochem.tuwien.ac.at
> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> SEARCH the MAILING-LIST at:  
> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
> ___
> Wien mailing list
> Wien@zeus.theochem.tuwien.ac.at
> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> SEARCH the MAILING-LIST at:  
> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html

-- 
---
Peter Blaha,  Inst. f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-158801165300
Email: peter.bl...@tuwien.ac.at
WWW:   http://www.imc.tuwien.ac.at  WIEN2k: http://www.wien2k.at
-

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in exercise 6(MgO surface slab)

2024-04-23 Thread Peter Blaha

Try PBE instead of LDA.

Which version are you using ? Which compiler ?

My present version runs fine with LDA and I cannot remember that there 
were problems related to LDA.


Peter Blaha

Am 23.04.2024 um 11:35 schrieb 夏宇阳:

It doesnt work with Si.
Same error came out.

- 原始邮件 -
发件人: "Rubel, Oleg" 
收件人: "A Mailing list for WIEN2k users" 
发送时间: 星期三, 2024年 4 月 10日 下午 4:06:59
主题: Re: [Wien] error in exercise 6(MgO surface slab)

I see that the error occurs in the SCF cycle _before_ Wannier-related commands 
are called. This means that you cannot run GaAs with XC=LDA. You can test if Si 
runs with LDA (using identical initialization parameters).

Oleg


On Apr 9, 2024, at 11:32 AM, harri...@sjtu.edu.cn wrote:

Caution: External email.

run_lapw

发自我的手机

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


--
---
Peter Blaha,  Inst. f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-158801165300
Email: peter.bl...@tuwien.ac.at
WWW:   http://www.imc.tuwien.ac.at  WIEN2k: http://www.wien2k.at
-

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in exercise 6(MgO surface slab)

2024-04-23 Thread 夏宇阳
It doesnt work with Si.
Same error came out.

- 原始邮件 -
发件人: "Rubel, Oleg" 
收件人: "A Mailing list for WIEN2k users" 
发送时间: 星期三, 2024年 4 月 10日 下午 4:06:59
主题: Re: [Wien] error in exercise 6(MgO surface slab)

I see that the error occurs in the SCF cycle _before_ Wannier-related commands 
are called. This means that you cannot run GaAs with XC=LDA. You can test if Si 
runs with LDA (using identical initialization parameters).

Oleg

> On Apr 9, 2024, at 11:32 AM, harri...@sjtu.edu.cn wrote:
> 
> Caution: External email.
> 
> run_lapw
> 
> 发自我的手机

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in exercise 6(MgO surface slab)

2024-04-10 Thread Rubel, Oleg
I see that the error occurs in the SCF cycle _before_ Wannier-related commands 
are called. This means that you cannot run GaAs with XC=LDA. You can test if Si 
runs with LDA (using identical initialization parameters).

Oleg

> On Apr 9, 2024, at 11:32 AM, harri...@sjtu.edu.cn wrote:
> 
> Caution: External email.
> 
> run_lapw
> 
> 发自我的手机

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in exercise 6(MgO surface slab)

2024-04-09 Thread Rubel, Oleg
At which step (command) does the segmentation fault occur?

> On Apr 9, 2024, at 10:19 AM, 夏宇阳  wrote:
> 
> Caution: External email.
> 
> 
> Dear Oleg,
> i just follow the guide step by step.
> And the error is:
> 
> Program received signal SIGSEGV: Segmentation fault - invalid memory 
> reference.
> 
> Backtrace for this error:
> #0  0x817bc823960 in ???
> #1  0x817bc822ac5 in ???
> #2  0x817bc44251f in ???
>at ./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0
> #3  0x817bc5a1082 in ???
>at ../sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S:394
> #4  0x57975d1a3c47 in ???
> #5  0x57975d13a80e in ???
> #6  0x817bc429d8f in __libc_start_call_main
>at ../sysdeps/nptl/libc_start_call_main.h:58
> #7  0x817bc429e3f in __libc_start_main_impl
>at ../csu/libc-start.c:392
> #8  0x57975d13a834 in ???
> #9  0x in ???
> Segmentation fault (core dumped)
> 
>>  stop error
> 
> This wont happen when use PBE and WC
> 
> With regards!
> 
> Yuyang Xia

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in exercise 6(MgO surface slab)

2024-04-09 Thread 夏宇阳
Dear Oleg,
i just follow the guide step by step.
And the error is:

Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Backtrace for this error:
#0  0x817bc823960 in ???
#1  0x817bc822ac5 in ???
#2  0x817bc44251f in ???
at ./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0
#3  0x817bc5a1082 in ???
at ../sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S:394
#4  0x57975d1a3c47 in ???
#5  0x57975d13a80e in ???
#6  0x817bc429d8f in __libc_start_call_main
at ../sysdeps/nptl/libc_start_call_main.h:58
#7  0x817bc429e3f in __libc_start_main_impl
at ../csu/libc-start.c:392
#8  0x57975d13a834 in ???
#9  0x in ???
Segmentation fault (core dumped)

>   stop error

This wont happen when use PBE and WC

With regards!

Yuyang Xia
- 原始邮件 -
发件人: "Rubel, Oleg" 
收件人: "A Mailing list for WIEN2k users" 
发送时间: 星期二, 2024年 4 月 09日 下午 3:21:30
主题: Re: [Wien] error in exercise 6(MgO surface slab)

Dear Yuyang,

I tested the tutorial and initialized the calculation with "init_lapw -b -vxc 5 
-numk 600”. It works on my end (Wien2k v23.2, Wannier90 v2.1.0). We also tested 
with Wannier 3.X for the workshop. Please be more specific about your steps 
leading to the error message and the message itself.

Thank you
Oleg

> On Apr 8, 2024, at 11:48 PM, harri...@sjtu.edu.cn wrote:
> 
> Caution: External email.
> 
> Dear Prof.Blaha,
> It is on my home computer with wien2k_23.
> 
> And there is another error existing when i do the scf of GaAs following the 
> guide of "wien2k + w2wannier+wannier90".
> 
> I can't use LDA for initialization, and it will lead an error in scf 
> calculation. But I can use PBE and WC.They perform well.
> 
> Looking forward to your reply.
> 
> With regards!
> 
> Yuyang Xia
> 
> 
> 
> 
> 
> 
> 
> 
> 发自我的手机
> 
> 
>  原始邮件 
> 发件人: Peter Blaha 
> 日期: 2024年4月9日周二 凌晨4:07
> 收件人: wien@zeus.theochem.tuwien.ac.at
> 主 题: Re: [Wien] error in exercise 6(MgO surface slab)
> Hi,
> 
> Where does this happen and with which version of WIEN2k.
> 
> It is on the workshop nodes or on your home computer with WIEN2k_23.
> 
> I'm aware of this problem and I think I fixed in on the workshop nodes. 
> Of course it will still happen when using  WIEN2k_23 and only the next 
> release will have fixed it.
> 
> Peter Blaha
> 
> Am 08.04.2024 um 16:43 schrieb 夏宇阳:
> > Dear all,
> > I am doing the latest exercise 6(MgO surface slab),and there is a error 
> > when do "init_lapw -prec 1n"
> >
> > STOP KGEN ENDS
> > NUMK: 1000
> > basic k-mesh: 12, 12, 2 = 288,  kfactor = .1000
> >NUMBER OF K-POINTS IN WHOLE CELL: (0 for 3 divisions of K, -1 for 
> > delta-K)
> > At line 243 of file main.f (unit = 5, file = 'stdin')
> > Fortran runtime error: Bad integer for item 1 in list input
> >
> > what should i do?
> > Looking forward to your reply.
> >
> > With regards!
> > ___
> > Wien mailing list
> > Wien@zeus.theochem.tuwien.ac.at
> > http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> > SEARCH the MAILING-LIST at:  
> > http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
> 
> -- 
> ---
> Peter Blaha,  Inst. f. Materials Chemistry, TU Vienna, A-1060 Vienna
> Phone: +43-158801165300
> Email: peter.bl...@tuwien.ac.at
> WWW:   http://www.imc.tuwien.ac.at  WIEN2k: http://www.wien2k.at
> -
> 
> ___
> Wien mailing list
> Wien@zeus.theochem.tuwien.ac.at
> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> SEARCH the MAILING-LIST at:  
> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
> ___
> Wien mailing list
> Wien@zeus.theochem.tuwien.ac.at
> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> SEARCH the MAILING-LIST at:  
> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in exercise 6(MgO surface slab)

2024-04-09 Thread Rubel, Oleg
Dear Yuyang,

I tested the tutorial and initialized the calculation with "init_lapw -b -vxc 5 
-numk 600”. It works on my end (Wien2k v23.2, Wannier90 v2.1.0). We also tested 
with Wannier 3.X for the workshop. Please be more specific about your steps 
leading to the error message and the message itself.

Thank you
Oleg

> On Apr 8, 2024, at 11:48 PM, harri...@sjtu.edu.cn wrote:
> 
> Caution: External email.
> 
> Dear Prof.Blaha,
> It is on my home computer with wien2k_23.
> 
> And there is another error existing when i do the scf of GaAs following the 
> guide of "wien2k + w2wannier+wannier90".
> 
> I can't use LDA for initialization, and it will lead an error in scf 
> calculation. But I can use PBE and WC.They perform well.
> 
> Looking forward to your reply.
> 
> With regards!
> 
> Yuyang Xia
> 
> 
> 
> 
> 
> 
> 
> 
> 发自我的手机
> 
> 
>  原始邮件 ----
> 发件人: Peter Blaha 
> 日期: 2024年4月9日周二 凌晨4:07
> 收件人: wien@zeus.theochem.tuwien.ac.at
> 主 题: Re: [Wien] error in exercise 6(MgO surface slab)
> Hi,
> 
> Where does this happen and with which version of WIEN2k.
> 
> It is on the workshop nodes or on your home computer with WIEN2k_23.
> 
> I'm aware of this problem and I think I fixed in on the workshop nodes. 
> Of course it will still happen when using  WIEN2k_23 and only the next 
> release will have fixed it.
> 
> Peter Blaha
> 
> Am 08.04.2024 um 16:43 schrieb 夏宇阳:
> > Dear all,
> > I am doing the latest exercise 6(MgO surface slab),and there is a error 
> > when do "init_lapw -prec 1n"
> >
> > STOP KGEN ENDS
> > NUMK: 1000
> > basic k-mesh: 12, 12, 2 = 288,  kfactor = .1000
> >NUMBER OF K-POINTS IN WHOLE CELL: (0 for 3 divisions of K, -1 for 
> > delta-K)
> > At line 243 of file main.f (unit = 5, file = 'stdin')
> > Fortran runtime error: Bad integer for item 1 in list input
> >
> > what should i do?
> > Looking forward to your reply.
> >
> > With regards!
> > ___
> > Wien mailing list
> > Wien@zeus.theochem.tuwien.ac.at
> > http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> > SEARCH the MAILING-LIST at:  
> > http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
> 
> -- 
> ---
> Peter Blaha,  Inst. f. Materials Chemistry, TU Vienna, A-1060 Vienna
> Phone: +43-158801165300
> Email: peter.bl...@tuwien.ac.at
> WWW:   http://www.imc.tuwien.ac.at  WIEN2k: http://www.wien2k.at
> -
> 
> ___
> Wien mailing list
> Wien@zeus.theochem.tuwien.ac.at
> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> SEARCH the MAILING-LIST at:  
> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
> ___
> Wien mailing list
> Wien@zeus.theochem.tuwien.ac.at
> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> SEARCH the MAILING-LIST at:  
> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in exercise 6(MgO surface slab)

2024-04-08 Thread Peter Blaha

Hi,

Where does this happen and with which version of WIEN2k.

It is on the workshop nodes or on your home computer with WIEN2k_23.

I'm aware of this problem and I think I fixed in on the workshop nodes. 
Of course it will still happen when using  WIEN2k_23 and only the next 
release will have fixed it.


Peter Blaha

Am 08.04.2024 um 16:43 schrieb 夏宇阳:

Dear all,
I am doing the latest exercise 6(MgO surface slab),and there is a error when do 
"init_lapw -prec 1n"

STOP KGEN ENDS
NUMK: 1000
basic k-mesh: 12, 12, 2 = 288,  kfactor = .1000
   NUMBER OF K-POINTS IN WHOLE CELL: (0 for 3 divisions of K, -1 for delta-K)
At line 243 of file main.f (unit = 5, file = 'stdin')
Fortran runtime error: Bad integer for item 1 in list input

what should i do?
Looking forward to your reply.

With regards!
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


--
---
Peter Blaha,  Inst. f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-158801165300
Email: peter.bl...@tuwien.ac.at
WWW:   http://www.imc.tuwien.ac.at  WIEN2k: http://www.wien2k.at
-

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


[Wien] error in exercise 6(MgO surface slab)

2024-04-08 Thread 夏宇阳
Dear all,
I am doing the latest exercise 6(MgO surface slab),and there is a error when do 
"init_lapw -prec 1n"

STOP KGEN ENDS
NUMK: 1000
basic k-mesh: 12, 12, 2 = 288,  kfactor = .1000
  NUMBER OF K-POINTS IN WHOLE CELL: (0 for 3 divisions of K, -1 for delta-K)
At line 243 of file main.f (unit = 5, file = 'stdin')
Fortran runtime error: Bad integer for item 1 in list input

what should i do?
Looking forward to your reply.

With regards!
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


[Wien] Error in GGA + So noncollinear magnetic structure calculations in WIENncm

2024-04-06 Thread Safikul Islam
Dear Prof. Peter Blaha,

 Hope you are well. Sir, I am trying to do a GGA +so noncollinear magnetic
structure calculations in WIENncm. For only GGA scf calculations, I have
executed the commands xncm ncymmetry >initncm>generate the
initncm non-collinear magnetic structure>runncm one after another. It is
working fine. While for GGA +so calculations I have followed the commands
xncm ncymmetry>initncm>generate initncm non-collinear magnetic
structure>generate case.inso file in Wien2k using initso_lapw>paste
case.inso file in WIENncm calculation directory>runncm -so. For this
calculation, I am getting the error *"SELECT -Error"*.  Probably I am
giving the wrong input. And how will I do GGA+so+U calculations using
WIENncm? Sir, please help me so solve this issue.

Eagerly waiting for your suggestions.

Kind Regards,
Safikul Islam
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in lapw1

2024-03-30 Thread Peter Blaha

x lapw1 -h

Am 30.03.2024 um 16:08 schrieb 夏宇阳:


Dear prof.Blaha,
Thank you very much ,sir.
i forget it is a spin-polarized calculation.
But when i use "lapw1 -h", it doesnt give me help information,but creates a blank "-h" 
and "fort.12" file for me. is there anything wrong?
With regards
- 原始邮件 -
发件人: "Peter Blaha" 
收件人: "wien" 
发送时间: 星期六, 2024年 3 月 30日 下午 10:55:43
主题: Re: [Wien] error in lapw1

It is missing the spherical potential, case.vsp

Why ??  We don't know what you have done before.

Did you run the scf cycle before ??

Is this a spin-polarized calculation ? Then you need to add -up or -dn
switches.

PS:   x lapw1 -hdoes not harm. All our scripts have a  -h  (help)
switch which just gives you some information.

Am 30.03.2024 um 15:36 schrieb 夏宇阳:

Dear all,
there is a error when i do lapw1.
it said:
'INILPW' - can't open unit:  18
   'INILPW' -filename: 001relaxed.vsp
   'INILPW' -  status: old  form: formatted
   'LAPW1' - INILPW aborted unsuccessfully.
i think maybe the reason i wrongly used "lapw1 -h" to get help
what should i do now?
with regards
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html




--
--
Peter BLAHA, Inst.f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-1-58801-165300
Email: peter.bl...@tuwien.ac.atWIEN2k: http://www.wien2k.at
WWW:   http://www.imc.tuwien.ac.at
-
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in lapw1

2024-03-30 Thread 夏宇阳

Dear prof.Blaha,
Thank you very much ,sir.
i forget it is a spin-polarized calculation.
But when i use "lapw1 -h", it doesnt give me help information,but creates a 
blank "-h" and "fort.12" file for me. is there anything wrong?
With regards
- 原始邮件 -
发件人: "Peter Blaha" 
收件人: "wien" 
发送时间: 星期六, 2024年 3 月 30日 下午 10:55:43
主题: Re: [Wien] error in lapw1

It is missing the spherical potential, case.vsp

Why ??  We don't know what you have done before.

Did you run the scf cycle before ??

Is this a spin-polarized calculation ? Then you need to add -up or -dn 
switches.

PS:   x lapw1 -hdoes not harm. All our scripts have a  -h  (help) 
switch which just gives you some information.

Am 30.03.2024 um 15:36 schrieb 夏宇阳:
> Dear all,
> there is a error when i do lapw1.
> it said:
> 'INILPW' - can't open unit:  18
>   'INILPW' -filename: 001relaxed.vsp
>   'INILPW' -  status: old  form: formatted
>   'LAPW1' - INILPW aborted unsuccessfully.
> i think maybe the reason i wrongly used "lapw1 -h" to get help
> what should i do now?
> with regards
> ___
> Wien mailing list
> Wien@zeus.theochem.tuwien.ac.at
> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> SEARCH the MAILING-LIST at:  
> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html

-- 
--
Peter BLAHA, Inst.f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-1-58801-165300
Email: peter.bl...@tuwien.ac.atWIEN2k: http://www.wien2k.at
WWW:   http://www.imc.tuwien.ac.at
-
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in lapw1

2024-03-30 Thread Peter Blaha

It is missing the spherical potential, case.vsp

Why ??  We don't know what you have done before.

Did you run the scf cycle before ??

Is this a spin-polarized calculation ? Then you need to add -up or -dn 
switches.


PS:   x lapw1 -hdoes not harm. All our scripts have a  -h  (help) 
switch which just gives you some information.


Am 30.03.2024 um 15:36 schrieb 夏宇阳:

Dear all,
there is a error when i do lapw1.
it said:
'INILPW' - can't open unit:  18
  'INILPW' -filename: 001relaxed.vsp
  'INILPW' -  status: old  form: formatted
  'LAPW1' - INILPW aborted unsuccessfully.
i think maybe the reason i wrongly used "lapw1 -h" to get help
what should i do now?
with regards
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


--
--
Peter BLAHA, Inst.f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-1-58801-165300
Email: peter.bl...@tuwien.ac.atWIEN2k: http://www.wien2k.at
WWW:   http://www.imc.tuwien.ac.at
-
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


[Wien] error in lapw1

2024-03-30 Thread 夏宇阳
Dear all,
there is a error when i do lapw1.
it said:
'INILPW' - can't open unit:  18 

  
 'INILPW' -filename: 001relaxed.vsp 

   
 'INILPW' -  status: old  form: formatted   

   
 'LAPW1' - INILPW aborted unsuccessfully.
i think maybe the reason i wrongly used "lapw1 -h" to get help
what should i do now?
with regards
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error in optimization

2024-03-04 Thread Peter Blaha
The "NN-error" is pretty clear. You have overlapping spheres, either 
because you did not reduce the spheres at all, or not enough for the big 
10% coa reduction.


If you have use some RMT-reduction during setup, you may try to rerun   
x optimized (or 2Doptimize ?) and use a smaller change, eg. of max 6%.


If this does not work, the fix this is a bit tricky, so my 
recommendation is to make make a new directory and copy the 
*vol___0.0.struct file (not the present case.struct)  into this 
directory and rename it. Please check the lattice parameters in the 
struct file that you got the proper starting setup.


Then use setrmt with a larger reduction.


Am 04.03.2024 um 19:00 schrieb Neetu Malik:

Dears,

During volume optimization getting below error.

Please help me to resolve this issue.

ERROR status in Sr2CoWO6_coa__-10.00
>   stop error

grep: lapw2*.error: No such file or directory
grep: lapw2*.error: No such file or directory
grep: lapw2*.error: No such file or directory
grep: lapw2*.error: No such file or directory
grep: lapw2*.error: No such file or directory
grep: lapw2*.error: No such file or directory
NN - Error
  LAPW0 END
clmextrapol_lapw has generated a new Sr2CoWO6.clmsum
0.043u 0.000s 0:00.04 100.0%0+0k 0+2960io 0pf+0w
1.105u 0.007s 0:00.32 343.7%0+0k 0+2976io 0pf+0w
DSTART ENDS
  C  T F
running dstart in single mode
1.100u 0.022s 0:00.34 329.4%0+0k 0+2984io 0pf+0w
DSTART ENDS
  C  T F
running dstart in single mode


___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST 
at:http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


--
---
Peter Blaha,  Inst. f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-158801165300
Email:peter.bl...@tuwien.ac.at   
WWW:http://www.imc.tuwien.ac.at   WIEN2k:http://www.wien2k.at

-
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error in optimization

2024-03-04 Thread Gavin Abo
It failed during the nn step from the error message.  Although, there is 
not enough information for specifically determining how to resolve it.


You would need to check for example the data in case.outputnn and 
analyze it for what went wrong.


In general, one potential cause of the error could be overlapping RMT 
spheres.  If the structure change of -10 is too much, one solution might 
be to use a smaller structure change than that.


Another possibility is that if you had used for example a setrmt_lapw 
reduction value of 0 %, then you could follow the advice in section "3.6 
Creating the “master input“ file case.struct" of the WIEN2k 23.1 
usersguide [1] to change that to around the often times good value of 
about 3 % for structure optimization where it states:


/Choose a reduction of 3 % so that we can later optimize the lattice 
parameter./


Also, search the mailing list archive [2] as you might find other advice 
that could help with this error.  For example, see [3].


[1] http://susi.theochem.tuwien.ac.at/reg_user/textbooks/usersguide.pdf
[2] 
https://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/maillist.html
[3] 
https://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/msg15309.html


Kind Regards,

Gavin
WIEN2k user

On 3/4/2024 11:00 AM, Neetu Malik wrote:

Dears,

During volume optimization getting below error.

Please help me to resolve this issue.

ERROR status in Sr2CoWO6_coa__-10.00
>   stop error

grep: lapw2*.error: No such file or directory
grep: lapw2*.error: No such file or directory
grep: lapw2*.error: No such file or directory
grep: lapw2*.error: No such file or directory
grep: lapw2*.error: No such file or directory
grep: lapw2*.error: No such file or directory
NN - Error
  LAPW0 END
clmextrapol_lapw has generated a new Sr2CoWO6.clmsum
0.043u 0.000s 0:00.04 100.0%0+0k 0+2960io 0pf+0w
1.105u 0.007s 0:00.32 343.7%0+0k 0+2976io 0pf+0w
DSTART ENDS
  C  T F
running dstart in single mode
1.100u 0.022s 0:00.34 329.4%0+0k 0+2984io 0pf+0w
DSTART ENDS
  C  T F
running dstart in single mode

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST 
at:http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


[Wien] Error in optimization

2024-03-04 Thread Neetu Malik
Dears,

During volume optimization getting below error.

Please help me to resolve this issue.

ERROR status in Sr2CoWO6_coa__-10.00
>   stop error

grep: lapw2*.error: No such file or directory
grep: lapw2*.error: No such file or directory
grep: lapw2*.error: No such file or directory
grep: lapw2*.error: No such file or directory
grep: lapw2*.error: No such file or directory
grep: lapw2*.error: No such file or directory
NN - Error
 LAPW0 END
clmextrapol_lapw has generated a new Sr2CoWO6.clmsum
0.043u 0.000s 0:00.04 100.0%0+0k 0+2960io 0pf+0w
1.105u 0.007s 0:00.32 343.7%0+0k 0+2976io 0pf+0w
DSTART ENDS
 C  T F
running dstart in single mode
1.100u 0.022s 0:00.34 329.4%0+0k 0+2984io 0pf+0w
DSTART ENDS
 C  T F
running dstart in single mode
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error-Missing Header

2024-02-08 Thread Gavin Abo
In the past, we saw that error happen when the SRC_w2web directory got 
corrupted (or maybe it could be caused by a file permission issue).  
Installing a fresh copy of fresh copy of SRC_w2web solved the issue for 
a user previously. [1]


[1] 
https://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/msg11735.html


On 2/8/2024 6:07 AM, evren görkem özdemir wrote:

Dear Wien2k users,
When I want to connect to localhost, I encounter the following 
problem. "*Error-Missing Header*
Modification of a read-only value attempted at ../../libs/w2web.pl 
 line 110."
Is it possible to solve this problem without destroying my ongoing 
calculations?


Thank you.
Best regards.

Evren G. Özdemir___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


[Wien] Error-Missing Header

2024-02-08 Thread evren görkem özdemir
Dear Wien2k users,
When I want to connect to localhost, I encounter the following
problem. "*Error-Missing
Header*
Modification of a read-only value attempted at ../../libs/w2web.pl line
110."
Is it possible to solve this problem without destroying my ongoing
calculations?

Thank you.
Best regards.

Evren G. Özdemir
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error in HF calculation

2024-02-08 Thread shamik chakrabarti
OK, Dr. Tran, thank you

On Thu, 8 Feb 2024, 15:27 ,  wrote:

> The file vectorhfdn_old is probably corrupted. Delete it and restart the
> calculation.
>
> On 08.02.2024 05:19, shamik chakrabarti wrote:
> > Dear Wien2k users,
> >
> > I have started to run -hf for a 16 atom cell. The
> > simulation was running smoothly while at some time, power failure
> > occurred & the server got stopped. After the recovery, while I started
> > to run -hf again, the following error occurs (as shown in STDOUT)
> > STOP  LAPW0 END
> > STOP  LAPW0 END
> > STOP  LAPW1 END
> > STOP  LAPW1 END
> > STOP  LAPW2 END
> > STOP  LAPW2 END
> > STOP  CORE  END
> > STOP  CORE  END
> > STOP  HFEND
> > At line 151 of file read_cnk_tmp_.F (unit = 11, file =
> > 'Li10C3B3_771.vectorhfdn_old')
> > Fortran runtime error: End of file
> >
> > Error termination. Backtrace:
> > #0  0x1493c9520d11 in ???
> > #1  0x1493c9521859 in ???
> > #2  0x1493c952253f in ???
> > #3  0x1493c9765c4b in ???
> > #4  0x1493c97666ef in ???
> > #5  0x1493c97667d4 in ???
> > #6  0x1493c9768c3a in ???
> > #7  0x1493c9769514 in ???
> > #8  0x55a21007b76f in ???
> > #9  0x55a210073b38 in ???
> > #10  0x55a20ffac04e in ???
> > #11  0x1493c919a082 in __libc_start_main
> > at ../csu/libc-start.c:308
> > #12  0x55a20ffac0dd in ???
> > #13  0x in ???
> >
> >>   stop error
> >
> > Any response in this regard is highly appreciated.
> >
> > with regards,. --
> >
> > Dr. Shamik Chakrabarti
> > Research Fellow
> > Department of Physics
> > Indian Institute of Technology Patna
> > Bihta-801103
> > Patna
> > Bihar, India
> > ___
> > Wien mailing list
> > Wien@zeus.theochem.tuwien.ac.at
> > http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> > SEARCH the MAILING-LIST at:
> > http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
> ___
> Wien mailing list
> Wien@zeus.theochem.tuwien.ac.at
> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> SEARCH the MAILING-LIST at:
> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
>
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error in HF calculation

2024-02-08 Thread fabien . tran
The file vectorhfdn_old is probably corrupted. Delete it and restart the 
calculation.


On 08.02.2024 05:19, shamik chakrabarti wrote:

Dear Wien2k users,

I have started to run -hf for a 16 atom cell. The
simulation was running smoothly while at some time, power failure
occurred & the server got stopped. After the recovery, while I started
to run -hf again, the following error occurs (as shown in STDOUT)
STOP  LAPW0 END
STOP  LAPW0 END
STOP  LAPW1 END
STOP  LAPW1 END
STOP  LAPW2 END
STOP  LAPW2 END
STOP  CORE  END
STOP  CORE  END
STOP  HFEND
At line 151 of file read_cnk_tmp_.F (unit = 11, file =
'Li10C3B3_771.vectorhfdn_old')
Fortran runtime error: End of file

Error termination. Backtrace:
#0  0x1493c9520d11 in ???
#1  0x1493c9521859 in ???
#2  0x1493c952253f in ???
#3  0x1493c9765c4b in ???
#4  0x1493c97666ef in ???
#5  0x1493c97667d4 in ???
#6  0x1493c9768c3a in ???
#7  0x1493c9769514 in ???
#8  0x55a21007b76f in ???
#9  0x55a210073b38 in ???
#10  0x55a20ffac04e in ???
#11  0x1493c919a082 in __libc_start_main
at ../csu/libc-start.c:308
#12  0x55a20ffac0dd in ???
#13  0x in ???


  stop error


Any response in this regard is highly appreciated.

with regards,. --

Dr. Shamik Chakrabarti
Research Fellow
Department of Physics
Indian Institute of Technology Patna
Bihta-801103
Patna
Bihar, India
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


[Wien] Error in HF calculation

2024-02-07 Thread shamik chakrabarti
Dear Wien2k users,

I have started to run -hf for a 16 atom cell. The
simulation was running smoothly while at some time, power failure occurred
& the server got stopped. After the recovery, while I started to run -hf
again, the following error occurs (as shown in STDOUT)
STOP  LAPW0 END
STOP  LAPW0 END
STOP  LAPW1 END
STOP  LAPW1 END
STOP  LAPW2 END
STOP  LAPW2 END
STOP  CORE  END
STOP  CORE  END
STOP  HFEND
At line 151 of file read_cnk_tmp_.F (unit = 11, file =
'Li10C3B3_771.vectorhfdn_old')
Fortran runtime error: End of file

Error termination. Backtrace:
#0  0x1493c9520d11 in ???
#1  0x1493c9521859 in ???
#2  0x1493c952253f in ???
#3  0x1493c9765c4b in ???
#4  0x1493c97666ef in ???
#5  0x1493c97667d4 in ???
#6  0x1493c9768c3a in ???
#7  0x1493c9769514 in ???
#8  0x55a21007b76f in ???
#9  0x55a210073b38 in ???
#10  0x55a20ffac04e in ???
#11  0x1493c919a082 in __libc_start_main
at ../csu/libc-start.c:308
#12  0x55a20ffac0dd in ???
#13  0x in ???
>   stop error

Any response in this regard is highly appreciated.

with regards,.
-- 
Dr. Shamik Chakrabarti
Research Fellow
Department of Physics
Indian Institute of Technology Patna
Bihta-801103
Patna
Bihar, India
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error in bandstructure using x spaghetti

2023-11-14 Thread Peter Blaha

It is obvious that the error occurs while reading the input file *.insp

Most likely you did not put the correct Fermi energy into this file. By 
default there is a   x.  laceholder and this has to be replaced by 
your EF (which you can find in your scf file (grep :FER case.scf).


Regards

Am 15.11.2023 um 08:12 schrieb 夏宇阳:

Hi,
I am facing a error in the bandstructure with the commandline x spaghetti.My compiler is 
gfortran and openblas in Ubuntu.Program input is: ""

At line 37 of file inview.f (unit = 5, file = 'TiC_2.insp')
Fortran runtime error: Bad real number in item 2 of list input

Error termination. Backtrace:
#0  0x14c33ec23960 in ???
#1  0x14c33ec244d9 in ???
#2  0x14c33ec2510f in ???
#3  0x14c33ee701b6 in ???
#4  0x14c33ee715fd in ???
#5  0x14c33ee722aa in ???
#6  0x55d306f3fc93 in ???
#7  0x55d306f43ef2 in ???
#8  0x55d306f3731e in ???
#9  0x14c33e829d8f in __libc_start_call_main
at ../sysdeps/nptl/libc_start_call_main.h:58
#10  0x14c33e829e3f in __libc_start_main_impl
at ../csu/libc-start.c:392
#11  0x55d306f37344 in ???
#12  0x in ???
0.083u 0.015s 0:00.09 100.0%0+0k 0+16io 0pf+0w
error: command   /home/xyy/wien2k/spaghetti spaghetti.def   failed

Could you help me to solve it? Thank you very much!
Best wishes!


___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


--
--
Peter BLAHA, Inst.f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-1-58801-165300
Email: peter.bl...@tuwien.ac.atWIEN2k: http://www.wien2k.at
WWW:   http://www.imc.tuwien.ac.at
-
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


[Wien] Error in bandstructure using x spaghetti

2023-11-14 Thread 夏宇阳
Hi,
I am facing a error in the bandstructure with the commandline x spaghetti.My 
compiler is gfortran and openblas in Ubuntu.Program input is: ""

At line 37 of file inview.f (unit = 5, file = 'TiC_2.insp')
Fortran runtime error: Bad real number in item 2 of list input

Error termination. Backtrace:
#0  0x14c33ec23960 in ???
#1  0x14c33ec244d9 in ???
#2  0x14c33ec2510f in ???
#3  0x14c33ee701b6 in ???
#4  0x14c33ee715fd in ???
#5  0x14c33ee722aa in ???
#6  0x55d306f3fc93 in ???
#7  0x55d306f43ef2 in ???
#8  0x55d306f3731e in ???
#9  0x14c33e829d8f in __libc_start_call_main
at ../sysdeps/nptl/libc_start_call_main.h:58
#10  0x14c33e829e3f in __libc_start_main_impl
at ../csu/libc-start.c:392
#11  0x55d306f37344 in ???
#12  0x in ???
0.083u 0.015s 0:00.09 100.0%0+0k 0+16io 0pf+0w
error: command   /home/xyy/wien2k/spaghetti spaghetti.def   failed

Could you help me to solve it? Thank you very much!
Best wishes!


___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error in parallel calculation

2023-10-23 Thread Victor Zenou
Hi Peter,
thanks
Do you mean:

1:localhost

1:localhost

1:localhost

1:localhost

omp_global:4

omp_lapw1:2

granularity:1

extrafine:1


Victor


‫בתאריך יום ב׳, 23 באוק׳ 2023 ב-12:45 מאת ‪Peter Blaha‬‏ <‪
peter.bl...@tuwien.ac.at‬‏>:‬

> Most likely, you run out of memory.
>
> You have just 32 GM Ram.
>
> I suggest to use only 4 k-parallel jobs and omp_lapw1:2. This will anyway
> run as fast as 8*1 jobs.
>
> While  lapw1 is running, use "top"  to see its memory/cpu consumption.
>
>
> Am 23.10.2023 um 11:37 schrieb Victor Zenou:
>
> Dear Wien2k users!
>
> I’m investigating a 54 tungsten atoms supercell (3x3x3), with 1 helium
> atom (primitive cell) at different interstitial sites. I tried a parallel
> job with 8 cores, which worked for me in the past for another case in the
> same system.
>
> In *.machines file I used the following:
>
> 1:localhost
>
> 1:localhost
>
> 1:localhost
>
> 1:localhost
>
> 1:localhost
>
> 1:localhost
>
> 1:localhost
>
> 1:localhost
>
> granularity:1
>
> extrafine:1
>
> omp_global:8
>
> omp_lapw1:1
>
> omp_lapw2:1
>
> I got error at the first cycle. The lapw1.error file showed:
>
> ** Error in Parallel LAPW1
>
> ** LAPW1 STOPPED at Mon 18 Sep 23:22:37 IDT 2023
>
> ** check ERROR FILES!
>
> Error in LAPW1
>
> Error in LAPW1
>
> Error in LAPW1
>
> Error in LAPW1
>
> Out of 8 cores (lapw1_1 to lapw1_8), 4 showed error:
>
> lapw1_1.error
>
> lapw1_3.error
>
> lapw1_4.error
>
> lapw1_6.error
>
> All showed: Error in LAPW1
>
> I’m using WIEN2k_23.2 on a computer built with i7-10700 processor @
> 2.90GHz (8 cores; 16 Threads), 32 GB memory and 500 GB SSD.
>
> Best regards, Victor
>
> ___
> Wien mailing 
> listw...@zeus.theochem.tuwien.ac.athttp://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> SEARCH the MAILING-LIST at:  
> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
>
> --
> ---
> Peter Blaha,  Inst. f. Materials Chemistry, TU Vienna, A-1060 Vienna
> Phone: +43-158801165300
> Email: peter.bl...@tuwien.ac.at
> WWW:   http://www.imc.tuwien.ac.at  WIEN2k: http://www.wien2k.at
> -
>
> ___
> Wien mailing list
> Wien@zeus.theochem.tuwien.ac.at
> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> SEARCH the MAILING-LIST at:
> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
>
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error in parallel calculation

2023-10-23 Thread Peter Blaha

Most likely, you run out of memory.

You have just 32 GM Ram.

I suggest to use only 4 k-parallel jobs and omp_lapw1:2. This will 
anyway run as fast as 8*1 jobs.


While  lapw1 is running, use "top"  to see its memory/cpu consumption.


Am 23.10.2023 um 11:37 schrieb Victor Zenou:


Dear Wien2k users!

I’m investigating a 54 tungsten atoms supercell (3x3x3), with 1 helium 
atom (primitive cell) at different interstitial sites. Itried a 
parallel job with 8 cores, which worked for me in the past for another 
case in the same system.


In *.machines file I used the following:

1:localhost

1:localhost

1:localhost

1:localhost

1:localhost

1:localhost

1:localhost

1:localhost

granularity:1

extrafine:1

omp_global:8

omp_lapw1:1

omp_lapw2:1

I got error at the first cycle. The lapw1.error file showed:

** Error in Parallel LAPW1

** LAPW1 STOPPED at Mon 18 Sep 23:22:37 IDT 2023

** check ERROR FILES!

Error in LAPW1

Error in LAPW1

Error in LAPW1

Error in LAPW1

Out of 8 cores (lapw1_1 to lapw1_8), 4 showed error:

lapw1_1.error

lapw1_3.error

lapw1_4.error

lapw1_6.error

All showed: Error in LAPW1

I’m using WIEN2k_23.2 on a computer built with i7-10700 processor @ 
2.90GHz (8 cores; 16 Threads), 32 GB memory and 500 GB SSD.


Best regards, Victor


___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST 
at:http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


--
---
Peter Blaha,  Inst. f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-158801165300
Email:peter.bl...@tuwien.ac.at   
WWW:http://www.imc.tuwien.ac.at   WIEN2k:http://www.wien2k.at

-
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


[Wien] Error in parallel calculation

2023-10-23 Thread Victor Zenou
Dear Wien2k users!

I’m investigating a 54 tungsten atoms supercell (3x3x3), with 1 helium atom
(primitive cell) at different interstitial sites. I tried a parallel job
with 8 cores, which worked for me in the past for another case in the same
system.

In *.machines file I used the following:

1:localhost

1:localhost

1:localhost

1:localhost

1:localhost

1:localhost

1:localhost

1:localhost

granularity:1

extrafine:1

omp_global:8

omp_lapw1:1

omp_lapw2:1

I got error at the first cycle. The lapw1.error file showed:

** Error in Parallel LAPW1

** LAPW1 STOPPED at Mon 18 Sep 23:22:37 IDT 2023

** check ERROR FILES!

Error in LAPW1

Error in LAPW1

Error in LAPW1

Error in LAPW1

Out of 8 cores (lapw1_1 to lapw1_8), 4 showed error:

lapw1_1.error

lapw1_3.error

lapw1_4.error

lapw1_6.error

All showed: Error in LAPW1

I’m using WIEN2k_23.2 on a computer built with i7-10700 processor @ 2.90GHz
(8 cores; 16 Threads), 32 GB memory and 500 GB SSD.

Best regards, Victor
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in Fermi

2023-10-03 Thread shamik chakrabarti
The problem is resolved by increasing the number of k-points from 1 to 4

with regards,

On Tue, 3 Oct 2023 at 14:45, Lyudmila Dobysheva via Wien <
wien@zeus.theochem.tuwien.ac.at> wrote:

> 02.10.2023 09:49, shamik chakrabarti wrote:
> > at the   4th iteration it shows an
> > error as below;
> > "  'FERMI' -  INTEGRATION FAILED.STOP IN DOS
> >   'FERMI' -  RESULT OF INTEGRATION:  447.0; SHOULD BE:  448.0
>
> Program couldn't find one electron that maybe has too high energy.
> Maybe you have some unusual system, or some error, wrong lattice
> parameter, ghostbands? Or you calculate excited state and has removed
> one electron from case.in2, case.inm?
> Without details it hard to say.
>
> Best regards
> Lyudmila Dobysheva
> --
> http://ftiudm.ru/content/view/25/103/lang,english/
> Institute of Physics and Technology,
> Udmurt Federal Research Center, Ural Br. of Rus.Ac.Sci.
> 426000 Izhevsk Kirov str. 132
> Russia
> ---
> Tel. +7 (34I2)43-24-59 (office), +7 (9I2)OI9-795O (home)
> Skype: lyuka18 (office), lyuka17 (home)
> E-mail: lyuk...@mail.ru (office), lyuk...@gmail.com (home)
>
> ___
> Wien mailing list
> Wien@zeus.theochem.tuwien.ac.at
> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> SEARCH the MAILING-LIST at:
> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
>


-- 
Dr. Shamik Chakrabarti
Research Fellow
Department of Physics
Indian Institute of Technology Patna
Bihta-801103
Patna
Bihar, India
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in Fermi

2023-10-03 Thread Lyudmila Dobysheva via Wien

02.10.2023 09:49, shamik chakrabarti wrote:
at the   4th iteration it shows an 
error as below;

"  'FERMI' -  INTEGRATION FAILED.STOP IN DOS
  'FERMI' -  RESULT OF INTEGRATION:  447.0; SHOULD BE:  448.0


Program couldn't find one electron that maybe has too high energy.
Maybe you have some unusual system, or some error, wrong lattice 
parameter, ghostbands? Or you calculate excited state and has removed 
one electron from case.in2, case.inm?

Without details it hard to say.

Best regards
Lyudmila Dobysheva
--
http://ftiudm.ru/content/view/25/103/lang,english/
Institute of Physics and Technology,
Udmurt Federal Research Center, Ural Br. of Rus.Ac.Sci.
426000 Izhevsk Kirov str. 132
Russia
---
Tel. +7 (34I2)43-24-59 (office), +7 (9I2)OI9-795O (home)
Skype: lyuka18 (office), lyuka17 (home)
E-mail: lyuk...@mail.ru (office), lyuk...@gmail.com (home)

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


[Wien] error in Fermi

2023-10-01 Thread shamik chakrabarti
Dear Wien2k users,

 I am running SCF for a 64 atomic cell spinel with spin
polarization and GGA. However at the   4th iteration it shows an error as
below;
"  'FERMI' -  INTEGRATION FAILED.STOP IN DOS
 'FERMI' -  RESULT OF INTEGRATION:  447.0; SHOULD BE:  448.0

The simulation has been  stopped at the 4th cycle showing the above error,

Looking forward to your suggestions.

with regards,
-- 
Dr. Shamik Chakrabarti
Research Fellow
Department of Physics
Indian Institute of Technology Patna
Bihta-801103
Patna
Bihar, India
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] [ERROR: NEC01 charge leakage too large]

2023-09-19 Thread Laurence Marks
At a minimum we need to know the RMTs, maybre more. I suspect that you
input the unit cell in Bohr whereas you should have used Angstroms. I
expect your RMTs are very small (<1 au) so everything will be wrong

___
Professor Laurence Marks (Laurie)
Walter P Murphy Professor Emeritus
Department of Materials Science and Engineering, Northwestern University
www.numis.northwestern.edu
"Research is to see what everybody else has seen, and to think what nobody
else has thought" Albert Szent-Györgyi

On Tue, Sep 19, 2023, 21:05 Changhoon Lee via Wien1.  <
wien@zeus.theochem.tuwien.ac.at> wrote:

> Hi, this is Changhoon Lee
>
> I am a beginner of Wien2K.
> I searched for this problem on the mailing list, but it did not help me.
>
> I made the TiC file like a tutorial.
> but 'run SCF' section shows an error.
>
>
> >   stop error
>
> ERROR: NEC01 charge leakage too large
>  CORE  END
>  LAPW2 END
>  LAPW1 END
>  LAPW0 END
>
> The structure of TiC file is same as in the tutorial.
>
> a=b=c= 4.328 and Ti, Z= 22. C, Z=6, pos x = y = z = 0.5
> I set RMT 3. at [set automatically RMT and continue editing]
>
> and Initialize section , I typed just 500 on K-points.
> And I clicked "Check Batch values" and I made it
>
> And then, [run scf] section, it didn't work.
>
> Can you answer this question?
> Or, do you need any more information?
>
> Best
> Changhoon Lee
>
>
> ___
> Wien mailing list
> Wien@zeus.theochem.tuwien.ac.at
> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> SEARCH the MAILING-LIST at:
> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
>
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


[Wien] [ERROR: NEC01 charge leakage too large]

2023-09-19 Thread Changhoon Lee via Wien
Hi, this is Changhoon Lee

I am a beginner of Wien2K.
I searched for this problem on the mailing list, but it did not help me.

I made the TiC file like a tutorial.
but 'run SCF' section shows an error.


>   stop error

ERROR: NEC01 charge leakage too large
 CORE  END
 LAPW2 END
 LAPW1 END
 LAPW0 END

The structure of TiC file is same as in the tutorial.

a=b=c= 4.328 and Ti, Z= 22. C, Z=6, pos x = y = z = 0.5
I set RMT 3. at [set automatically RMT and continue editing]

and Initialize section , I typed just 500 on K-points.
And I clicked "Check Batch values" and I made it

And then, [run scf] section, it didn't work.

Can you answer this question?
Or, do you need any more information?

Best
Changhoon Lee
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error while running SCF

2023-08-25 Thread Peter Blaha
Your installation is not ok. The message told you, that the program 
lapw0 was not found. It should be created during installation.
During compilation with siteconfig, you should have gotten a list of 
errors. You cannot ignore them 


Most likely it has to do with the fftw  library (lapw0, lapw2).

Am 25.08.2023 um 10:31 schrieb Abhishek Bhattacharjee:

Dear WIEN2k experts,
I am new to WIEN2k code, I am trying to run simple SCF of TiC from 
example from tutorials. I have installed WIEN2K and I was able to create 
and visualize the structure of TiC. However when I try to Do SCF 
Following error message shows up:

--
/home/edft/softwares/WEIN2k_install/lapw0: Command not found.
grep: *scf1*: No such file or directory
grep: lapw2*.error: No such file or directory
grep: lapw2*.error: No such file or directory
grep: lapw2*.error: No such file or directory
grep: lapw2*.error: No such file or directory
grep: lapw2*.error: No such file or directory
grep: lapw2*.error: No such file or directory
grep: lapw1*.error: No such file or directory
grep: lapw1*.error: No such file or directory
 >   stop error
--
I tried re-installing WIEN2k with both ifort and gcc compilers. In both 
cases this error message persists.

Kindly help me with your suggestion.

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


--
--
Peter BLAHA, Inst.f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-1-58801-165300
Email: peter.bl...@tuwien.ac.atWIEN2k: http://www.wien2k.at
WWW:   http://www.imc.tuwien.ac.at
-
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


[Wien] Error while running SCF

2023-08-25 Thread Abhishek Bhattacharjee
Dear WIEN2k experts,
I am new to WIEN2k code, I am trying to run simple SCF of TiC from example
from tutorials. I have installed WIEN2K and I was able to create and
visualize the structure of TiC. However when I try to Do SCF Following
error message shows up:
--
/home/edft/softwares/WEIN2k_install/lapw0: Command not found.
grep: *scf1*: No such file or directory
grep: lapw2*.error: No such file or directory
grep: lapw2*.error: No such file or directory
grep: lapw2*.error: No such file or directory
grep: lapw2*.error: No such file or directory
grep: lapw2*.error: No such file or directory
grep: lapw2*.error: No such file or directory
grep: lapw1*.error: No such file or directory
grep: lapw1*.error: No such file or directory
>   stop error
--
I tried re-installing WIEN2k with both ifort and gcc compilers. In both
cases this error message persists.
Kindly help me with your suggestion.
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in doing bandstructure cal

2023-08-08 Thread Neetu Malik
Ok Sir, thankyou. Will try doing again.

On Tue, 8 Aug, 2023, 11:01 pm Peter Blaha,  wrote:

> Probably you only did:
>
> x lapw1 -up -band
>
> but not the  -dn command.
>
> lapw2 needs both spins on the same k-mesh.
> Am 08.08.2023 um 18:35 schrieb Neetu Malik:
>
> Hello everyone, trying to produce bandstructure but getting following
> error, please guide:
> Commandline: *x lapw2 -band -qtl -up *
> Program input is: *""*
>
> At line 72 of file fermi_tmp_.F (unit = 29, file = 'Sr2FeRuO6.energydn')
> Fortran runtime error: Sequential READ or WRITE not allowed after EOF marker, 
> possibly use REWIND or BACKSPACE
>
> Error termination. Backtrace:
> #0  0x153ad1823ad0 in ???
> #1  0x153ad1824649 in ???
> #2  0x153ad182527f in ???
> #3  0x153ad1a7bc4d in ???
> #4  0x561e799d5c44 in ???
> #5  0x561e79a01035 in ???
> #6  0x561e799a80fe in ???
> #7  0x153ad1229d8f in __libc_start_call_main
>   at ../sysdeps/nptl/libc_start_call_main.h:58
> #8  0x153ad1229e3f in __libc_start_main_impl
>   at ../csu/libc-start.c:392
> #9  0x561e799a8184 in ???
> #10  0x in ???
> 0.423u 0.530s 0:00.28 339.2%  0+0k 0+184io 0pf+0w
> error: command   /home/neetu/Desktop/wien/lapw2 uplapw2.def   failed
>
>
>
> ___
> Wien mailing 
> listw...@zeus.theochem.tuwien.ac.athttp://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> SEARCH the MAILING-LIST at:  
> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
>
> --
> ---
> Peter Blaha,  Inst. f. Materials Chemistry, TU Vienna, A-1060 Vienna
> Phone: +43-158801165300
> Email: peter.bl...@tuwien.ac.at
> WWW:   http://www.imc.tuwien.ac.at  WIEN2k: http://www.wien2k.at
> -
>
> ___
> Wien mailing list
> Wien@zeus.theochem.tuwien.ac.at
> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> SEARCH the MAILING-LIST at:
> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
>
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in doing bandstructure cal

2023-08-08 Thread Peter Blaha

Probably you only did:

x lapw1 -up -band

but not the  -dn command.

lapw2 needs both spins on the same k-mesh.

Am 08.08.2023 um 18:35 schrieb Neetu Malik:
Hello everyone, trying to produce bandstructure but getting following 
error, please guide:

Commandline: *x lapw2 -band -qtl -up *
Program input is: *""*

At line 72 of file fermi_tmp_.F (unit = 29, file = 'Sr2FeRuO6.energydn')
Fortran runtime error: Sequential READ or WRITE not allowed after EOF marker, 
possibly use REWIND or BACKSPACE

Error termination. Backtrace:
#0  0x153ad1823ad0 in ???
#1  0x153ad1824649 in ???
#2  0x153ad182527f in ???
#3  0x153ad1a7bc4d in ???
#4  0x561e799d5c44 in ???
#5  0x561e79a01035 in ???
#6  0x561e799a80fe in ???
#7  0x153ad1229d8f in __libc_start_call_main
at ../sysdeps/nptl/libc_start_call_main.h:58
#8  0x153ad1229e3f in __libc_start_main_impl
at ../csu/libc-start.c:392
#9  0x561e799a8184 in ???
#10  0x in ???
0.423u 0.530s 0:00.28 339.2%0+0k 0+184io 0pf+0w
error: command   /home/neetu/Desktop/wien/lapw2 uplapw2.def   failed


___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST 
at:http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


--
---
Peter Blaha,  Inst. f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-158801165300
Email:peter.bl...@tuwien.ac.at   
WWW:http://www.imc.tuwien.ac.at   WIEN2k:http://www.wien2k.at

-
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


[Wien] error in doing bandstructure cal

2023-08-08 Thread Neetu Malik
Hello everyone, trying to produce bandstructure but getting following
error, please guide:
Commandline: *x lapw2 -band -qtl -up *
Program input is: *""*

At line 72 of file fermi_tmp_.F (unit = 29, file = 'Sr2FeRuO6.energydn')
Fortran runtime error: Sequential READ or WRITE not allowed after EOF
marker, possibly use REWIND or BACKSPACE

Error termination. Backtrace:
#0  0x153ad1823ad0 in ???
#1  0x153ad1824649 in ???
#2  0x153ad182527f in ???
#3  0x153ad1a7bc4d in ???
#4  0x561e799d5c44 in ???
#5  0x561e79a01035 in ???
#6  0x561e799a80fe in ???
#7  0x153ad1229d8f in __libc_start_call_main
at ../sysdeps/nptl/libc_start_call_main.h:58
#8  0x153ad1229e3f in __libc_start_main_impl
at ../csu/libc-start.c:392
#9  0x561e799a8184 in ???
#10  0x in ???
0.423u 0.530s 0:00.28 339.2%0+0k 0+184io 0pf+0w
error: command   /home/neetu/Desktop/wien/lapw2 uplapw2.def   failed
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in nlvdw

2023-06-27 Thread shamik chakrabarti
Dear Dr. Tran,

  The problem is solved. Its running fine now.

withy regards,

On Tue, 27 Jun 2023 at 13:45,  wrote:

> You have to delete case.inm_vresp and case.vresp*. These files are not
> used for the functional that you have chosen and may perturb lapw0.
>
> On 27.06.2023 07:08, shamik chakrabarti wrote:
> > Dear Prof. Blaha,
> >
> > I have used XC as XC_GGA_X_B86_R EC_LDA VC_LDA in case.in0. When I am
> > running from w2web by keeping the switch nlvdw on, its running while
> > when I tried to run from terminal by using the command "runsp_lapw
> > -nlvdw -fc 1.0 -ec 0.0001 -cc 0.0001 -min" its showing the above
> > mentioned  error. Please suggest me the needful. .
> >
> > with regards,
> >
> > On Mon, 26 Jun 2023 at 22:29, shamik chakrabarti
> >  wrote:
> >
> >> XC = XC_GGA_X_B86_R EC_LDA VC_LDA
> >>
> >> On Mon, 26 Jun 2023 at 22:00, Peter Blaha 
> >> wrote:
> >>
> >> Why do you have case.vrespup/dn/sum  ??
> >>
> >> Do you have a case.inm_vresp file ? This is not recommended anymore.
> >>
> >>
> >> What is your XC in case.in0 ?
> >>
> >> Am 26.06.2023 um 18:04 schrieb shamik chakrabarti:
> >>
> >> Dear Wien2k users,
> >>
> >> I have tried to optimize structural
> >> coordinates of a layered structure by using the command in the
> >> terminal runsp_lapw -nlvdw -fc 1.0 -ec 0.0001 -cc 0.0001 -min.
> >> However an error appear in the first cycle;
> >>
> >> changing nlvdw.in2
> >> changing nlvdw.in2_ls
> >> changing nlvdw.in2_st
> >> changing nlvdw.in2_sy
> >> STOP  NLVDW END
> >> At line 809 of file lapw0.F (unit = 29, file = 'nlvdw.vrespup')
> >> Fortran runtime error: End of file
> >>
> >> Error termination. Backtrace:
> >> #0  0x14d488623ad0 in ???
> >> #1  0x14d488624649 in ???
> >> #2  0x14d48862527f in ???
> >> #3  0x14d4888784ab in ???
> >> #4  0x14d4888796f4 in ???
> >> #5  0x14d488879bac in ???
> >> #6  0x14d48887bc27 in ???
> >> #7  0x55604a62a19b in ???
> >> #8  0x55604a5c806e in ???
> >> #9  0x14d488229d8f in __libc_start_call_main
> >> at ../sysdeps/nptl/libc_start_call_main.h:58
> >> #10  0x14d488229e3f in __libc_start_main_impl
> >> at ../csu/libc-start.c:392
> >> #11  0x55604a5c80f4 in ???
> >> #12  0x in ???
> >> grep: No match.
> >> grep: No match.
> >> grep: No match.
> >> grep: No match.
> >> grep: No match.
> >> grep: No match.
> >> grep: No match.
> >> grep: No match.
> >> grep: No match.
> >> grep: No match.
> >> grep: No match.
> >>
> >>> stop error
> >>
> >> Looking for your suggestions.
> >>
> >> with regards,
> >> --
> >>
> >> Dr. Shamik Chakrabarti
> >> Research Fellow
> >> Department of Physics
> >> Indian Institute of Technology Patna
> >> Bihta-801103
> >> Patna
> >> Bihar, India
> >>
> >> ___
> >> Wien mailing list
> >> Wien@zeus.theochem.tuwien.ac.at
> >> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> >> SEARCH the MAILING-LIST at:
> >>
> > http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
> >>
> >> --
> >>
> > ---
> >> Peter Blaha,  Inst. f. Materials Chemistry, TU Vienna, A-1060 Vienna
> >> Phone: +43-158801165300
> >> Email: peter.bl...@tuwien.ac.at
> >> WWW:   http://www.imc.tuwien.ac.at  WIEN2k: http://www.wien2k.at
> >>
> > -
> >> ___
> >> Wien mailing list
> >> Wien@zeus.theochem.tuwien.ac.at
> >> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> >> SEARCH the MAILING-LIST at:
> >>
> > http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
> >
> > --
> >
> > Dr. Shamik Chakrabarti
> > Research Fellow
> > Department of Physics
> > Indian Institute of Technology Patna
> > Bihta-801103
> > Patna
> > Bihar, India
> >
> > --
> >
> > Dr. Shamik Chakrabarti
> > Research Fellow
> > Department of Physics
> > Indian Institute of Technology Patna
> > Bihta-801103
> > Patna
> > Bihar, India
> > ___
> > Wien mailing list
> > Wien@zeus.theochem.tuwien.ac.at
> > http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> > SEARCH the MAILING-LIST at:
> > http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
> ___
> Wien mailing list
> Wien@zeus.theochem.tuwien.ac.at
> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> SEARCH the MAILING-LIST at:
> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
>


-- 
Dr. Shamik Chakrabarti
Research Fellow
Department of Physics
Indian Institute of Technology Patna
Bihta-801103
Patna
Bihar, India
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in nlvdw

2023-06-27 Thread fabien . tran
You have to delete case.inm_vresp and case.vresp*. These files are not 
used for the functional that you have chosen and may perturb lapw0.


On 27.06.2023 07:08, shamik chakrabarti wrote:

Dear Prof. Blaha,

I have used XC as XC_GGA_X_B86_R EC_LDA VC_LDA in case.in0. When I am
running from w2web by keeping the switch nlvdw on, its running while
when I tried to run from terminal by using the command "runsp_lapw
-nlvdw -fc 1.0 -ec 0.0001 -cc 0.0001 -min" its showing the above
mentioned  error. Please suggest me the needful. .

with regards,

On Mon, 26 Jun 2023 at 22:29, shamik chakrabarti
 wrote:


XC = XC_GGA_X_B86_R EC_LDA VC_LDA

On Mon, 26 Jun 2023 at 22:00, Peter Blaha 
wrote:

Why do you have case.vrespup/dn/sum  ??

Do you have a case.inm_vresp file ? This is not recommended anymore.


What is your XC in case.in0 ?

Am 26.06.2023 um 18:04 schrieb shamik chakrabarti:

Dear Wien2k users,

I have tried to optimize structural
coordinates of a layered structure by using the command in the
terminal runsp_lapw -nlvdw -fc 1.0 -ec 0.0001 -cc 0.0001 -min.
However an error appear in the first cycle;

changing nlvdw.in2
changing nlvdw.in2_ls
changing nlvdw.in2_st
changing nlvdw.in2_sy
STOP  NLVDW END
At line 809 of file lapw0.F (unit = 29, file = 'nlvdw.vrespup')
Fortran runtime error: End of file

Error termination. Backtrace:
#0  0x14d488623ad0 in ???
#1  0x14d488624649 in ???
#2  0x14d48862527f in ???
#3  0x14d4888784ab in ???
#4  0x14d4888796f4 in ???
#5  0x14d488879bac in ???
#6  0x14d48887bc27 in ???
#7  0x55604a62a19b in ???
#8  0x55604a5c806e in ???
#9  0x14d488229d8f in __libc_start_call_main
at ../sysdeps/nptl/libc_start_call_main.h:58
#10  0x14d488229e3f in __libc_start_main_impl
at ../csu/libc-start.c:392
#11  0x55604a5c80f4 in ???
#12  0x in ???
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.


stop error


Looking for your suggestions.

with regards,
--

Dr. Shamik Chakrabarti
Research Fellow
Department of Physics
Indian Institute of Technology Patna
Bihta-801103
Patna
Bihar, India

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:


http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


--


---

Peter Blaha,  Inst. f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-158801165300
Email: peter.bl...@tuwien.ac.at
WWW:   http://www.imc.tuwien.ac.at  WIEN2k: http://www.wien2k.at


-

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:


http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html

--

Dr. Shamik Chakrabarti
Research Fellow
Department of Physics
Indian Institute of Technology Patna
Bihta-801103
Patna
Bihar, India

--

Dr. Shamik Chakrabarti
Research Fellow
Department of Physics
Indian Institute of Technology Patna
Bihta-801103
Patna
Bihar, India
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in nlvdw

2023-06-26 Thread Peter Blaha
When clicking in w2web it tells you the command it actually executes at 
the top of the screen.


Is it the same as what you type ?  So this can't make the difference.

You only answered the last sentence of my previous emai (but this twice 
??)l. Please read the complete email.



Am 27.06.2023 um 07:08 schrieb shamik chakrabarti:

Dear Prof. Blaha,

I have used XC as XC_GGA_X_B86_R EC_LDA VC_LDA in case.in0. When I am 
running from w2web by keeping the switch nlvdw on, its running while 
when I tried to run from terminal by using the command "runsp_lapw 
-nlvdw -fc 1.0 -ec 0.0001 -cc 0.0001 -min" its showing the above 
mentioned  error. Please suggest me the needful. .


with regards,


On Mon, 26 Jun 2023 at 22:29, shamik chakrabarti 
 wrote:


XC = XC_GGA_X_B86_R EC_LDA VC_LDA

On Mon, 26 Jun 2023 at 22:00, Peter Blaha
 wrote:

Why do you have case.vrespup/dn/sum  ??

Do you have a case.inm_vresp file ? This is not recommended
anymore.

What is your XC in case.in0 ?


Am 26.06.2023 um 18:04 schrieb shamik chakrabarti:

Dear Wien2k users,

   I have tried to optimize structural
coordinates of a layered structure by using the command in
the terminal runsp_lapw -nlvdw -fc 1.0 -ec 0.0001 -cc 0.0001
-min. However an error appear in the first cycle;

changing nlvdw.in2
changing nlvdw.in2_ls
changing nlvdw.in2_st
changing nlvdw.in2_sy
STOP  NLVDW END
At line 809 of file lapw0.F (unit = 29, file = 'nlvdw.vrespup')
Fortran runtime error: End of file

Error termination. Backtrace:
#0  0x14d488623ad0 in ???
#1  0x14d488624649 in ???
#2  0x14d48862527f in ???
#3  0x14d4888784ab in ???
#4  0x14d4888796f4 in ???
#5  0x14d488879bac in ???
#6  0x14d48887bc27 in ???
#7  0x55604a62a19b in ???
#8  0x55604a5c806e in ???
#9  0x14d488229d8f in __libc_start_call_main
at ../sysdeps/nptl/libc_start_call_main.h:58
#10  0x14d488229e3f in __libc_start_main_impl
at ../csu/libc-start.c:392
#11  0x55604a5c80f4 in ???
#12  0x in ???
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.

>   stop error

Looking for your suggestions.

with regards,
-- 
Dr. Shamik Chakrabarti

Research Fellow
Department of Physics
Indian Institute of Technology Patna
Bihta-801103
Patna
Bihar, India

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST 
at:http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


-- 
---

Peter Blaha,  Inst. f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-158801165300
Email:peter.bl...@tuwien.ac.at   
WWW:http://www.imc.tuwien.ac.at   WIEN2k:http://www.wien2k.at


-

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html



-- 
Dr. Shamik Chakrabarti

Research Fellow
Department of Physics
Indian Institute of Technology Patna
Bihta-801103
Patna
Bihar, India



--
Dr. Shamik Chakrabarti
Research Fellow
Department of Physics
Indian Institute of Technology Patna
Bihta-801103
Patna
Bihar, India

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST 
at:http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


--
---
Peter Blaha,  Inst. f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-158801165300
Email:peter.bl...@tuwien.ac.at   
WWW:http://www.imc.tuwien.ac.at   WIEN2k:http://www.wien2k.at

-
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in nlvdw

2023-06-26 Thread shamik chakrabarti
Dear Prof. Blaha,

I have used XC as XC_GGA_X_B86_R EC_LDA VC_LDA in case.in0. When I am
running from w2web by keeping the switch nlvdw on, its running while when I
tried to run from terminal by using the command "runsp_lapw -nlvdw -fc 1.0
-ec 0.0001 -cc 0.0001 -min" its showing the above mentioned  error. Please
suggest me the needful. .

with regards,


On Mon, 26 Jun 2023 at 22:29, shamik chakrabarti 
wrote:

> XC = XC_GGA_X_B86_R EC_LDA VC_LDA
>
> On Mon, 26 Jun 2023 at 22:00, Peter Blaha 
> wrote:
>
>> Why do you have case.vrespup/dn/sum  ??
>>
>> Do you have a case.inm_vresp file ? This is not recommended anymore.
>>
>> What is your XC in case.in0 ?
>>
>>
>> Am 26.06.2023 um 18:04 schrieb shamik chakrabarti:
>>
>> Dear Wien2k users,
>>
>>I have tried to optimize structural coordinates of
>> a layered structure by using the command in the terminal runsp_lapw -nlvdw
>> -fc 1.0 -ec 0.0001 -cc 0.0001 -min. However an error appear in the first
>> cycle;
>>
>> changing nlvdw.in2
>> changing nlvdw.in2_ls
>> changing nlvdw.in2_st
>> changing nlvdw.in2_sy
>> STOP  NLVDW END
>> At line 809 of file lapw0.F (unit = 29, file = 'nlvdw.vrespup')
>> Fortran runtime error: End of file
>>
>> Error termination. Backtrace:
>> #0  0x14d488623ad0 in ???
>> #1  0x14d488624649 in ???
>> #2  0x14d48862527f in ???
>> #3  0x14d4888784ab in ???
>> #4  0x14d4888796f4 in ???
>> #5  0x14d488879bac in ???
>> #6  0x14d48887bc27 in ???
>> #7  0x55604a62a19b in ???
>> #8  0x55604a5c806e in ???
>> #9  0x14d488229d8f in __libc_start_call_main
>> at ../sysdeps/nptl/libc_start_call_main.h:58
>> #10  0x14d488229e3f in __libc_start_main_impl
>> at ../csu/libc-start.c:392
>> #11  0x55604a5c80f4 in ???
>> #12  0x in ???
>> grep: No match.
>> grep: No match.
>> grep: No match.
>> grep: No match.
>> grep: No match.
>> grep: No match.
>> grep: No match.
>> grep: No match.
>> grep: No match.
>> grep: No match.
>> grep: No match.
>>
>> >   stop error
>>
>> Looking for your suggestions.
>>
>> with regards,
>> --
>> Dr. Shamik Chakrabarti
>> Research Fellow
>> Department of Physics
>> Indian Institute of Technology Patna
>> Bihta-801103
>> Patna
>> Bihar, India
>>
>> ___
>> Wien mailing 
>> listw...@zeus.theochem.tuwien.ac.athttp://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
>> SEARCH the MAILING-LIST at:  
>> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
>>
>> --
>> ---
>> Peter Blaha,  Inst. f. Materials Chemistry, TU Vienna, A-1060 Vienna
>> Phone: +43-158801165300
>> Email: peter.bl...@tuwien.ac.at
>> WWW:   http://www.imc.tuwien.ac.at  WIEN2k: http://www.wien2k.at
>> -
>>
>> ___
>> Wien mailing list
>> Wien@zeus.theochem.tuwien.ac.at
>> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
>> SEARCH the MAILING-LIST at:
>> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
>>
>
>
> --
> Dr. Shamik Chakrabarti
> Research Fellow
> Department of Physics
> Indian Institute of Technology Patna
> Bihta-801103
> Patna
> Bihar, India
>


-- 
Dr. Shamik Chakrabarti
Research Fellow
Department of Physics
Indian Institute of Technology Patna
Bihta-801103
Patna
Bihar, India
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in nlvdw

2023-06-26 Thread shamik chakrabarti
XC = XC_GGA_X_B86_R EC_LDA VC_LDA

On Mon, 26 Jun 2023 at 22:00, Peter Blaha  wrote:

> Why do you have case.vrespup/dn/sum  ??
>
> Do you have a case.inm_vresp file ? This is not recommended anymore.
>
> What is your XC in case.in0 ?
>
>
> Am 26.06.2023 um 18:04 schrieb shamik chakrabarti:
>
> Dear Wien2k users,
>
>I have tried to optimize structural coordinates of
> a layered structure by using the command in the terminal runsp_lapw -nlvdw
> -fc 1.0 -ec 0.0001 -cc 0.0001 -min. However an error appear in the first
> cycle;
>
> changing nlvdw.in2
> changing nlvdw.in2_ls
> changing nlvdw.in2_st
> changing nlvdw.in2_sy
> STOP  NLVDW END
> At line 809 of file lapw0.F (unit = 29, file = 'nlvdw.vrespup')
> Fortran runtime error: End of file
>
> Error termination. Backtrace:
> #0  0x14d488623ad0 in ???
> #1  0x14d488624649 in ???
> #2  0x14d48862527f in ???
> #3  0x14d4888784ab in ???
> #4  0x14d4888796f4 in ???
> #5  0x14d488879bac in ???
> #6  0x14d48887bc27 in ???
> #7  0x55604a62a19b in ???
> #8  0x55604a5c806e in ???
> #9  0x14d488229d8f in __libc_start_call_main
> at ../sysdeps/nptl/libc_start_call_main.h:58
> #10  0x14d488229e3f in __libc_start_main_impl
> at ../csu/libc-start.c:392
> #11  0x55604a5c80f4 in ???
> #12  0x in ???
> grep: No match.
> grep: No match.
> grep: No match.
> grep: No match.
> grep: No match.
> grep: No match.
> grep: No match.
> grep: No match.
> grep: No match.
> grep: No match.
> grep: No match.
>
> >   stop error
>
> Looking for your suggestions.
>
> with regards,
> --
> Dr. Shamik Chakrabarti
> Research Fellow
> Department of Physics
> Indian Institute of Technology Patna
> Bihta-801103
> Patna
> Bihar, India
>
> ___
> Wien mailing 
> listw...@zeus.theochem.tuwien.ac.athttp://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> SEARCH the MAILING-LIST at:  
> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
>
> --
> ---
> Peter Blaha,  Inst. f. Materials Chemistry, TU Vienna, A-1060 Vienna
> Phone: +43-158801165300
> Email: peter.bl...@tuwien.ac.at
> WWW:   http://www.imc.tuwien.ac.at  WIEN2k: http://www.wien2k.at
> -
>
> ___
> Wien mailing list
> Wien@zeus.theochem.tuwien.ac.at
> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> SEARCH the MAILING-LIST at:
> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
>


-- 
Dr. Shamik Chakrabarti
Research Fellow
Department of Physics
Indian Institute of Technology Patna
Bihta-801103
Patna
Bihar, India
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in nlvdw

2023-06-26 Thread Peter Blaha

Why do you have case.vrespup/dn/sum  ??

Do you have a case.inm_vresp file ? This is not recommended anymore.

What is your XC in case.in0 ?


Am 26.06.2023 um 18:04 schrieb shamik chakrabarti:

Dear Wien2k users,

   I have tried to optimize structural coordinates 
of a layered structure by using the command in the terminal runsp_lapw 
-nlvdw -fc 1.0 -ec 0.0001 -cc 0.0001 -min. However an error appear in 
the first cycle;


changing nlvdw.in2
changing nlvdw.in2_ls
changing nlvdw.in2_st
changing nlvdw.in2_sy
STOP  NLVDW END
At line 809 of file lapw0.F (unit = 29, file = 'nlvdw.vrespup')
Fortran runtime error: End of file

Error termination. Backtrace:
#0  0x14d488623ad0 in ???
#1  0x14d488624649 in ???
#2  0x14d48862527f in ???
#3  0x14d4888784ab in ???
#4  0x14d4888796f4 in ???
#5  0x14d488879bac in ???
#6  0x14d48887bc27 in ???
#7  0x55604a62a19b in ???
#8  0x55604a5c806e in ???
#9  0x14d488229d8f in __libc_start_call_main
at ../sysdeps/nptl/libc_start_call_main.h:58
#10  0x14d488229e3f in __libc_start_main_impl
at ../csu/libc-start.c:392
#11  0x55604a5c80f4 in ???
#12  0x in ???
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.

>   stop error

Looking for your suggestions.

with regards,
--
Dr. Shamik Chakrabarti
Research Fellow
Department of Physics
Indian Institute of Technology Patna
Bihta-801103
Patna
Bihar, India

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST 
at:http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


--
---
Peter Blaha,  Inst. f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-158801165300
Email:peter.bl...@tuwien.ac.at   
WWW:http://www.imc.tuwien.ac.at   WIEN2k:http://www.wien2k.at

-
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


[Wien] error in nlvdw

2023-06-26 Thread shamik chakrabarti
Dear Wien2k users,

   I have tried to optimize structural coordinates of a
layered structure by using the command in the terminal runsp_lapw -nlvdw
-fc 1.0 -ec 0.0001 -cc 0.0001 -min. However an error appear in the first
cycle;

changing nlvdw.in2
changing nlvdw.in2_ls
changing nlvdw.in2_st
changing nlvdw.in2_sy
STOP  NLVDW END
At line 809 of file lapw0.F (unit = 29, file = 'nlvdw.vrespup')
Fortran runtime error: End of file

Error termination. Backtrace:
#0  0x14d488623ad0 in ???
#1  0x14d488624649 in ???
#2  0x14d48862527f in ???
#3  0x14d4888784ab in ???
#4  0x14d4888796f4 in ???
#5  0x14d488879bac in ???
#6  0x14d48887bc27 in ???
#7  0x55604a62a19b in ???
#8  0x55604a5c806e in ???
#9  0x14d488229d8f in __libc_start_call_main
at ../sysdeps/nptl/libc_start_call_main.h:58
#10  0x14d488229e3f in __libc_start_main_impl
at ../csu/libc-start.c:392
#11  0x55604a5c80f4 in ???
#12  0x in ???
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.
grep: No match.

>   stop error

Looking for your suggestions.

with regards,
-- 
Dr. Shamik Chakrabarti
Research Fellow
Department of Physics
Indian Institute of Technology Patna
Bihta-801103
Patna
Bihar, India
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error while performing elastic constant calcution

2023-01-09 Thread Peter Blaha

Hi,

This is not a valid struct file for graphene.

Lattice type should beH

atomic positions must be "exact", i.e. 0.3000  should be 0.

After that, change the number of symmetry ops. to   0, so that init_lapw 
will recalculate them.


Furthermore: This is a 2D structure. A 3D package like IRelast does not 
make sense. Use IRElast2D (see www.wien2k.at/reg_user/unsupported )




Am 10.01.2023 um 07:28 schrieb 413119...@nitt.edu:

kindly find the C2.struct file in the attachment

with regards
Narayanan

Quoting Morteza Jamal via Wien :


Are you sure your original struct file ( C2.struct) is correct??

This error (ERROR status in Styp4__0.0  )is related to your original 
struct file.


What happend if you use C2.struct_sgroup file otherwise C2.struct file??

Please send your original struct file for me.

With best,
Morteza
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html




___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


--
--
Peter BLAHA, Inst.f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-1-58801-165300
Email: peter.bl...@tuwien.ac.atWIEN2k: http://www.wien2k.at
WWW:   http://www.imc.tuwien.ac.at
-
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error while performing elastic constant calcution

2023-01-09 Thread 413119008



Quoting Morteza Jamal via Wien :


Are you sure your original struct file ( C2.struct) is correct??

This error (ERROR status in Styp4__0.0  )is related to your original  
struct file.


What happend if you use C2.struct_sgroup file otherwise C2.struct file??

Please send your original struct file for me.

With best,
Morteza
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:   
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html



___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error while performing elastic constant calcution

2023-01-09 Thread 413119008

kindly find the C2.struct file in the attachment

with regards
Narayanan

Quoting Morteza Jamal via Wien :


Are you sure your original struct file ( C2.struct) is correct??

This error (ERROR status in Styp4__0.0  )is related to your original  
struct file.


What happend if you use C2.struct_sgroup file otherwise C2.struct file??

Please send your original struct file for me.

With best,
Morteza
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:   
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html



C2 
P   LATTICE,NONEQUIV.ATOMS:  2 1_P1
MODE OF CALC=RELA unit=bohr
  4.648726  4.648726 26.456166 90.00 90.00120.00   
ATOM  -1: X=0.3000 Y=0.7000 Z=0.5000   
  MULT= 1  ISPLIT= 8   
C 1NPT=  781  R0=0.0001 RMT=1.2900   Z:  6.000 
LOCAL ROT MATRIX:1.000 0.000 0.000 
 0.000 1.000 0.000 
 0.000 0.000 1.000 
ATOM  -2: X=0.7000 Y=0.3000 Z=0.5000   
  MULT= 1  ISPLIT= 8   
C 2NPT=  781  R0=0.0001 RMT=1.2900   Z:  6.000 
LOCAL ROT MATRIX:1.000 0.000 0.000 
 0.000 1.000 0.000 
 0.000 0.000 1.000 
  12  NUMBER OF SYMMETRY OPERATIONS
-1 1 0-0.1000  
-1 0 0-0.  
 0 0-1-0.  
   1   
-1 1 0-0.1000  
-1 0 0-0.  
 0 0 1-0.  
   2   
-1 1 0-0.1000  
 0 1 0 0.  
 0 0-1-0.  
   3   
-1 1 0-0.1000  
 0 1 0 0.  
 0 0 1 0.  
   4   
 0-1 0 0.  
-1 0 0 0.  
 0 0-1 0.  
   5   
 0-1 0 0.  
-1 0 0 0.  
 0 0 1 0.  
   6   
 0-1 0 0.  
 1-1 0 0.1000  
 0 0-1 0.  
   7   
 0-1 0 0.  
 1-1 0 0.1000  
 0 0 1 0.  
   8   
 1 0 0 0.  
 0 1 0 0.  
 0 0-1-0.  
   9   
 1 0 0 0.  
 0 1 0 0. 

Re: [Wien] Error while performing elastic constant calcution

2023-01-09 Thread Morteza Jamal via Wien
Are you sure your original struct file ( C2.struct) is correct??

This error (ERROR status in Styp4__0.0  )is related to your original struct 
file.

What happend if you use C2.struct_sgroup file otherwise C2.struct file??

Please send your original struct file for me.

With best,
Morteza
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


[Wien] Error while performing elastic constant calcution

2023-01-09 Thread 413119008



Dear all,

I was trying to perform elastic constant study using IR_elast package  
in WIEN2k and got this error. Kindly help me with this.


next is symmery

  symmetry  (09:55:53)  SPACE GROUP DOES NOT CONTAIN INVERSION

0.002u 0.000s 0:00.00 0.0%  0+0k 0+40io 0pf+0w
 -- ERROR --
 ERROR: (multiplicity of atom   1 )*(number of pointgroup-operations)
 ERROR: is NOT = (number of spacegroup-operations)
 ERROR: MULT:   1  ISYM:   4  NSYM  12
 ERROR: Check your struct file withx sgroup
 -- ERROR --
 -- ERROR --
 ERROR: (multiplicity of atom   2 )*(number of pointgroup-operations)
 ERROR: is NOT = (number of spacegroup-operations)
 ERROR: MULT:   1  ISYM:   4  NSYM  12
 ERROR: Check your struct file withx sgroup
 -- ERROR --
STOP: YOU MUST FIX your struct file
YOU SHOULD PROBABLY ACCEPT THE STRUCT-FILE FROM SGROUP ( C2.struct_sgroup )
AND/OR APPLY  x patchsymm; cp C2.struct_patchsymm C2.struct
running dstart in single mode
**  dstart crashed!
cat: No match.
0.026u 0.005s 0:00.02 100.0%0+0k 0+56io 0pf+0w
error: command   /home/cmtl/WIEN2k_21.1./dstartpara -c dstart.def   failed
At line 192 of file clmaddsub.f (unit = 14, file = 'new_super.clmsum')
Fortran runtime error: End of file

Error termination. Backtrace:
#0  0x14ea7ecc6ad0 in ???
#1  0x14ea7ecc7649 in ???
#2  0x14ea7ecc827f in ???
#3  0x14ea7ef1b4ab in ???
#4  0x14ea7ef1ba82 in ???
#5  0x14ea7ef1822b in ???
#6  0x14ea7ef1d194 in ???
#7  0x14ea7ef1e135 in ???
#8  0x559a4eb91ca5 in ???
#9  0x559a4eb911de in ???
#10  0x14ea7eaa4d8f in __libc_start_call_main
at ../sysdeps/nptl/libc_start_call_main.h:58
#11  0x14ea7eaa4e3f in __libc_start_main_impl
at ../csu/libc-start.c:392
#12  0x559a4eb91204 in ???
#13  0x in ???
0.097u 0.027s 0:00.13 84.6% 0+0k 8+8io 0pf+0w
error: command   /home/cmtl/WIEN2k_21.1./clmaddsub clmaddsub.def   failed
clmextrapol_lapw has generated a new C2.clmsum


  stop error

-

ERROR status in Styp4__0.0

with regards
Narayanan

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error during compilation

2022-12-01 Thread Gavin Abo
That's not enough information. You would need to look for additional 
information inside the SRC_hf/compile.msg file for troubleshooting the 
error.


It might also help to upgrade to WIEN2k 21.1.

On the updates page [1], it has written the following were it looks like 
WIEN2k 21.1 fixed significant hf bugs that WIEN2k 19.1 had.***

*

*SRC_hf:* Fix for "spin-polarized calc. + SO and no inversion symmetry 
(never really "active"),atoms up to ZZ=118


[1] http://susi.theochem.tuwien.ac.at/reg_user/updates/

Kind Regards,

Gavin
WIEN2k user

On 12/1/2022 3:11 AM, shamik chakrabarti wrote:

Dear Wien2k users,

                        I have tried to install wien2k 19.1 in a 
workstation in which Ubantu is installed. Compilation progresses with 
an error at SRC_hf as follows;


make[1]: *** [Makefile:273: read_uc.o] Error 1
make[1]: Leaving directory '/usr/local/Wien2k/SRC_hf'
make: *** [Makefile:183: complex] Error 2
"compile.msg" 393L, 37610C

Please suggest.

with regards,

--
Dr. Shamik Chakrabarti
Research Fellow
Department of Physics
Indian Institute of Technology Patna
Bihta-801103
Patna
Bihar, India___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


[Wien] Error during compilation

2022-12-01 Thread shamik chakrabarti
Dear Wien2k users,

I have tried to install wien2k 19.1 in a
workstation in which Ubantu is installed. Compilation progresses with an
error at SRC_hf as follows;

make[1]: *** [Makefile:273: read_uc.o] Error 1
make[1]: Leaving directory '/usr/local/Wien2k/SRC_hf'
make: *** [Makefile:183: complex] Error 2
"compile.msg" 393L, 37610C

Please suggest.

with regards,

-- 
Dr. Shamik Chakrabarti
Research Fellow
Department of Physics
Indian Institute of Technology Patna
Bihta-801103
Patna
Bihar, India
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error while running elastic calculations

2022-11-30 Thread Morteza Jamal via Wien
Send your compound along with data ( value of pressure, case.outputeos if there 
is) for me.
m_jama...@yahoo.com
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error while running elastic calculations

2022-11-30 Thread 413119008
Yes sir. I am able to do calculation for 0 pressure and also for other  
compounds with different pressure values using the command  
set_elast_pressure.But for a compound when im run the command i am  
getting the error



Quoting Morteza Jamal via Wien :

Are files in the \SRC_IRelast\script-elastic subdirectory as  
Executable files??

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:   
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html



___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error while running elastic calculations

2022-11-29 Thread Morteza Jamal via Wien
Are files in the \SRC_IRelast\script-elastic subdirectory as Executable files??
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


[Wien] Error while running elastic calculations

2022-11-29 Thread 413119008

Respected sir,

   I was running elastic constant calculations in Wien2k 21.1  
using IRelast package. When i run set_elast_pressure, i am getting the  
following error.I am not getting this error for zero pressure. As i  
include pressure gives the following error.Kindly help me to resolve  
this error.



Error: basis can not satisfy the main conditions.
Error: basis can not satisfy the main conditions.
--->  <---
--->   <---

Error: basis can not satisfy the main conditions.
_set_elast_lapw: Command not found.

with regards

Narayanan P
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error in parabolfit_lapw for 4D optimization of monoclinic structure

2022-11-26 Thread Peter Blaha

The files you send are much too large.

Anyway, case.ene and case.latparam must look like:

   -12035.77743100
   -12035.75697968
   -12035.79115863
  
and
 12.44102  9.30176 15.97764   1.277
 12.44102  9.30176 15.81786   1.277
 12.56668  9.30176 15.97764   1.277
 12.69235  9.30176 15.97764   1.277
...

The attached parabolfit_lapw should do this (the wien2k_21 script 
produces wrong ene and latparam files for 4D case.


In addition, since your monoclinic angle is   gamma, you need to specify 
-g  (otherwise you will always get angle alpha, which is always the same).


PS: I saw that you did not optimize the internal positions in the scf 
files, so these energies are probably not very good since they were done 
with fixed positions. You should optimize positions with   run -min 





--
--
Peter BLAHA, Inst.f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-1-58801-165300
Email: peter.bl...@tuwien.ac.atWIEN2k: http://www.wien2k.at
WWW:   http://www.imc.tuwien.ac.at
-#!/bin/tcsh -f

set file= `pwd`
set file= $file:t   #tail of file-names
unset help
unset type
unset scf
set angle

while ($#argv)
  switch ($1)
  case -h:
set help
shift; breaksw
  case -t:
shift
set type = $1
shift; breaksw
  case -p:
#shift
set terminal = png
shift; breaksw
  case -f:
shift; set file = $1
shift; breaksw
  case -scf:
shift; set scf=`/bin/ls $1`
#shift; set scf="$1"
shift; breaksw
  case -a:
set angle = a
shift; breaksw
  case -b:
set angle = b
shift; breaksw
  case -g:
set angle = g
shift; breaksw
  default:
shift; breaksw
  endsw
end
if ($?help) goto help

if !($?type) then
echo 'enter dimensionality (2-4) of fit:'
set type=$<
endif

if( $type == '2' ) then
  if( ! $?scf ) set scf='*a+c*.scf'
  #  grepline :ene "$scf" 1 -s| cut -c40- >$file.ene  
  #  grepline :lat "$scf" 1 -s| cut -c36->$file.latparam  
  grepline :ene "$scf" 1 -s| cut -d = -f 2|grep -v files >$file.ene
  grepline :lat "$scf" 1 -s| cut -d = -f 2|grep -v files|cut -c10- 
>$file.latparam
else if( $type == '3' ) then
  if( ! $?scf ) set scf='*abc*.scf'
#  grepline :ene "$scf" 1 -s| cut -c40- >$file.ene
#  grepline :lat "$scf" 1 -s| cut -c27->$file.latparam
  grepline :ene "$scf" 1 -s| cut -d = -f 2|grep -v files >$file.ene
  grepline :lat "$scf" 1 -s| cut -d = -f 2|grep -v files >$file.latparam
else if( $type == '4' ) then
  if( ! $?scf ) set scf='*mon*.scf'
  #  grepline :ene "$scf" 1 -s| cut -c40- >$file.ene  
  #  grepline :lat "$scf" 1 -s| cut -c27->$file.latparam  
  grepline :ene "$scf" 1 -s| cut -d = -f 2|grep -v files >$file.ene
  grepline :lat "$scf" 1 -s| cut -d = -f 2|grep -v files >$file.latparam
  if($angle == 'b') then
  grepline :lat "$scf" 1 -s|cut -d = -f 2|grep -v files| cut -c1-30,40- 
>$file.latparam  
  endif
  if($angle == 'g') then
  grepline :lat "$scf" 1 -s| cut -d = -f 2|grep -v files | cut -c1-30,50- 
>$file.latparam  
  endif 
endif

echo The following scf files were used for analysis: 
foreach i ($scf)
  echo $i
end
echo " "

echo "$file.ene and $file.latparam generated"
echo " "

echo $type | x_lapw -f $file eosfit6

exit(0)

help:
cat <___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error in parabolfit_lapw for 4D optimization of monoclinic structure

2022-11-23 Thread Gavin Abo
From the error message, it looks like the program (eosfit6) encounters 
an issue reading in the energy values in your opt_bZn2V2O7_0.7GPa.ene file.


As Lyudmila has already mentioned [1], if you need additional help with 
that, you would need to provide the opt_bZn2V2O7_0.7GPa.ene file.


[1] 
https://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/msg22119.html


Kind Regards,
Gavin
WIEN2k user


On 11/22/2022 12:35 AM, ma.azadparvar wrote:


Dear Gavin,

Thanks for your reply. I am using WIEN2k 21.1.

The command << parabolfit_lapw -t 4 -f case -g >> is correct and 
generates case.ene  and case.latparam.


Unfortunately, I have faced another error:

opt_bZn2V2O7_0.7GPa.ene and opt_bZn2V2O7_0.7GPa.latparam generated

  Enter dimension of fit (number of variable lattice parameters, 1-6):

4  fitcase 15  parameter

forrtl: severe (59): list-directed I/O syntax error, unit 10, file 
/home/path/opt_bZn2V2O7_0.7GPa/opt_bZn2V2O7_0.7GPa.ene


Image PC Routine Line Source

eosfit6 0047B87B Unknown Unknown  Unknown

eosfit6 0044A652 Unknown Unknown  Unknown

eosfit6 0044907C Unknown Unknown  Unknown

eosfit6 00403EED MAIN__ 67  eosfit6.f

eosfit6 00403822 Unknown Unknown  Unknown

libc.so.6 14D41DC01D90 Unknown Unknown  Unknown

libc.so.6 14D41DC01E40 __libc_start_main Unknown  Unknown

eosfit6 00403725 Unknown Unknown  Unknown

0.000u 0.012s 0:00.01 100.0%    0+0k 0+0io 0pf+0w

error: command   /home/path/wien2k/eosfit6 eosfit6.def   failed

I have checked case.ene and case.scf files related to the pointed line 
(67) but I could not find any bad numbers or any errors.


Please let me know how to fix it.

Best regards.

*Maliheh Azadparvar*___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error in parabolfit_lapw for 4D optimization of monoclinic structure

2022-11-22 Thread Lyudmila Dobysheva via Wien

22.11.2022 11:35, ma.azadparvar wrote:
The command << parabolfit_lapw -t 4 -f case -g >> is correct and 
generates case.ene  and case.latparam.

Unfortunately, I have faced another error:
opt_bZn2V2O7_0.7GPa.ene and opt_bZn2V2O7_0.7GPa.latparam generated
   Enter dimension of fit (number of variable lattice parameters, 1-6):
4  fitcase 15  parameter
forrtl: severe (59): list-directed I/O syntax error, unit 10, file 
/home/path/opt_bZn2V2O7_0.7GPa/opt_bZn2V2O7_0.7GPa.ene

...

error: command   /home/path/wien2k/eosfit6 eosfit6.def   failed
I have checked case.ene and case.scf files related to the pointed line 
(67) but I could not find any bad numbers or any errors.


It's better that you send us the whole info at once.
Send exactly the command you put and the output of the program to 
terminal and the files that it created.

Send the files .ene and .latparam
Try the same in directory with a simpler and shorter name, sometimes I 
had errors when the names of files were too long, or with some unusual 
symbols (for example your files have two points in the name...).

I prefer making parabolfit without keys and answering the questions.

Best wishes
Lyudmila Dobysheva
--
http://ftiudm.ru/content/view/25/103/lang,english/
Institute of Physics and Technology,
Udmurt Federal Research Center, Ural Br. of Rus.Ac.Sci.
426000 Izhevsk Kirov str. 132
Russia
---
Tel. +7 (34I2)43-24-59 (office), +7 (9I2)OI9-795O (home)
Skype: lyuka18 (office), lyuka17 (home)
E-mail: lyuk...@mail.ru (office), lyuk...@gmail.com (home)

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error in parabolfit_lapw for 4D optimization of monoclinic structure

2022-11-21 Thread ma.azadparvar
Dear Gavin,

Thanks for your reply. I am using WIEN2k 21.1.

The command << parabolfit_lapw -t 4 -f case -g >> is correct and generates 
case.ene  and case.latparam.

Unfortunately, I have faced another error:

opt_bZn2V2O7_0.7GPa.ene and opt_bZn2V2O7_0.7GPa.latparam generated

  Enter dimension of fit (number of variable lattice parameters, 1-6):

   4  fitcase  15  parameter

forrtl: severe (59): list-directed I/O syntax error, unit 10, file 
/home/path/opt_bZn2V2O7_0.7GPa/opt_bZn2V2O7_0.7GPa.ene

Image  PCRoutineLineSource

eosfit60047B87B  Unknown   Unknown  Unknown

eosfit60044A652  Unknown   Unknown  Unknown

eosfit60044907C  Unknown   Unknown  Unknown

eosfit600403EED  MAIN__ 67  eosfit6.f

eosfit600403822  Unknown   Unknown  Unknown

libc.so.6  14D41DC01D90  Unknown   Unknown  Unknown

libc.so.6  14D41DC01E40  __libc_start_main Unknown  Unknown

eosfit600403725  Unknown   Unknown  Unknown

0.000u 0.012s 0:00.01 100.0%0+0k 0+0io 0pf+0w

error: command   /home/path/wien2k/eosfit6 eosfit6.def   failed

I have checked case.ene and case.scf files related to the pointed line (67) but 
I could not find any bad numbers or any errors.

Please let me know how to fix it.

Best regards.

Maliheh Azadparvar



From: Wien  on behalf of Gavin Abo 

Sent: Tuesday, November 22, 2022 6:32:08 AM
To: wien@zeus.theochem.tuwien.ac.at
Subject: Re: [Wien] Error in parabolfit_lapw for 4D optimization of monoclinic 
structure


CAUTION: This email originated from outside the organization.

What version of WIEN2k are you using?


In the Linux terminal, try entering the command:

parabolfit_lapw -h

If the WIEN2k version you are using has the old buggy script, it should return:

parabolfit_lapw [ -t 2/3/4 ]  [ -f FILEHEAD ] [ -scf '*xxx*.scf' ]

If it is using the new WIEN2k 21.1 script, it should return the new -g option:

parabolfit_lapw [ -t 2/3/4 ]  [ -f FILEHEAD ] [ -scf '*xxx*.scf' ] [-a/b/g]


If I recall correctly, another user got a monoclinic calculation work in WIEN2k 
21.1 using commands similar to:


cd case

parabolfit_lapw -t 4 -f case -g


For your calculation, that would likely  be:


cd opt_bZn2V2O7_0.7GPa

parabolfit_lapw -t 4 -f opt_bZn2V2O7_0.7GPa -g


I don't have monoclinc files to test it, but "-t 2/3/4" in the command of your 
email below instead of "-t 4" could maybe lead to errors.


Kind Regards,

Gavin

WIEN2k user


On 11/21/2022 5:46 PM, ma.azadparvar wrote:

Dear prof. Blaha,


Thank you for your reply. “Case” is not a real name. I wrote  “case” to avoid 
writing a long name.

The folder name is opt_bZn2V2O7_0.7GPa and the automatic name of the SCF files 
is opt_bZn2V2O7_0.7GPa_mon___number of structure_defult.scf. Maybe it's not 
correct?!

Anyway, I repeat “parabolfit_lapw “ without (-f FILEHEAD) and that error exists.

Also, I changed the parabolfit script to “echo $type | x_lapw -f $file eosfit6” 
and the error exists too.

I cannot solve this problem. Please guide me to solve it.

Maliheh Azadparvar


From: Wien 
<mailto:wien-boun...@zeus.theochem.tuwien.ac.at>
 on behalf of Peter Blaha 
<mailto:peter.bl...@tuwien.ac.at>
Sent: Sunday, November 20, 2022 6:32:35 PM
To: wien@zeus.theochem.tuwien.ac.at<mailto:wien@zeus.theochem.tuwien.ac.at>
Subject: Re: [Wien] Error in parabolfit_lapw for 4D optimization of monoclinic 
structure

CAUTION: This email originated from outside the organization.

Are your files   "Case*"  or "case*"  ?
What is the name of your directory ?

The capital letter makes a big difference.

Otherwise, I believe you used   -f FILEHEAD   in a wrong way (and this
option may even not work).

If our directory is called "case" and all your files also start with
"case", you should not use   -f filehead.   This option is only used
when the files are named differently than the directory.

I suggest you repeat parabolfit without this option.


Otherwise it could be that you should edit the following line in parabolfit:

echo $type | x_lapw  eosfit6
change to:
echo $type | x_lapw -f $file eosfit6


Am 20.11.2022 um 10:22 schrieb ma.azadparvar:
> Dear Wien2k users,
>
> I have optimized a monoclinic structure with option 7 "vary A, B, C ,
> and gamma (4D-case) monoclinic lattice". After optimization without any
> error (using 7 81 1%), I want to obtain lattice parameters. So by
> running the “parabolfit_lapw”:
>
>>>>>parabolfit_lapw  -t 2/3/4   -f FILEHEAD -scf '*case*.scf'  -g
>
> After running, I have faced with following  error:
>

Re: [Wien] Error in parabolfit_lapw for 4D optimization of monoclinic structure

2022-11-21 Thread Gavin Abo

What version of WIEN2k are you using?


In the Linux terminal, try entering the command:

parabolfit_lapw -h

If the WIEN2k version you are using has the old buggy script, it should 
return:


parabolfit_lapw [ -t 2/3/4 ]  [ -f FILEHEAD ] [ -scf '*xxx*.scf' ]

If it is using the new WIEN2k 21.1 script, it should return the new -g 
option:


parabolfit_lapw [ -t 2/3/4 ]  [ -f FILEHEAD ] [ -scf '*xxx*.scf' ] [-a/b/g]


If I recall correctly, another user got a monoclinic calculation work in 
WIEN2k 21.1 using commands similar to:



cd case

parabolfit_lapw -t 4 -f case -g


For your calculation, that would likely  be:


cd opt_bZn2V2O7_0.7GPa

parabolfit_lapw -t 4 -f opt_bZn2V2O7_0.7GPa -g


I don't have monoclinc files to test it, but "-t 2/3/4" in the command 
of your email below instead of "-t 4" could maybe lead to errors.



Kind Regards,

Gavin

WIEN2k user


On 11/21/2022 5:46 PM, ma.azadparvar wrote:


Dear prof. Blaha,


Thank you for your reply. “Case” is not a real name. I wrote  “case” 
to avoid writing a long name.


The folder name is opt_bZn2V2O7_0.7GPa and the automatic name of the 
SCF files is opt_bZn2V2O7_0.7GPa_mon___number of structure_defult.scf. 
Maybe it's not correct?!


Anyway, I repeat “parabolfit_lapw “ without (-f FILEHEAD) and that 
error exists.


Also, I changed the parabolfit script to “echo $type | x_lapw -f $file 
eosfit6” and the error exists too.


I cannot solve this problem. Please guide me to solve it.

*Maliheh Azadparvar*


*From:* Wien  on behalf of 
Peter Blaha 

*Sent:* Sunday, November 20, 2022 6:32:35 PM
*To:* wien@zeus.theochem.tuwien.ac.at
*Subject:* Re: [Wien] Error in parabolfit_lapw for 4D optimization of 
monoclinic structure

CAUTION: This email originated from outside the organization.

Are your files   "Case*"  or "case*"  ?
What is the name of your directory ?

The capital letter makes a big difference.

Otherwise, I believe you used   -f FILEHEAD   in a wrong way (and this
option may even not work).

If our directory is called "case" and all your files also start with
"case", you should not use   -f filehead.   This option is only used
when the files are named differently than the directory.

I suggest you repeat parabolfit without this option.


Otherwise it could be that you should edit the following line in 
parabolfit:


echo $type | x_lapw  eosfit6
change to:
echo $type | x_lapw -f $file eosfit6


Am 20.11.2022 um 10:22 schrieb ma.azadparvar:
> Dear Wien2k users,
>
> I have optimized a monoclinic structure with option 7 "vary A, B, C ,
> and gamma (4D-case) monoclinic lattice". After optimization without any
> error (using 7 81 1%), I want to obtain lattice parameters. So by
> running the “parabolfit_lapw”:
>
>>>>>parabolfit_lapw -t 2/3/4   -f FILEHEAD -scf '*case*.scf'  -g
>
> After running, I have faced with following  error:
>
> /bin/ls:no match.
>
> The following scf files were used for analysis:
>
> Case_1_defult.scf
>
> .
>
> .
>
> .
>
> Case_81_defult.scf
>
> FILEHEAD.ene and FILEHEAD.latparam generated
>
> ERROR IN OPENING UNIT: 10
>
> FILE NAME:
>
> Case.ene
>
> STATUS:old
>
> FORM:formatted
>
> OPEN FAILED
>
> 0.008u   0.004s    0:00.01   0.0%  0+0k 0+0io   0pf+0w
>
>
> Please let me know how to solve this problem?
>
> Thank you in advance.
>
>
>
> *Maliheh Azadparvar*
>
>
> ___
> Wien mailing list
> Wien@zeus.theochem.tuwien.ac.at
> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> SEARCH the MAILING-LIST at: 
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


--
--
Peter BLAHA, Inst.f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-1-58801-165300
Email: peter.bl...@tuwien.ac.at    WIEN2k: http://www.wien2k.at
WWW: http://www.imc.tuwien.ac.at
-___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error in parabolfit_lapw for 4D optimization of monoclinic structure

2022-11-21 Thread ma.azadparvar
Dear prof. Blaha,


Thank you for your reply. “Case” is not a real name. I wrote  “case” to avoid 
writing a long name.

The folder name is opt_bZn2V2O7_0.7GPa and the automatic name of the SCF files 
is opt_bZn2V2O7_0.7GPa_mon___number of structure_defult.scf. Maybe it's not 
correct?!

Anyway, I repeat “parabolfit_lapw “ without (-f FILEHEAD) and that error exists.

Also, I changed the parabolfit script to “echo $type | x_lapw -f $file eosfit6” 
and the error exists too.

I cannot solve this problem. Please guide me to solve it.

Maliheh Azadparvar

<mailto:m.azadparvar...@gmail.com>


From: Wien  on behalf of Peter Blaha 

Sent: Sunday, November 20, 2022 6:32:35 PM
To: wien@zeus.theochem.tuwien.ac.at
Subject: Re: [Wien] Error in parabolfit_lapw for 4D optimization of monoclinic 
structure

CAUTION: This email originated from outside the organization.

Are your files   "Case*"  or "case*"  ?
What is the name of your directory ?

The capital letter makes a big difference.

Otherwise, I believe you used   -f FILEHEAD   in a wrong way (and this
option may even not work).

If our directory is called "case" and all your files also start with
"case", you should not use   -f filehead.   This option is only used
when the files are named differently than the directory.

I suggest you repeat parabolfit without this option.


Otherwise it could be that you should edit the following line in parabolfit:

echo $type | x_lapw  eosfit6
change to:
echo $type | x_lapw -f $file eosfit6


Am 20.11.2022 um 10:22 schrieb ma.azadparvar:
> Dear Wien2k users,
>
> I have optimized a monoclinic structure with option 7 "vary A, B, C ,
> and gamma (4D-case) monoclinic lattice". After optimization without any
> error (using 7 81 1%), I want to obtain lattice parameters. So by
> running the “parabolfit_lapw”:
>
>>>>>parabolfit_lapw  -t 2/3/4   -f FILEHEAD -scf '*case*.scf'  -g
>
> After running, I have faced with following  error:
>
> /bin/ls:no match.
>
> The following scf files were used for analysis:
>
> Case_1_defult.scf
>
> .
>
> .
>
> .
>
> Case_81_defult.scf
>
> FILEHEAD.ene and FILEHEAD.latparam generated
>
> ERROR IN OPENING UNIT: 10
>
> FILE NAME:
>
> Case.ene
>
> STATUS:old
>
> FORM:formatted
>
> OPEN FAILED
>
> 0.008u   0.004s0:00.01   0.0%  0+0k   0+0io   0pf+0w
>
>
> Please let me know how to solve this problem?
>
> Thank you in advance.
>
>
>
> *Maliheh Azadparvar*
>
>
> ___
> Wien mailing list
> Wien@zeus.theochem.tuwien.ac.at
> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> SEARCH the MAILING-LIST at:  
> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html

--
--
Peter BLAHA, Inst.f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-1-58801-165300
Email: peter.bl...@tuwien.ac.atWIEN2k: http://www.wien2k.at
WWW:   http://www.imc.tuwien.ac.at
-
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error in parabolfit_lapw for 4D optimization of monoclinic structure

2022-11-20 Thread Peter Blaha

Are your files   "Case*"  or "case*"  ?
What is the name of your directory ?

The capital letter makes a big difference.

Otherwise, I believe you used   -f FILEHEAD   in a wrong way (and this 
option may even not work).


If our directory is called "case" and all your files also start with 
"case", you should not use   -f filehead.   This option is only used 
when the files are named differently than the directory.


I suggest you repeat parabolfit without this option.


Otherwise it could be that you should edit the following line in parabolfit:

echo $type | x_lapw  eosfit6
change to:
echo $type | x_lapw -f $file eosfit6


Am 20.11.2022 um 10:22 schrieb ma.azadparvar:

Dear Wien2k users,

I have optimized a monoclinic structure with option 7 "vary A, B, C , 
and gamma (4D-case) monoclinic lattice". After optimization without any 
error (using 7 81 1%), I want to obtain lattice parameters. So by 
running the “parabolfit_lapw”:



parabolfit_lapw  -t 2/3/4   -f FILEHEAD -scf '*case*.scf'  -g


After running, I have faced with following  error:

/bin/ls:no match.

The following scf files were used for analysis:

Case_1_defult.scf

.

.

.

Case_81_defult.scf

FILEHEAD.ene and FILEHEAD.latparam generated

ERROR IN OPENING UNIT: 10

FILE NAME:

Case.ene

STATUS:old

FORM:formatted

OPEN FAILED

0.008u   0.004s    0:00.01   0.0%              0+0k   0+0io   0pf+0w


Please let me know how to solve this problem?

Thank you in advance.



*Maliheh Azadparvar*


___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


--
--
Peter BLAHA, Inst.f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-1-58801-165300
Email: peter.bl...@tuwien.ac.atWIEN2k: http://www.wien2k.at
WWW:   http://www.imc.tuwien.ac.at
-
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


[Wien] Error in parabolfit_lapw for 4D optimization of monoclinic structure

2022-11-20 Thread ma.azadparvar
Dear Wien2k users,

I have optimized a monoclinic structure with option 7 "vary A, B, C , and gamma 
(4D-case) monoclinic lattice". After optimization without any error (using 7 81 
1%), I want to obtain lattice parameters. So by running the “parabolfit_lapw”:

parabolfit_lapw -t 2/3/4   -f FILEHEAD -scf '*case*.scf'  -g

After running, I have faced with following  error:

/bin/ls:no match.

The following scf files were used for analysis:

Case_1_defult.scf

.

.

.

Case_81_defult.scf

FILEHEAD.ene and FILEHEAD.latparam generated

ERROR IN OPENING UNIT: 10

FILE NAME:

Case.ene

STATUS:old

FORM:formatted

OPEN FAILED

0.008u   0.004s0:00.01   0.0%  0+0k   0+0io   0pf+0w


Please let me know how to solve this problem?

Thank you in advance.



Maliheh Azadparvar

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in runfsm_lapw: vresp: Undefined variable.

2022-11-04 Thread Dr . KISHOR KUMAR डॉ . किशोर कुमार
Dear Professor Laurence Marks,

Yes. Some typo there.

For one formula unit of Pr doped NiFe2O4, experimental spin moment is 2.1 muB.

Now according to supercell cell which has 168 atoms (24 formula unit of 
NiFe2O4), it is calculated to be 50.4 muB and given in command for fsm 
calculations.

If I wrong somewhere, I wish to hear your valuable suggestions.

With kind regards,

Dr. KISHOR KUMAR/डॉ. किशोर कुमार
Department of Physics/भौतिक विज्ञान विभाग
Mohanlal Sukhadia University, Udaipur 313001
मोहनलाल सुखाड़िया विश्वविद्यालय, उदयपुर 313001
Rajasthan, India | Mob. No. +91-8003180325
राजस्थान, भारत | मो. न. +91-8003180325

From: Wien  on behalf of Laurence 
Marks 
Sent: Friday, November 4, 2022 5:10 PM
To: A Mailing list for WIEN2k users 
Subject: Re: [Wien] error in runfsm_lapw: vresp: Undefined variable.

Please note: a magnetic moment of 50.4 may diverge or otherwise behave very 
badly -- I hope this was a typo.

--
Professor Laurence Marks
Department of Materials Science and Engineering, Northwestern University
www.numis.northwestern.edu<http://www.numis.northwestern.edu>
"Research is to see what everybody else has seen, and to think what nobody else 
has thought" Albert Szent-Györgyi

On Fri, Nov 4, 2022, 6:38 AM Dr. KISHOR KUMAR डॉ. किशोर कुमार 
mailto:kksut...@live.com>> wrote:
Dear Prof. Peter Blaha,

Thanking you very much for your reply and help.

Now script works and calculation is going on.

regards,


Reply to Pascal:

Dear Pascal,

Thanking you for your mail.

By the way, I am calculating fsm-calculation for NiFe2O4 (inverse spinel 
structure) doped with Pr (15%) at Octahedral  Fe-site.

To get the desired concentration of Pr, I have created supercell consisting 168 
atoms. Accordingly, I have 24 formula unit of NiFe2O4 in supercell and total 
moment required per formula unit for Pr doped NiFe2O4 comes to 50.4.

Regards,



Dr. KISHOR KUMAR/डॉ. किशोर कुमार
Department of Physics/भौतिक विज्ञान विभाग
Mohanlal Sukhadia University, Udaipur 313001
मोहनलाल सुखाड़िया विश्वविद्यालय, उदयपुर 313001
Rajasthan, India | Mob. No. +91-8003180325
राजस्थान, भारत | मो. न. +91-8003180325

From: Wien 
mailto:wien-boun...@zeus.theochem.tuwien.ac.at>>
 on behalf of Peter Blaha 
mailto:peter.bl...@tuwien.ac.at>>
Sent: Thursday, November 3, 2022 4:47 PM
To: wien@zeus.theochem.tuwien.ac.at<mailto:wien@zeus.theochem.tuwien.ac.at> 
mailto:wien@zeus.theochem.tuwien.ac.at>>
Subject: Re: [Wien] error in runfsm_lapw: vresp: Undefined variable.

Thanks for the report.

This is a bug in runfsm_lapw for complex calculations (no inversion).
The setting of tau and vresp is done only in case of inversion symmetry.

The attached file should fix it. Copy it into $WIENROOT.

Regards
Peter Blaha

Am 03.11.2022 um 08:12 schrieb Dr. KISHOR KUMAR डॉ. किशोर कुमार:
> Dear Wien2k developers,
>
> I have encountered an error during fixed spin moment calculation in
> WIEN2k (version 21) as mentioned below:
> [2]Done  ( cd $PWD; $t $exe
> ${def}_$loop.def; rm -f .lock_$lockfile[$p] ) >> .time1_$loop
>   LAPW0 END
>   LAPW0 END
>   LAPW1 END
> [2]Done  ( cd $PWD; $t $exe
> ${def}_$loop.def; rm -f .lock_$lockfile[$p] ) >> .time1_$loop
>   LAPW1 END
>   LAPW1 END
>   LAPW1 END
>   LAPW1 END
> [5]  + Done  ( cd $PWD; $t $exe
> ${def}_$loop.def; rm -f .lock_$lockfile[$p] ) >> .time1_$loop
> [4]  + Done  ( cd $PWD; $t $exe
> ${def}_$loop.def; rm -f .lock_$lockfile[$p] ) >> .time1_$loop
> [3]  + Done  ( cd $PWD; $t $exe
> ${def}_$loop.def; rm -f .lock_$lockfile[$p] ) >> .time1_$loop
> [1]  + Done  ( cd $PWD; $t $exe
> ${def}_$loop.def; rm -f .lock_$lockfile[$p] ) >> .time1_$loop
> vresp: Undefined variable.
>
> ==
> command to run fsm calculation is given as
>
> runfsm_lapw -m 50.4 -p -ec 0.0001 -i 100
>
> There is no error when I run normal spin polarized calculation with
> runsp_lapw script.
>
> Please help me out from this error.
>
> Regards,
>
> Dr. KISHOR KUMAR/डॉ. किशोर कुमार
> Department of Physics/भौतिक विज्ञान विभाग
> Mohanlal Sukhadia University, Udaipur 313001
> मोहनलाल सुखाड़िया विश्वविद्यालय, उदयपुर 313001
> Rajasthan, India | Mob. No. +91-8003180325
> राजस्थान, भारत | मो. न. +91-8003180325
>
>
> ___
> Wien mailing list
> Wien@zeus.theochem.tuwien.ac.at<mailto:Wien@zeus.theochem.tuwien.ac.at>
> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> SEARCH the MAILING-LIST at:  
> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html

--
---

Re: [Wien] error in runfsm_lapw: vresp: Undefined variable.

2022-11-04 Thread Laurence Marks
Please note: a magnetic moment of 50.4 may diverge or otherwise behave very
badly -- I hope this was a typo.

--
Professor Laurence Marks
Department of Materials Science and Engineering, Northwestern University
www.numis.northwestern.edu
"Research is to see what everybody else has seen, and to think what nobody
else has thought" Albert Szent-Györgyi

On Fri, Nov 4, 2022, 6:38 AM Dr. KISHOR KUMAR डॉ. किशोर कुमार <
kksut...@live.com> wrote:

> Dear Prof. Peter Blaha,
>
> Thanking you very much for your reply and help.
>
> Now script works and calculation is going on.
>
> regards,
>
>
> Reply to Pascal:
>
> Dear Pascal,
>
> Thanking you for your mail.
>
> By the way, I am calculating fsm-calculation for NiFe2O4 (inverse spinel
> structure) doped with Pr (15%) at Octahedral  Fe-site.
>
> To get the desired concentration of Pr, I have created supercell
> consisting 168 atoms. Accordingly, I have 24 formula unit of NiFe2O4 in
> supercell and total moment required per formula unit for Pr doped NiFe2O4
> comes to 50.4.
>
> Regards,
>
>
>
> Dr. KISHOR KUMAR/डॉ. किशोर कुमार
> Department of Physics/भौतिक विज्ञान विभाग
> Mohanlal Sukhadia University, Udaipur 313001
> मोहनलाल सुखाड़िया विश्वविद्यालय, उदयपुर 313001
> Rajasthan, India | Mob. No. +91-8003180325
> राजस्थान, भारत | मो. न. +91-8003180325
> --
> *From:* Wien  on behalf of Peter
> Blaha 
> *Sent:* Thursday, November 3, 2022 4:47 PM
> *To:* wien@zeus.theochem.tuwien.ac.at 
> *Subject:* Re: [Wien] error in runfsm_lapw: vresp: Undefined variable.
>
> Thanks for the report.
>
> This is a bug in runfsm_lapw for complex calculations (no inversion).
> The setting of tau and vresp is done only in case of inversion symmetry.
>
> The attached file should fix it. Copy it into $WIENROOT.
>
> Regards
> Peter Blaha
>
> Am 03.11.2022 um 08:12 schrieb Dr. KISHOR KUMAR डॉ. किशोर कुमार:
> > Dear Wien2k developers,
> >
> > I have encountered an error during fixed spin moment calculation in
> > WIEN2k (version 21) as mentioned below:
> > [2]Done  ( cd $PWD; $t $exe
> > ${def}_$loop.def; rm -f .lock_$lockfile[$p] ) >> .time1_$loop
> >   LAPW0 END
> >   LAPW0 END
> >   LAPW1 END
> > [2]Done  ( cd $PWD; $t $exe
> > ${def}_$loop.def; rm -f .lock_$lockfile[$p] ) >> .time1_$loop
> >   LAPW1 END
> >   LAPW1 END
> >   LAPW1 END
> >   LAPW1 END
> > [5]  + Done  ( cd $PWD; $t $exe
> > ${def}_$loop.def; rm -f .lock_$lockfile[$p] ) >> .time1_$loop
> > [4]  + Done  ( cd $PWD; $t $exe
> > ${def}_$loop.def; rm -f .lock_$lockfile[$p] ) >> .time1_$loop
> > [3]  + Done  ( cd $PWD; $t $exe
> > ${def}_$loop.def; rm -f .lock_$lockfile[$p] ) >> .time1_$loop
> > [1]  + Done  ( cd $PWD; $t $exe
> > ${def}_$loop.def; rm -f .lock_$lockfile[$p] ) >> .time1_$loop
> > vresp: Undefined variable.
> >
> > ==
> > command to run fsm calculation is given as
> >
> > runfsm_lapw -m 50.4 -p -ec 0.0001 -i 100
> >
> > There is no error when I run normal spin polarized calculation with
> > runsp_lapw script.
> >
> > Please help me out from this error.
> >
> > Regards,
> >
> > Dr. KISHOR KUMAR/डॉ. किशोर कुमार
> > Department of Physics/भौतिक विज्ञान विभाग
> > Mohanlal Sukhadia University, Udaipur 313001
> > मोहनलाल सुखाड़िया विश्वविद्यालय, उदयपुर 313001
> > Rajasthan, India | Mob. No. +91-8003180325
> > राजस्थान, भारत | मो. न. +91-8003180325
> >
> >
> > ___
> > Wien mailing list
> > Wien@zeus.theochem.tuwien.ac.at
> > http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> > SEARCH the MAILING-LIST at:
> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
>
> --
> --
> Peter BLAHA, Inst.f. Materials Chemistry, TU Vienna, A-1060 Vienna
> Phone: +43-1-58801-165300
> Email: peter.bl...@tuwien.ac.atWIEN2k: http://www.wien2k.at
> WWW:   http://www.imc.tuwien.ac.at
> -
> ___
> Wien mailing list
> Wien@zeus.theochem.tuwien.ac.at
> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> SEARCH the MAILING-LIST at:
> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
>
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in runfsm_lapw: vresp: Undefined variable.

2022-11-04 Thread Dr . KISHOR KUMAR डॉ . किशोर कुमार
Dear Prof. Peter Blaha,

Thanking you very much for your reply and help.

Now script works and calculation is going on.

regards,


Reply to Pascal:

Dear Pascal,

Thanking you for your mail.

By the way, I am calculating fsm-calculation for NiFe2O4 (inverse spinel 
structure) doped with Pr (15%) at Octahedral  Fe-site.

To get the desired concentration of Pr, I have created supercell consisting 168 
atoms. Accordingly, I have 24 formula unit of NiFe2O4 in supercell and total 
moment required per formula unit for Pr doped NiFe2O4 comes to 50.4.

Regards,



Dr. KISHOR KUMAR/डॉ. किशोर कुमार
Department of Physics/भौतिक विज्ञान विभाग
Mohanlal Sukhadia University, Udaipur 313001
मोहनलाल सुखाड़िया विश्वविद्यालय, उदयपुर 313001
Rajasthan, India | Mob. No. +91-8003180325
राजस्थान, भारत | मो. न. +91-8003180325

From: Wien  on behalf of Peter Blaha 

Sent: Thursday, November 3, 2022 4:47 PM
To: wien@zeus.theochem.tuwien.ac.at 
Subject: Re: [Wien] error in runfsm_lapw: vresp: Undefined variable.

Thanks for the report.

This is a bug in runfsm_lapw for complex calculations (no inversion).
The setting of tau and vresp is done only in case of inversion symmetry.

The attached file should fix it. Copy it into $WIENROOT.

Regards
Peter Blaha

Am 03.11.2022 um 08:12 schrieb Dr. KISHOR KUMAR डॉ. किशोर कुमार:
> Dear Wien2k developers,
>
> I have encountered an error during fixed spin moment calculation in
> WIEN2k (version 21) as mentioned below:
> [2]Done  ( cd $PWD; $t $exe
> ${def}_$loop.def; rm -f .lock_$lockfile[$p] ) >> .time1_$loop
>   LAPW0 END
>   LAPW0 END
>   LAPW1 END
> [2]Done  ( cd $PWD; $t $exe
> ${def}_$loop.def; rm -f .lock_$lockfile[$p] ) >> .time1_$loop
>   LAPW1 END
>   LAPW1 END
>   LAPW1 END
>   LAPW1 END
> [5]  + Done  ( cd $PWD; $t $exe
> ${def}_$loop.def; rm -f .lock_$lockfile[$p] ) >> .time1_$loop
> [4]  + Done  ( cd $PWD; $t $exe
> ${def}_$loop.def; rm -f .lock_$lockfile[$p] ) >> .time1_$loop
> [3]  + Done  ( cd $PWD; $t $exe
> ${def}_$loop.def; rm -f .lock_$lockfile[$p] ) >> .time1_$loop
> [1]  + Done  ( cd $PWD; $t $exe
> ${def}_$loop.def; rm -f .lock_$lockfile[$p] ) >> .time1_$loop
> vresp: Undefined variable.
>
> ==
> command to run fsm calculation is given as
>
> runfsm_lapw -m 50.4 -p -ec 0.0001 -i 100
>
> There is no error when I run normal spin polarized calculation with
> runsp_lapw script.
>
> Please help me out from this error.
>
> Regards,
>
> Dr. KISHOR KUMAR/डॉ. किशोर कुमार
> Department of Physics/भौतिक विज्ञान विभाग
> Mohanlal Sukhadia University, Udaipur 313001
> मोहनलाल सुखाड़िया विश्वविद्यालय, उदयपुर 313001
> Rajasthan, India | Mob. No. +91-8003180325
> राजस्थान, भारत | मो. न. +91-8003180325
>
>
> ___
> Wien mailing list
> Wien@zeus.theochem.tuwien.ac.at
> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> SEARCH the MAILING-LIST at:  
> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html

--
--
Peter BLAHA, Inst.f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-1-58801-165300
Email: peter.bl...@tuwien.ac.atWIEN2k: http://www.wien2k.at
WWW:   http://www.imc.tuwien.ac.at
-
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] error in runfsm_lapw: vresp: Undefined variable.

2022-11-03 Thread Peter Blaha

Thanks for the report.

This is a bug in runfsm_lapw for complex calculations (no inversion). 
The setting of tau and vresp is done only in case of inversion symmetry.


The attached file should fix it. Copy it into $WIENROOT.

Regards
Peter Blaha

Am 03.11.2022 um 08:12 schrieb Dr. KISHOR KUMAR डॉ. किशोर कुमार:

Dear Wien2k developers,

I have encountered an error during fixed spin moment calculation in 
WIEN2k (version 21) as mentioned below:
[2]    Done                          ( cd $PWD; $t $exe 
${def}_$loop.def; rm -f .lock_$lockfile[$p] ) >> .time1_$loop

  LAPW0 END
  LAPW0 END
  LAPW1 END
[2]    Done                          ( cd $PWD; $t $exe 
${def}_$loop.def; rm -f .lock_$lockfile[$p] ) >> .time1_$loop

  LAPW1 END
  LAPW1 END
  LAPW1 END
  LAPW1 END
[5]  + Done                          ( cd $PWD; $t $exe 
${def}_$loop.def; rm -f .lock_$lockfile[$p] ) >> .time1_$loop
[4]  + Done                          ( cd $PWD; $t $exe 
${def}_$loop.def; rm -f .lock_$lockfile[$p] ) >> .time1_$loop
[3]  + Done                          ( cd $PWD; $t $exe 
${def}_$loop.def; rm -f .lock_$lockfile[$p] ) >> .time1_$loop
[1]  + Done                          ( cd $PWD; $t $exe 
${def}_$loop.def; rm -f .lock_$lockfile[$p] ) >> .time1_$loop

vresp: Undefined variable.

==
command to run fsm calculation is given as

runfsm_lapw -m 50.4 -p -ec 0.0001 -i 100

There is no error when I run normal spin polarized calculation with 
runsp_lapw script.


Please help me out from this error.

Regards,

Dr. KISHOR KUMAR/डॉ. किशोर कुमार
Department of Physics/भौतिक विज्ञान विभाग
Mohanlal Sukhadia University, Udaipur 313001
मोहनलाल सुखाड़िया विश्वविद्यालय, उदयपुर 313001
Rajasthan, India | Mob. No. +91-8003180325
राजस्थान, भारत | मो. न. +91-8003180325


___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


--
--
Peter BLAHA, Inst.f. Materials Chemistry, TU Vienna, A-1060 Vienna
Phone: +43-1-58801-165300
Email: peter.bl...@tuwien.ac.atWIEN2k: http://www.wien2k.at
WWW:   http://www.imc.tuwien.ac.at
-#!/bin/tcsh -f
hup
unalias rm

set name  = $0
set bin   = $name:h #directory of WIEN-executables
if !(-d $bin) set bin = .
set name  = $name:t #name of this script-file
set logfile = :log
set tmp   = (:$name)#temporary files

set scratch =   # set directory for vectors and help files
set scratchstring =
if ($?SCRATCH) then  #if envronment SCRATCH is set
 set scratch=`echo $SCRATCH  | sed -e 's/\/$//'`/ #set $scratch to that value  
endif  

#---> functions & subroutines
alias   testinput   'set errin="\!:1";if (! -e \!:1 || -z \!:1) goto \!:2'
alias   teststatus  'if ($status) goto error'
alias   testerror   'if ( -e \!:1.error && ! -z \!:1.error) goto error'
alias   teststop'if (\!:1 == $stopafter ) goto stop'
alias   cleandayfile'grep -v "\[" $dayfile >.tmp;'\
'mv .tmp $dayfile'
alias   output  'set date = `date +"(%T)"`;'\
'printf ">   %s\t%s " "\!:*" "$date" >> $dayfile'

alias   exec'($bin/x  \!:*) >> $dayfile;'\
'teststatus'

alias   total_exec  'output \!:*;'\
'exec \!:*;'\
'cleandayfile;'\
'testerror \!:1;'\
'testerror up\!:1;'\
'testerror dn\!:1;'\
'teststop \!:1'
alias   TOTtoFOR'sed "s/TOT/FOR/" \!:1 > $tmp;'\
'mv $tmp \!:1'
alias   FORtoTOT'sed "s/FOR/TOT/" \!:1 > $tmp;'\
'mv $tmp \!:1'

#---> default parameters
set ccut= 0.#upper limit for charge convergence
set fcut= 0 #upper limit for force convergence
set ecut= 0.0001#upper limit for energy convergence
unset ec_conv
set cc_conv
set fc_conv
set ec_test
unset ec_test1
unset cc_test
unset fc_test
set iter= 40#maximum number of iterations
set riter   = 99#restart after $riter iterations
set stopafter   #stop after $stopafter
set next#set -> start cycle with $next
set qlimit = 0.05   #set -> writes E-L in new in1 when qlimit is fulfilled
set in1new = 999
set write_all = -ef # new default: -in1ef is activated (version 10.1)
set para
set nohns
set nohns1 = 0
set it
set readHinv
unset vec2pratt
set it0
set itnum=0
set itnum1=0
set so
set orb
set orb2
set broyd
set eece1
unset eece
unset orbc
unset noorbup
unset dm
set ctest=(0 0 0)
set etest=(0 0 0)

#---> default flags
unset renorm
set   in1orig
unset force 

Re: [Wien] error in runfsm_lapw: vresp: Undefined variable.

2022-11-03 Thread pboulet
Hello,

Without knowing more about your system, it is difficult to help you.

At first sight, it seems you have set a very (very!) high magnetic moment 
(50.4). Is it correct?

What is the ‘vresp’ variable? Should not it be the case.vresp file?

Best,
Pascal

> Le 3 nov. 2022 à 08:12, Dr. KISHOR KUMAR डॉ. किशोर कुमार  
> a écrit :
> 
> Dear Wien2k developers, 
> 
> I have encountered an error during fixed spin moment calculation in WIEN2k 
> (version 21) as mentioned below:
> [2]Done  ( cd $PWD; $t $exe ${def}_$loop.def; rm 
> -f .lock_$lockfile[$p] ) >> .time1_$loop
>  LAPW0 END
>  LAPW0 END
>  LAPW1 END
> [2]Done  ( cd $PWD; $t $exe ${def}_$loop.def; rm 
> -f .lock_$lockfile[$p] ) >> .time1_$loop
>  LAPW1 END
>  LAPW1 END
>  LAPW1 END
>  LAPW1 END
> [5]  + Done  ( cd $PWD; $t $exe ${def}_$loop.def; rm 
> -f .lock_$lockfile[$p] ) >> .time1_$loop
> [4]  + Done  ( cd $PWD; $t $exe ${def}_$loop.def; rm 
> -f .lock_$lockfile[$p] ) >> .time1_$loop
> [3]  + Done  ( cd $PWD; $t $exe ${def}_$loop.def; rm 
> -f .lock_$lockfile[$p] ) >> .time1_$loop
> [1]  + Done  ( cd $PWD; $t $exe ${def}_$loop.def; rm 
> -f .lock_$lockfile[$p] ) >> .time1_$loop
> vresp: Undefined variable.
> 
> ==
> command to run fsm calculation is given as 
> 
> runfsm_lapw -m 50.4 -p -ec 0.0001 -i 100 
> 
> There is no error when I run normal spin polarized calculation with 
> runsp_lapw script. 
> 
> Please help me out from this error. 
> 
> Regards,
> 
> Dr. KISHOR KUMAR/डॉ. किशोर कुमार
> Department of Physics/भौतिक विज्ञान विभाग
> Mohanlal Sukhadia University, Udaipur 313001
> मोहनलाल सुखाड़िया विश्वविद्यालय, उदयपुर 313001
> Rajasthan, India | Mob. No. +91-8003180325
> राजस्थान, भारत | मो. न. +91-8003180325
> 
> ___
> Wien mailing list
> Wien@zeus.theochem.tuwien.ac.at
> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> SEARCH the MAILING-LIST at:  
> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html

Pascal Boulet
—
Professor in computational materials chemistry - DEPARTMENT OF CHEMISTRY
University of Aix-Marseille - Avenue Escadrille Normandie Niemen - F-13013 
Marseille - FRANCE
Tél: +33(0)4 13 55 18 10 - Fax : +33(0)4 13 55 18 50
Email : pascal.bou...@univ-amu.fr 






smime.p7s
Description: S/MIME cryptographic signature
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


[Wien] error in runfsm_lapw: vresp: Undefined variable.

2022-11-03 Thread Dr . KISHOR KUMAR डॉ . किशोर कुमार
Dear Wien2k developers,

I have encountered an error during fixed spin moment calculation in WIEN2k 
(version 21) as mentioned below:
[2]Done  ( cd $PWD; $t $exe ${def}_$loop.def; rm -f 
.lock_$lockfile[$p] ) >> .time1_$loop
 LAPW0 END
 LAPW0 END
 LAPW1 END
[2]Done  ( cd $PWD; $t $exe ${def}_$loop.def; rm -f 
.lock_$lockfile[$p] ) >> .time1_$loop
 LAPW1 END
 LAPW1 END
 LAPW1 END
 LAPW1 END
[5]  + Done  ( cd $PWD; $t $exe ${def}_$loop.def; rm -f 
.lock_$lockfile[$p] ) >> .time1_$loop
[4]  + Done  ( cd $PWD; $t $exe ${def}_$loop.def; rm -f 
.lock_$lockfile[$p] ) >> .time1_$loop
[3]  + Done  ( cd $PWD; $t $exe ${def}_$loop.def; rm -f 
.lock_$lockfile[$p] ) >> .time1_$loop
[1]  + Done  ( cd $PWD; $t $exe ${def}_$loop.def; rm -f 
.lock_$lockfile[$p] ) >> .time1_$loop
vresp: Undefined variable.

==
command to run fsm calculation is given as

runfsm_lapw -m 50.4 -p -ec 0.0001 -i 100

There is no error when I run normal spin polarized calculation with runsp_lapw 
script.

Please help me out from this error.

Regards,

Dr. KISHOR KUMAR/डॉ. किशोर कुमार
Department of Physics/भौतिक विज्ञान विभाग
Mohanlal Sukhadia University, Udaipur 313001
मोहनलाल सुखाड़िया विश्वविद्यालय, उदयपुर 313001
Rajasthan, India | Mob. No. +91-8003180325
राजस्थान, भारत | मो. न. +91-8003180325

___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error while running IRelast - calljob_lapw

2022-09-07 Thread Gavin Abo
Thanks, I created a command_init_lapw.patch for this, which is available 
at [1].


However, to more easily apply it, I used the following three terminal 
commands:


username@computername:~$ cd $WIENROOT/SRC_IRelast/script-elastic
username@computername:~/WIEN2k/SRC_IRelast/script-elastic$ wget 
https://raw.githubusercontent.com/gsabo/WIEN2k-Patches/master/21.1/command_init_lapw.patch

...
username@computername:~/WIEN2k/SRC_IRelast/script-elastic$ patch -b 
command_init_lapw command_init_lapw.patch

patching file command_init_lapw

In addition, I encountered another small issue with the IRelast files in 
WIEN2k_21.1.tar.  The fix was simple though, just had to enter two 
terminal commands:


chmod -x $WIENROOT/SRC_IRelast/script-elastic/initIR_lapw
chmod +x $WIENROOT/initIR_lapw

I made a note of this as well in the README file at [1].

[1] https://github.com/gsabo/WIEN2k-Patches/tree/master/21.1

Kind Regards,

Gavin
WIEN2k user

On 9/7/2022 8:34 AM, Morteza Jamal via Wien wrote:

There are two ways:

1-Repeat your example again and in section Enter Data for auto initialization 
give L-max 8 otherwise 8.0

2- edit file "auto_init_lapw" and correct   L-max as:

initIR_lapw  -lmax 8

Otherwise

initIR_lapw .-lmax 8.0

With best,
Morteza___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error while running IRelast - calljob_lapw

2022-09-07 Thread Morteza Jamal via Wien
There are two ways:

1-Repeat your example again and in section Enter Data for auto initialization 
give L-max 8 otherwise 8.0

2- edit file "auto_init_lapw" and correct   L-max as:

initIR_lapw  -lmax 8

Otherwise

initIR_lapw .-lmax 8.0

With best,
Morteza
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error while running IRelast - calljob_lapw

2022-09-07 Thread Gavin Abo

Your TiC.in1 file has the line:


 7.0 8.0   4   ELPA pxq BL 64 (R-MT*K-MAX,MAX L IN WF,V-NMT,LIB)


However, it has to be:


 7.0 8     4   ELPA pxq BL 64 (R-MT*K-MAX,MAX L IN WF,V-NMT,LIB)


The problem is you have a float (8.0) but it must be an integer (8).


On 9/7/2022 7:40 AM, AJAY SINGH VERMA wrote:

sir,
What is to be done to rectify this and where I have done wong

*From:* AJAY SINGH VERMA 
*Sent:* Wednesday, September 7, 2022 6:35 PM
*To:* wien-requ...@zeus.theochem.tuwien.ac.at 
; wien zeus 


*Subject:* Re: Error while running IRelast - calljob_lapw
Dear Sir,

TiC.in1 is attached...

*From:* AJAY SINGH VERMA 
*Sent:* Wednesday, September 7, 2022 6:20 PM
*To:* wien-requ...@zeus.theochem.tuwien.ac.at 
; wien zeus 


*Subject:* Re: Error while running IRelast - calljob_lapw
Dear All,
After applying patch as suggested by Sir Gavin Abo, now I am getting 
this underlined error


##
Start for AUTO intialization Styp3_-2.0
##
 2 Atoms found:  with labels Ti1  C 1
generate atomic configuration for atom 1 : Ti1
generate atomic configuration for atom 2 : C 1
_SET: Command not found._
 next is setrmt
 specify nn-bondlength factor: (usually=2) [and optionally dlimit, 
dstmax (about 1.d-5, 20)]

 DSTMAX:   20.000
 iix,iiy,iiz           5           5           5 28.3378802   
     29.4945301  40.9100550

 NAMED ATOM: Ti1       Z changed to IATNR+1000 to determine equivalency
 NAMED ATOM: C 1       Z changed to IATNR+1000 to determine equivalency

    ATOM  1  Ti1        ATOM  2  C 1
 RMT(  1)=2.12000 AND RMT(  2)=1.74000
 SUMS TO 3.86000  LT.  NN-DIST= 4.09019

    ATOM  2  C 1        ATOM  1  Ti1
 RMT(  2)=1.74000 AND RMT(  1)=2.12000
 SUMS TO 3.86000  LT.  NN-DIST= 4.09019
STOP NN ENDS
0.001u 0.000s 0:00.00 0.0%0+0k 0+40io 0pf+0w
atom  Z   RMT-max   RMT
 1  22.0  2.12   2.12
 2   6.0  1.74   1.74
file    TiC.struct_setrmt   generated
 next is nn
 specify nn-bondlength factor: (usually=2) [and optionally dlimit, 
dstmax (about 1.d-5, 20)]

 DSTMAX:   20.000
 iix,iiy,iiz           5           5           5 28.3378802   
     29.4945301  40.9100550

 NAMED ATOM: Ti1       Z changed to IATNR+1000 to determine equivalency
 NAMED ATOM: C 1       Z changed to IATNR+1000 to determine equivalency

    ATOM  1  Ti1        ATOM  2  C 1
 RMT(  1)=2.12000 AND RMT(  2)=1.74000
 SUMS TO 3.86000  LT.  NN-DIST= 4.09019

    ATOM  2  C 1        ATOM  1  Ti1
 RMT(  2)=1.74000 AND RMT(  1)=2.12000
 SUMS TO 3.86000  LT.  NN-DIST= 4.09019
STOP NN ENDS
0.002u 0.000s 0:00.00 0.0%0+0k 0+16io 0pf+0w
 next is sgroup
>   sgroup  (18:16:55) 0.000u 0.000s 0:00.00 0.0% 0+0k 0+8io 0pf+0w
  Names of point group: mmm    2/m 2/m 2/m   D2h
  Names of point group: mmm    2/m 2/m 2/m   D2h
Number and name of space group: 71 (I m m m)
 next is symmery
>   symmetry  (18:16:55)  SPACE GROUP CONTAINS INVERSION
0.000u 0.001s 0:00.00 0.0%0+0k 0+32io 0pf+0w
 next is lstart
  SELECT XCPOT:
  recommended: PBE    [(13) GGA of Perdew-Burke-Ernzerhof 96]
               LDA    [( 5)]
               WC     [(11)  GGA of Wu-Cohen 2006]
               PBESOL [(19) GGA of Perdew etal. 2008]
  SELECT ENERGY to separate core and valence states:
  recommended: -6.0 Ry (check how much core charge leaks out of MT-sphere)
  ALTERNATIVELY: specify charge localization (between 0.97 and 1.0) to 
select core state

STOP LSTART ENDS
>   inputfiles prepared (18:16:55)
 inputfiles prepared
 next is kgen
  NUMBER OF K-POINTS IN WHOLE CELL: (0 allows to specify 3 divisions of G)
 length of reciprocal lattice vectors:   1.313   1.349   1.537  13.563 
 13.930  15.879

  Shift of k-mesh allowed. Do you want to shift: (0=no, 1=shift)
         427  k-points generated, ndiv=          14      14          14
STOP KGEN ENDS
 next is dstart
>   dstart  -p(18:16:55) starting parallel dstart at Wednesday 07 
September 2022 06:16:55 PM IST

 .machine0 : processors
running dstart in single mode
STOP DSTART ENDS
0.957u 0.227s 0:00.24 487.5%  0+0k 0+800io 0pf+0w

-> new TiC.in0 generated
  init_lapw finished ok
starting parallel dstart at Wednesday 07 September 2022 06:16:56 PM IST
 .machine0 : processors
running dstart in single mode
STOP DSTART ENDS
0.935u 0.247s 0:00.23 508.6%  0+0k 0+704io 0pf+0w
0.021u 0.000s 0:00.02 100.0%  0+0k 0+688io 0pf+0w
clmextrapol_lapw has generated a new TiC.clmsum
STOP  LAPW0 END
At line 393 of file inilpw.f (unit = 5, file = 'TiC.in1')
_Fortran runtime error: Bad integer for item 2 in list input_

Error termination. Backtrace:
#0  0x145928ddfae0 in ???
#1  0x145928de0659 in ???
#2  0x145928de128f in ???
#3  0x14592902b3fb in ???
#4  0x14592902e3ba in ???
#5  0x14592902f0ba in ???
#6  0x55749c178436 in ???
#7  0x55749c17bd0

Re: [Wien] Error while running IRelast - calljob_lapw

2022-09-07 Thread AJAY SINGH VERMA
sir,
What is to be done to rectify this and where I have done wong

From: AJAY SINGH VERMA 
Sent: Wednesday, September 7, 2022 6:35 PM
To: wien-requ...@zeus.theochem.tuwien.ac.at 
; wien zeus 

Subject: Re: Error while running IRelast - calljob_lapw

Dear Sir,

TiC.in1 is attached...

From: AJAY SINGH VERMA 
Sent: Wednesday, September 7, 2022 6:20 PM
To: wien-requ...@zeus.theochem.tuwien.ac.at 
; wien zeus 

Subject: Re: Error while running IRelast - calljob_lapw

Dear All,
After applying patch as suggested by Sir Gavin Abo, now I am getting this 
underlined error

##
Start for AUTO intialization Styp3_-2.0
##
 2 Atoms found:  with labels Ti1  C 1
generate atomic configuration for atom 1 : Ti1
generate atomic configuration for atom 2 : C 1
SET: Command not found.
 next is setrmt
 specify nn-bondlength factor: (usually=2) [and optionally dlimit, dstmax 
(about 1.d-5, 20)]
 DSTMAX:   20.000
 iix,iiy,iiz   5   5   5   28.3378802
29.494530140.9100550
 NAMED ATOM: Ti1   Z changed to IATNR+1000 to determine equivalency
 NAMED ATOM: C 1   Z changed to IATNR+1000 to determine equivalency

ATOM  1  Ti1ATOM  2  C 1
 RMT(  1)=2.12000 AND RMT(  2)=1.74000
 SUMS TO 3.86000  LT.  NN-DIST= 4.09019

ATOM  2  C 1ATOM  1  Ti1
 RMT(  2)=1.74000 AND RMT(  1)=2.12000
 SUMS TO 3.86000  LT.  NN-DIST= 4.09019
STOP NN ENDS
0.001u 0.000s 0:00.00 0.0%0+0k 0+40io 0pf+0w
atom  Z   RMT-max   RMT
 1  22.0  2.12   2.12
 2   6.0  1.74   1.74
fileTiC.struct_setrmt   generated
 next is nn
 specify nn-bondlength factor: (usually=2) [and optionally dlimit, dstmax 
(about 1.d-5, 20)]
 DSTMAX:   20.000
 iix,iiy,iiz   5   5   5   28.3378802
29.494530140.9100550
 NAMED ATOM: Ti1   Z changed to IATNR+1000 to determine equivalency
 NAMED ATOM: C 1   Z changed to IATNR+1000 to determine equivalency

ATOM  1  Ti1ATOM  2  C 1
 RMT(  1)=2.12000 AND RMT(  2)=1.74000
 SUMS TO 3.86000  LT.  NN-DIST= 4.09019

ATOM  2  C 1ATOM  1  Ti1
 RMT(  2)=1.74000 AND RMT(  1)=2.12000
 SUMS TO 3.86000  LT.  NN-DIST= 4.09019
STOP NN ENDS
0.002u 0.000s 0:00.00 0.0%0+0k 0+16io 0pf+0w
 next is sgroup
>   sgroup  (18:16:55) 0.000u 0.000s 0:00.00 0.0% 0+0k 0+8io 0pf+0w
  Names of point group: mmm2/m 2/m 2/m   D2h
  Names of point group: mmm2/m 2/m 2/m   D2h
Number and name of space group: 71 (I m m m)
 next is symmery
>   symmetry  (18:16:55)  SPACE GROUP CONTAINS INVERSION
0.000u 0.001s 0:00.00 0.0%0+0k 0+32io 0pf+0w
 next is lstart
  SELECT XCPOT:
  recommended: PBE[(13) GGA of Perdew-Burke-Ernzerhof 96]
   LDA[( 5)]
   WC [(11)  GGA of Wu-Cohen 2006]
   PBESOL [(19) GGA of Perdew etal. 2008]
  SELECT ENERGY to separate core and valence states:
  recommended: -6.0 Ry (check how much core charge leaks out of MT-sphere)
  ALTERNATIVELY: specify charge localization (between 0.97 and 1.0) to select 
core state
STOP LSTART ENDS
>   inputfiles prepared (18:16:55)
 inputfiles prepared
 next is kgen
  NUMBER OF K-POINTS IN WHOLE CELL: (0 allows to specify 3 divisions of G)
 length of reciprocal lattice vectors:   1.313   1.349   1.537  13.563  13.930  
15.879
  Shift of k-mesh allowed. Do you want to shift: (0=no, 1=shift)
 427  k-points generated, ndiv=  14  14  14
STOP KGEN ENDS
 next is dstart
>   dstart  -p(18:16:55) starting parallel dstart at Wednesday 07 September 
> 2022 06:16:55 PM IST
 .machine0 : processors
running dstart in single mode
STOP DSTART ENDS
0.957u 0.227s 0:00.24 487.5%  0+0k 0+800io 0pf+0w

-> new TiC.in0 generated
  init_lapw finished ok
starting parallel dstart at Wednesday 07 September 2022 06:16:56 PM IST
 .machine0 : processors
running dstart in single mode
STOP DSTART ENDS
0.935u 0.247s 0:00.23 508.6%  0+0k 0+704io 0pf+0w
0.021u 0.000s 0:00.02 100.0%  0+0k 0+688io 0pf+0w
clmextrapol_lapw has generated a new TiC.clmsum
STOP  LAPW0 END
At line 393 of file inilpw.f (unit = 5, file = 'TiC.in1')
Fortran runtime error: Bad integer for item 2 in list input

Error termination. Backtrace:
#0  0x145928ddfae0 in ???
#1  0x145928de0659 in ???
#2  0x145928de128f in ???
#3  0x14592902b3fb in ???
#4  0x14592902e3ba in ???
#5  0x14592902f0ba in ???
#6  0x55749c178436 in ???
#7  0x55749c17bd0b in ???
#8  0x55749c14f83e in ???
#9  0x14592898dd8f in __libc_start_call_main
  at ../sysdeps/nptl/libc_start_call_main.h:58
#10  0x14592898de3f in __libc_start_main_impl
  at ../csu/libc-start.c:392
#11  0x55749c14f864 in ???
#12  0x in ???
grep: lapw2*.error: No such file or directory

>   stop error
-

ERROR status

Re: [Wien] Error while running IRelast - calljob_lapw

2022-09-07 Thread Gavin Abo
On page 138 of the WIEN2k 21.1 usersguide [1], you should see in the 
case.in1 format that MAX L IN WF is an integer (10).  However, the 
TiC.in1 you sent incorrectly has a float for that value (8.0) when it 
needs to be an integer (8).



[1] http://susi.theochem.tuwien.ac.at/reg_user/textbooks/usersguide.pdf


On 9/7/2022 7:05 AM, AJAY SINGH VERMA wrote:

Dear Sir,

TiC.in1 is attached...

*From:* AJAY SINGH VERMA 
*Sent:* Wednesday, September 7, 2022 6:20 PM
*To:* wien-requ...@zeus.theochem.tuwien.ac.at 
; wien zeus 


*Subject:* Re: Error while running IRelast - calljob_lapw
Dear All,
After applying patch as suggested by Sir Gavin Abo, now I am getting 
this underlined error


##
Start for AUTO intialization Styp3_-2.0
##
 2 Atoms found:  with labels Ti1  C 1
generate atomic configuration for atom 1 : Ti1
generate atomic configuration for atom 2 : C 1
_SET: Command not found._
 next is setrmt
 specify nn-bondlength factor: (usually=2) [and optionally dlimit, 
dstmax (about 1.d-5, 20)]

 DSTMAX:   20.000
 iix,iiy,iiz           5           5           5 28.3378802   
     29.4945301  40.9100550

 NAMED ATOM: Ti1       Z changed to IATNR+1000 to determine equivalency
 NAMED ATOM: C 1       Z changed to IATNR+1000 to determine equivalency

    ATOM  1  Ti1        ATOM  2  C 1
 RMT(  1)=2.12000 AND RMT(  2)=1.74000
 SUMS TO 3.86000  LT.  NN-DIST= 4.09019

    ATOM  2  C 1        ATOM  1  Ti1
 RMT(  2)=1.74000 AND RMT(  1)=2.12000
 SUMS TO 3.86000  LT.  NN-DIST= 4.09019
STOP NN ENDS
0.001u 0.000s 0:00.00 0.0%0+0k 0+40io 0pf+0w
atom  Z   RMT-max   RMT
 1  22.0  2.12   2.12
 2   6.0  1.74   1.74
file    TiC.struct_setrmt   generated
 next is nn
 specify nn-bondlength factor: (usually=2) [and optionally dlimit, 
dstmax (about 1.d-5, 20)]

 DSTMAX:   20.000
 iix,iiy,iiz           5           5           5 28.3378802   
     29.4945301  40.9100550

 NAMED ATOM: Ti1       Z changed to IATNR+1000 to determine equivalency
 NAMED ATOM: C 1       Z changed to IATNR+1000 to determine equivalency

    ATOM  1  Ti1        ATOM  2  C 1
 RMT(  1)=2.12000 AND RMT(  2)=1.74000
 SUMS TO 3.86000  LT.  NN-DIST= 4.09019

    ATOM  2  C 1        ATOM  1  Ti1
 RMT(  2)=1.74000 AND RMT(  1)=2.12000
 SUMS TO 3.86000  LT.  NN-DIST= 4.09019
STOP NN ENDS
0.002u 0.000s 0:00.00 0.0%0+0k 0+16io 0pf+0w
 next is sgroup
>   sgroup  (18:16:55) 0.000u 0.000s 0:00.00 0.0% 0+0k 0+8io 0pf+0w
  Names of point group: mmm    2/m 2/m 2/m   D2h
  Names of point group: mmm    2/m 2/m 2/m   D2h
Number and name of space group: 71 (I m m m)
 next is symmery
>   symmetry  (18:16:55)  SPACE GROUP CONTAINS INVERSION
0.000u 0.001s 0:00.00 0.0%0+0k 0+32io 0pf+0w
 next is lstart
  SELECT XCPOT:
  recommended: PBE    [(13) GGA of Perdew-Burke-Ernzerhof 96]
               LDA    [( 5)]
               WC     [(11)  GGA of Wu-Cohen 2006]
               PBESOL [(19) GGA of Perdew etal. 2008]
  SELECT ENERGY to separate core and valence states:
  recommended: -6.0 Ry (check how much core charge leaks out of MT-sphere)
  ALTERNATIVELY: specify charge localization (between 0.97 and 1.0) to 
select core state

STOP LSTART ENDS
>   inputfiles prepared (18:16:55)
 inputfiles prepared
 next is kgen
  NUMBER OF K-POINTS IN WHOLE CELL: (0 allows to specify 3 divisions of G)
 length of reciprocal lattice vectors:   1.313   1.349 1.537  13.563 
 13.930  15.879

  Shift of k-mesh allowed. Do you want to shift: (0=no, 1=shift)
         427  k-points generated, ndiv=          14    14          14
STOP KGEN ENDS
 next is dstart
>   dstart  -p(18:16:55) starting parallel dstart at Wednesday 07 
September 2022 06:16:55 PM IST

 .machine0 : processors
running dstart in single mode
STOP DSTART ENDS
0.957u 0.227s 0:00.24 487.5%  0+0k 0+800io 0pf+0w

-> new TiC.in0 generated
  init_lapw finished ok
starting parallel dstart at Wednesday 07 September 2022 06:16:56 PM IST
 .machine0 : processors
running dstart in single mode
STOP DSTART ENDS
0.935u 0.247s 0:00.23 508.6%  0+0k 0+704io 0pf+0w
0.021u 0.000s 0:00.02 100.0%  0+0k 0+688io 0pf+0w
clmextrapol_lapw has generated a new TiC.clmsum
STOP  LAPW0 END
At line 393 of file inilpw.f (unit = 5, file = 'TiC.in1')
_Fortran runtime error: Bad integer for item 2 in list input_

Error termination. Backtrace:
#0  0x145928ddfae0 in ???
#1  0x145928de0659 in ???
#2  0x145928de128f in ???
#3  0x14592902b3fb in ???
#4  0x14592902e3ba in ???
#5  0x14592902f0ba in ???
#6  0x55749c178436 in ???
#7  0x55749c17bd0b in ???
#8  0x55749c14f83e in ???
#9  0x14592898dd8f in __libc_start_call_main
  at ../sysdeps/nptl/libc_start_call_main.h:58
#10  0x14592898de3f in __libc_start_main_impl
  at ../csu/libc-start.c:392
#11  0x55749c14f864 in ???
#12  0x in ???
_grep: lapw2*.erro

Re: [Wien] Error while running IRelast - calljob_lapw

2022-09-07 Thread AJAY SINGH VERMA
Dear Sir,

TiC.in1 is attached...

From: AJAY SINGH VERMA 
Sent: Wednesday, September 7, 2022 6:20 PM
To: wien-requ...@zeus.theochem.tuwien.ac.at 
; wien zeus 

Subject: Re: Error while running IRelast - calljob_lapw

Dear All,
After applying patch as suggested by Sir Gavin Abo, now I am getting this 
underlined error

##
Start for AUTO intialization Styp3_-2.0
##
 2 Atoms found:  with labels Ti1  C 1
generate atomic configuration for atom 1 : Ti1
generate atomic configuration for atom 2 : C 1
SET: Command not found.
 next is setrmt
 specify nn-bondlength factor: (usually=2) [and optionally dlimit, dstmax 
(about 1.d-5, 20)]
 DSTMAX:   20.000
 iix,iiy,iiz   5   5   5   28.3378802
29.494530140.9100550
 NAMED ATOM: Ti1   Z changed to IATNR+1000 to determine equivalency
 NAMED ATOM: C 1   Z changed to IATNR+1000 to determine equivalency

ATOM  1  Ti1ATOM  2  C 1
 RMT(  1)=2.12000 AND RMT(  2)=1.74000
 SUMS TO 3.86000  LT.  NN-DIST= 4.09019

ATOM  2  C 1ATOM  1  Ti1
 RMT(  2)=1.74000 AND RMT(  1)=2.12000
 SUMS TO 3.86000  LT.  NN-DIST= 4.09019
STOP NN ENDS
0.001u 0.000s 0:00.00 0.0%0+0k 0+40io 0pf+0w
atom  Z   RMT-max   RMT
 1  22.0  2.12   2.12
 2   6.0  1.74   1.74
fileTiC.struct_setrmt   generated
 next is nn
 specify nn-bondlength factor: (usually=2) [and optionally dlimit, dstmax 
(about 1.d-5, 20)]
 DSTMAX:   20.000
 iix,iiy,iiz   5   5   5   28.3378802
29.494530140.9100550
 NAMED ATOM: Ti1   Z changed to IATNR+1000 to determine equivalency
 NAMED ATOM: C 1   Z changed to IATNR+1000 to determine equivalency

ATOM  1  Ti1ATOM  2  C 1
 RMT(  1)=2.12000 AND RMT(  2)=1.74000
 SUMS TO 3.86000  LT.  NN-DIST= 4.09019

ATOM  2  C 1ATOM  1  Ti1
 RMT(  2)=1.74000 AND RMT(  1)=2.12000
 SUMS TO 3.86000  LT.  NN-DIST= 4.09019
STOP NN ENDS
0.002u 0.000s 0:00.00 0.0%0+0k 0+16io 0pf+0w
 next is sgroup
>   sgroup  (18:16:55) 0.000u 0.000s 0:00.00 0.0% 0+0k 0+8io 0pf+0w
  Names of point group: mmm2/m 2/m 2/m   D2h
  Names of point group: mmm2/m 2/m 2/m   D2h
Number and name of space group: 71 (I m m m)
 next is symmery
>   symmetry  (18:16:55)  SPACE GROUP CONTAINS INVERSION
0.000u 0.001s 0:00.00 0.0%0+0k 0+32io 0pf+0w
 next is lstart
  SELECT XCPOT:
  recommended: PBE[(13) GGA of Perdew-Burke-Ernzerhof 96]
   LDA[( 5)]
   WC [(11)  GGA of Wu-Cohen 2006]
   PBESOL [(19) GGA of Perdew etal. 2008]
  SELECT ENERGY to separate core and valence states:
  recommended: -6.0 Ry (check how much core charge leaks out of MT-sphere)
  ALTERNATIVELY: specify charge localization (between 0.97 and 1.0) to select 
core state
STOP LSTART ENDS
>   inputfiles prepared (18:16:55)
 inputfiles prepared
 next is kgen
  NUMBER OF K-POINTS IN WHOLE CELL: (0 allows to specify 3 divisions of G)
 length of reciprocal lattice vectors:   1.313   1.349   1.537  13.563  13.930  
15.879
  Shift of k-mesh allowed. Do you want to shift: (0=no, 1=shift)
 427  k-points generated, ndiv=  14  14  14
STOP KGEN ENDS
 next is dstart
>   dstart  -p(18:16:55) starting parallel dstart at Wednesday 07 September 
> 2022 06:16:55 PM IST
 .machine0 : processors
running dstart in single mode
STOP DSTART ENDS
0.957u 0.227s 0:00.24 487.5%  0+0k 0+800io 0pf+0w

-> new TiC.in0 generated
  init_lapw finished ok
starting parallel dstart at Wednesday 07 September 2022 06:16:56 PM IST
 .machine0 : processors
running dstart in single mode
STOP DSTART ENDS
0.935u 0.247s 0:00.23 508.6%  0+0k 0+704io 0pf+0w
0.021u 0.000s 0:00.02 100.0%  0+0k 0+688io 0pf+0w
clmextrapol_lapw has generated a new TiC.clmsum
STOP  LAPW0 END
At line 393 of file inilpw.f (unit = 5, file = 'TiC.in1')
Fortran runtime error: Bad integer for item 2 in list input

Error termination. Backtrace:
#0  0x145928ddfae0 in ???
#1  0x145928de0659 in ???
#2  0x145928de128f in ???
#3  0x14592902b3fb in ???
#4  0x14592902e3ba in ???
#5  0x14592902f0ba in ???
#6  0x55749c178436 in ???
#7  0x55749c17bd0b in ???
#8  0x55749c14f83e in ???
#9  0x14592898dd8f in __libc_start_call_main
  at ../sysdeps/nptl/libc_start_call_main.h:58
#10  0x14592898de3f in __libc_start_main_impl
  at ../csu/libc-start.c:392
#11  0x55749c14f864 in ???
#12  0x in ???
grep: lapw2*.error: No such file or directory

>   stop error
-

ERROR status in Styp3_-2.0



From: AJAY SINGH VERMA 
Sent: Tuesday, September 6, 2022 7:14 PM
To: wien-requ...@zeus.theochem.tuwien.ac.at 
; wien zeus 

Subject: Re: Error while running IRelast - calljob_lapw

Dear Sir,

I am using WIEN2k 21.1 with the gfortran 

Re: [Wien] Error while running IRelast - calljob_lapw

2022-09-07 Thread Gavin Abo
The "Fortran runtime error: Bad integer for item 2 in list input" is 
likely because in TiC.in1 file the program cannot find a integer that it 
is looking for.  For example, it might be needing to read an integer 
(8), but maybe a float value (8.0) got accidentally put there instead.  
If you need further help, you would have to share the TiC.in1 file that 
is causing the error.



On 9/7/2022 6:50 AM, AJAY SINGH VERMA wrote:

Dear All,
After applying patch as suggested by Sir Gavin Abo, now I am getting 
this underlined error


##
Start for AUTO intialization Styp3_-2.0
##
 2 Atoms found:  with labels Ti1  C 1
generate atomic configuration for atom 1 : Ti1
generate atomic configuration for atom 2 : C 1
_SET: Command not found._
 next is setrmt
 specify nn-bondlength factor: (usually=2) [and optionally dlimit, 
dstmax (about 1.d-5, 20)]

 DSTMAX:   20.000
 iix,iiy,iiz           5           5           5 28.3378802   
     29.4945301  40.9100550

 NAMED ATOM: Ti1       Z changed to IATNR+1000 to determine equivalency
 NAMED ATOM: C 1       Z changed to IATNR+1000 to determine equivalency

    ATOM  1  Ti1        ATOM  2  C 1
 RMT(  1)=2.12000 AND RMT(  2)=1.74000
 SUMS TO 3.86000  LT.  NN-DIST= 4.09019

    ATOM  2  C 1        ATOM  1  Ti1
 RMT(  2)=1.74000 AND RMT(  1)=2.12000
 SUMS TO 3.86000  LT.  NN-DIST= 4.09019
STOP NN ENDS
0.001u 0.000s 0:00.00 0.0%0+0k 0+40io 0pf+0w
atom  Z   RMT-max   RMT
 1  22.0  2.12   2.12
 2   6.0  1.74   1.74
file    TiC.struct_setrmt   generated
 next is nn
 specify nn-bondlength factor: (usually=2) [and optionally dlimit, 
dstmax (about 1.d-5, 20)]

 DSTMAX:   20.000
 iix,iiy,iiz           5           5           5 28.3378802   
     29.4945301  40.9100550

 NAMED ATOM: Ti1       Z changed to IATNR+1000 to determine equivalency
 NAMED ATOM: C 1       Z changed to IATNR+1000 to determine equivalency

    ATOM  1  Ti1        ATOM  2  C 1
 RMT(  1)=2.12000 AND RMT(  2)=1.74000
 SUMS TO 3.86000  LT.  NN-DIST= 4.09019

    ATOM  2  C 1        ATOM  1  Ti1
 RMT(  2)=1.74000 AND RMT(  1)=2.12000
 SUMS TO 3.86000  LT.  NN-DIST= 4.09019
STOP NN ENDS
0.002u 0.000s 0:00.00 0.0%0+0k 0+16io 0pf+0w
 next is sgroup
>   sgroup  (18:16:55) 0.000u 0.000s 0:00.00 0.0% 0+0k 0+8io 0pf+0w
  Names of point group: mmm    2/m 2/m 2/m   D2h
  Names of point group: mmm    2/m 2/m 2/m   D2h
Number and name of space group: 71 (I m m m)
 next is symmery
>   symmetry  (18:16:55)  SPACE GROUP CONTAINS INVERSION
0.000u 0.001s 0:00.00 0.0%0+0k 0+32io 0pf+0w
 next is lstart
  SELECT XCPOT:
  recommended: PBE    [(13) GGA of Perdew-Burke-Ernzerhof 96]
               LDA    [( 5)]
               WC     [(11)  GGA of Wu-Cohen 2006]
               PBESOL [(19) GGA of Perdew etal. 2008]
  SELECT ENERGY to separate core and valence states:
  recommended: -6.0 Ry (check how much core charge leaks out of MT-sphere)
  ALTERNATIVELY: specify charge localization (between 0.97 and 1.0) to 
select core state

STOP LSTART ENDS
>   inputfiles prepared (18:16:55)
 inputfiles prepared
 next is kgen
  NUMBER OF K-POINTS IN WHOLE CELL: (0 allows to specify 3 divisions of G)
 length of reciprocal lattice vectors:   1.313   1.349 1.537  13.563 
 13.930  15.879

  Shift of k-mesh allowed. Do you want to shift: (0=no, 1=shift)
         427  k-points generated, ndiv=          14  14          14
STOP KGEN ENDS
 next is dstart
>   dstart  -p(18:16:55) starting parallel dstart at Wednesday 07 
September 2022 06:16:55 PM IST

 .machine0 : processors
running dstart in single mode
STOP DSTART ENDS
0.957u 0.227s 0:00.24 487.5%  0+0k 0+800io 0pf+0w

-> new TiC.in0 generated
  init_lapw finished ok
starting parallel dstart at Wednesday 07 September 2022 06:16:56 PM IST
 .machine0 : processors
running dstart in single mode
STOP DSTART ENDS
0.935u 0.247s 0:00.23 508.6%  0+0k 0+704io 0pf+0w
0.021u 0.000s 0:00.02 100.0%  0+0k 0+688io 0pf+0w
clmextrapol_lapw has generated a new TiC.clmsum
STOP  LAPW0 END
At line 393 of file inilpw.f (unit = 5, file = 'TiC.in1')
_Fortran runtime error: Bad integer for item 2 in list input_

Error termination. Backtrace:
#0  0x145928ddfae0 in ???
#1  0x145928de0659 in ???
#2  0x145928de128f in ???
#3  0x14592902b3fb in ???
#4  0x14592902e3ba in ???
#5  0x14592902f0ba in ???
#6  0x55749c178436 in ???
#7  0x55749c17bd0b in ???
#8  0x55749c14f83e in ???
#9  0x14592898dd8f in __libc_start_call_main
  at ../sysdeps/nptl/libc_start_call_main.h:58
#10  0x14592898de3f in __libc_start_main_impl
  at ../csu/libc-start.c:392
#11  0x55749c14f864 in ???
#12  0x in ???
_grep: lapw2*.error: No such file or directory_

_>   stop error_
-
_ERROR status in Styp3_-2.0
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
h

Re: [Wien] Error while running IRelast - calljob_lapw

2022-09-07 Thread AJAY SINGH VERMA
Dear All,
After applying patch as suggested by Sir Gavin Abo, now I am getting this 
underlined error

##
Start for AUTO intialization Styp3_-2.0
##
 2 Atoms found:  with labels Ti1  C 1
generate atomic configuration for atom 1 : Ti1
generate atomic configuration for atom 2 : C 1
SET: Command not found.
 next is setrmt
 specify nn-bondlength factor: (usually=2) [and optionally dlimit, dstmax 
(about 1.d-5, 20)]
 DSTMAX:   20.000
 iix,iiy,iiz   5   5   5   28.3378802
29.494530140.9100550
 NAMED ATOM: Ti1   Z changed to IATNR+1000 to determine equivalency
 NAMED ATOM: C 1   Z changed to IATNR+1000 to determine equivalency

ATOM  1  Ti1ATOM  2  C 1
 RMT(  1)=2.12000 AND RMT(  2)=1.74000
 SUMS TO 3.86000  LT.  NN-DIST= 4.09019

ATOM  2  C 1ATOM  1  Ti1
 RMT(  2)=1.74000 AND RMT(  1)=2.12000
 SUMS TO 3.86000  LT.  NN-DIST= 4.09019
STOP NN ENDS
0.001u 0.000s 0:00.00 0.0%0+0k 0+40io 0pf+0w
atom  Z   RMT-max   RMT
 1  22.0  2.12   2.12
 2   6.0  1.74   1.74
fileTiC.struct_setrmt   generated
 next is nn
 specify nn-bondlength factor: (usually=2) [and optionally dlimit, dstmax 
(about 1.d-5, 20)]
 DSTMAX:   20.000
 iix,iiy,iiz   5   5   5   28.3378802
29.494530140.9100550
 NAMED ATOM: Ti1   Z changed to IATNR+1000 to determine equivalency
 NAMED ATOM: C 1   Z changed to IATNR+1000 to determine equivalency

ATOM  1  Ti1ATOM  2  C 1
 RMT(  1)=2.12000 AND RMT(  2)=1.74000
 SUMS TO 3.86000  LT.  NN-DIST= 4.09019

ATOM  2  C 1ATOM  1  Ti1
 RMT(  2)=1.74000 AND RMT(  1)=2.12000
 SUMS TO 3.86000  LT.  NN-DIST= 4.09019
STOP NN ENDS
0.002u 0.000s 0:00.00 0.0%0+0k 0+16io 0pf+0w
 next is sgroup
>   sgroup  (18:16:55) 0.000u 0.000s 0:00.00 0.0% 0+0k 0+8io 0pf+0w
  Names of point group: mmm2/m 2/m 2/m   D2h
  Names of point group: mmm2/m 2/m 2/m   D2h
Number and name of space group: 71 (I m m m)
 next is symmery
>   symmetry  (18:16:55)  SPACE GROUP CONTAINS INVERSION
0.000u 0.001s 0:00.00 0.0%0+0k 0+32io 0pf+0w
 next is lstart
  SELECT XCPOT:
  recommended: PBE[(13) GGA of Perdew-Burke-Ernzerhof 96]
   LDA[( 5)]
   WC [(11)  GGA of Wu-Cohen 2006]
   PBESOL [(19) GGA of Perdew etal. 2008]
  SELECT ENERGY to separate core and valence states:
  recommended: -6.0 Ry (check how much core charge leaks out of MT-sphere)
  ALTERNATIVELY: specify charge localization (between 0.97 and 1.0) to select 
core state
STOP LSTART ENDS
>   inputfiles prepared (18:16:55)
 inputfiles prepared
 next is kgen
  NUMBER OF K-POINTS IN WHOLE CELL: (0 allows to specify 3 divisions of G)
 length of reciprocal lattice vectors:   1.313   1.349   1.537  13.563  13.930  
15.879
  Shift of k-mesh allowed. Do you want to shift: (0=no, 1=shift)
 427  k-points generated, ndiv=  14  14  14
STOP KGEN ENDS
 next is dstart
>   dstart  -p(18:16:55) starting parallel dstart at Wednesday 07 September 
> 2022 06:16:55 PM IST
 .machine0 : processors
running dstart in single mode
STOP DSTART ENDS
0.957u 0.227s 0:00.24 487.5%  0+0k 0+800io 0pf+0w

-> new TiC.in0 generated
  init_lapw finished ok
starting parallel dstart at Wednesday 07 September 2022 06:16:56 PM IST
 .machine0 : processors
running dstart in single mode
STOP DSTART ENDS
0.935u 0.247s 0:00.23 508.6%  0+0k 0+704io 0pf+0w
0.021u 0.000s 0:00.02 100.0%  0+0k 0+688io 0pf+0w
clmextrapol_lapw has generated a new TiC.clmsum
STOP  LAPW0 END
At line 393 of file inilpw.f (unit = 5, file = 'TiC.in1')
Fortran runtime error: Bad integer for item 2 in list input

Error termination. Backtrace:
#0  0x145928ddfae0 in ???
#1  0x145928de0659 in ???
#2  0x145928de128f in ???
#3  0x14592902b3fb in ???
#4  0x14592902e3ba in ???
#5  0x14592902f0ba in ???
#6  0x55749c178436 in ???
#7  0x55749c17bd0b in ???
#8  0x55749c14f83e in ???
#9  0x14592898dd8f in __libc_start_call_main
  at ../sysdeps/nptl/libc_start_call_main.h:58
#10  0x14592898de3f in __libc_start_main_impl
  at ../csu/libc-start.c:392
#11  0x55749c14f864 in ???
#12  0x in ???
grep: lapw2*.error: No such file or directory

>   stop error
-

ERROR status in Styp3_-2.0



From: AJAY SINGH VERMA 
Sent: Tuesday, September 6, 2022 7:14 PM
To: wien-requ...@zeus.theochem.tuwien.ac.at 
; wien zeus 

Subject: Re: Error while running IRelast - calljob_lapw

Dear Sir,

I am using WIEN2k 21.1 with the gfortran compiler.

For the patch work, do I need to add following
calLa_Pre_elast.patch
 in calLa_Pre_elast.f file of SRC_IRelast folder ?

Patch is :

310c310
< 101 format(' V0,

Re: [Wien] Error while running IRelast - calljob_lapw

2022-09-06 Thread Morteza Jamal via Wien
Your problem means in the IRelast package  initIR_lapw is not run correctly.

Please ckeck:

1-Is it initIR_lapw as a executable program?

2- can you run initIR_lapw in the batch mode.  initIR_lapw - b

Creat a struct file and run  
 initIR_lapw -b

3- Which dir/subdir have you got initIR_lapw program??

It can be useful if you let me know them by photo and send to my email 
(m_jama...@yahoo.com)

With best,
Morteza
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error while running IRelast - calljob_lapw

2022-09-06 Thread Gavin Abo
See previous post at the following link with additional details on 
applying calLa_Pre_elast.patch:



https://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/msg21884.html


On 9/6/2022 7:44 AM, AJAY SINGH VERMA wrote:

Dear Sir,

I am using WIEN2k 21.1 with the gfortran compiler.

For the patch work, do I need to add following
calLa_Pre_elast.patch 
 
in calLa_Pre_elast.f file of SRC_IRelast folder ?


Patch is :

310c310

< 101 format(' V0,B(GPa),BP,E0',3f15.4,f18.6)

---

> 101 format(16x,3f15.4,f18.6)

Can you please tell me so.

*From:* AJAY SINGH VERMA 
*Sent:* Tuesday, September 6, 2022 4:52 PM
*To:* wien-requ...@zeus.theochem.tuwien.ac.at 
; wien zeus 


*Subject:* Re: Error while running IRelast - calljob_lapw
Dear Sir/Mam

As per your suggestion,

the result of following commands show that initIR_lapw is executable

ls -all initIR_lapw
-rwxr-xr-x 1 rashmi rashmi 20670 Sep  5 23:06 initIR_lapw

if [ -x initIR_lapw ]; then echo "File is executable"; else echo "File 
is not executable"; fi

rely comes file is executable

what should be done next to remove error

*From:* AJAY SINGH VERMA
*Sent:* Tuesday, September 6, 2022 2:09 PM
*To:* wien-requ...@zeus.theochem.tuwien.ac.at 
; wien zeus 


*Subject:* Error while running IRelast - calljob_lapw
Dear all,

While running elastic constant of cubic TiC, this is the error 
encountered


root/Wien2k/SRC_IRelast/script-elastic/x: Command not found.
 \n stop error \n
clmextrapol_lapw did not extrapolate new density because of missing 
TiC.rsp

head: cannot open 'TiC.inm' for reading: No such file or directory
head: cannot open 'TiC.inm' for reading: No such file or directory
no TiC.clmsum(_old) file found, which is necessary for lapw0 !
grep: *scf1*: No such file or directory
grep: lapw2*.error: No such file or directory

>   stop error
-
ERROR status in Styp3_-2.0


I have tried earlier given solutions (below) but cant remove error.

 1. chmod +x *
2.
 3. "Please move (not copy) initIR_lapw from
SRC_IRelast/script-elastic to WIEN2k
directory and then run it again."
 4. giving path in initIR_lapw

Kindly help.___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error while running IRelast - calljob_lapw

2022-09-06 Thread AJAY SINGH VERMA
Dear Sir,

I am using WIEN2k 21.1 with the gfortran compiler.

For the patch work, do I need to add following
calLa_Pre_elast.patch
 in calLa_Pre_elast.f file of SRC_IRelast folder ?

Patch is :

310c310
< 101 format(' V0,B(GPa),BP,E0',3f15.4,f18.6)
---
> 101 format(16x,3f15.4,f18.6)

Can you please tell me so.

From: AJAY SINGH VERMA 
Sent: Tuesday, September 6, 2022 4:52 PM
To: wien-requ...@zeus.theochem.tuwien.ac.at 
; wien zeus 

Subject: Re: Error while running IRelast - calljob_lapw

Dear Sir/Mam

As per your suggestion,

the result of following commands show that initIR_lapw is executable

ls -all initIR_lapw
-rwxr-xr-x 1 rashmi rashmi 20670 Sep  5 23:06 initIR_lapw

if [ -x initIR_lapw ]; then echo "File is executable"; else echo "File is not 
executable"; fi
rely comes file is executable

what should be done next to remove error

From: AJAY SINGH VERMA
Sent: Tuesday, September 6, 2022 2:09 PM
To: wien-requ...@zeus.theochem.tuwien.ac.at 
; wien zeus 

Subject: Error while running IRelast - calljob_lapw

Dear all,

While running elastic constant of cubic TiC, this is the error encountered

root/Wien2k/SRC_IRelast/script-elastic/x: Command not found.
 \n stop error \n
clmextrapol_lapw did not extrapolate new density because of missing TiC.rsp
head: cannot open 'TiC.inm' for reading: No such file or directory
head: cannot open 'TiC.inm' for reading: No such file or directory
no TiC.clmsum(_old) file found, which is necessary for lapw0 !
grep: *scf1*: No such file or directory
grep: lapw2*.error: No such file or directory

>   stop error
-

ERROR status in Styp3_-2.0


I have tried earlier given solutions (below) but cant remove error.


  1. chmod +x *
  2.
  3."Please move (not copy) initIR_lapw from SRC_IRelast/script-elastic to 
WIEN2k

directory and then run it again."

  4.  giving path in initIR_lapw

Kindly help.



___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error while running IRelast - calljob_lapw

2022-09-06 Thread Gavin Abo
Maybe you are using an old WIEN2k version, the "x: Command not found" 
happened a lot in an older WIEN2k version.



To have the least problems with IRelast, you may want to consider 
upgrading to latest WIEN2k (currently, 21.1) using Intel oneAPI for the 
compiler.  If you use WIEN2k 21.1 with the gfortran compiler, you will 
likely need the calLa_Pre_elast.patch [1].



If you are having to use an old WIEN2k version.  Some old maybe 
inaccurate notes of mine that may or may not help are:



In the WIEN2k 19.2 directory of SRC_IRelast/script-elastic, must: chmod +x *

Also in $WIENROOT must: chmod +x initIR_lapw

The SRC_IRelast/script-elastic/initIR_lapw must be renamed or moved so 
that it does not override the one in $WIENROOT.



[1] https://github.com/gsabo/WIEN2k-Patches/tree/master/21.1


Kind Regards,

Gavin

WIEN2k user


On 9/6/2022 2:39 AM, AJAY SINGH VERMA wrote:

Dear all,

While running elastic constant of cubic TiC, this is the error 
encountered


root/Wien2k/SRC_IRelast/script-elastic/x: Command not found.
 \n stop error \n
clmextrapol_lapw did not extrapolate new density because of missing 
TiC.rsp

head: cannot open 'TiC.inm' for reading: No such file or directory
head: cannot open 'TiC.inm' for reading: No such file or directory
no TiC.clmsum(_old) file found, which is necessary for lapw0 !
grep: *scf1*: No such file or directory
grep: lapw2*.error: No such file or directory

>   stop error
-
ERROR status in Styp3_-2.0


I have tried earlier given solutions (below) but cant remove error.

 1. chmod +x *
2.
 3. "Please move (not copy) initIR_lapw from
SRC_IRelast/script-elastic to WIEN2k
directory and then run it again."
 4. giving path in initIR_lapw

Kindly help.___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error while running IRelast - calljob_lapw

2022-09-06 Thread AJAY SINGH VERMA
Dear Sir/Mam

As per your suggestion,

the result of following commands show that initIR_lapw is executable

ls -all initIR_lapw
-rwxr-xr-x 1 rashmi rashmi 20670 Sep  5 23:06 initIR_lapw

if [ -x initIR_lapw ]; then echo "File is executable"; else echo "File is not 
executable"; fi
rely comes file is executable

what should be done next to remove error

From: AJAY SINGH VERMA
Sent: Tuesday, September 6, 2022 2:09 PM
To: wien-requ...@zeus.theochem.tuwien.ac.at 
; wien zeus 

Subject: Error while running IRelast - calljob_lapw

Dear all,

While running elastic constant of cubic TiC, this is the error encountered

root/Wien2k/SRC_IRelast/script-elastic/x: Command not found.
 \n stop error \n
clmextrapol_lapw did not extrapolate new density because of missing TiC.rsp
head: cannot open 'TiC.inm' for reading: No such file or directory
head: cannot open 'TiC.inm' for reading: No such file or directory
no TiC.clmsum(_old) file found, which is necessary for lapw0 !
grep: *scf1*: No such file or directory
grep: lapw2*.error: No such file or directory

>   stop error
-

ERROR status in Styp3_-2.0


I have tried earlier given solutions (below) but cant remove error.


  1. chmod +x *
  2.
  3."Please move (not copy) initIR_lapw from SRC_IRelast/script-elastic to 
WIEN2k

directory and then run it again."

  4.  giving path in initIR_lapw

Kindly help.



___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


Re: [Wien] Error while running IRelast - calljob_lapw

2022-09-06 Thread Laurence Marks
N.B., the link I sent assumes that you are using the "bash" shell. With
another shell the output of the command "ls" will be the same, but the
scripts to give a nice printout would be different.

--
Professor Laurence Marks
Department of Materials Science and Engineering, Northwestern University
www.numis.northwestern.edu
"Research is to see what everybody else has seen, and to think what nobody
else has thought" Albert Szent-Györgyi

On Tue, Sep 6, 2022, 5:43 AM Laurence Marks 
wrote:

> Color is not a good diagnostic as it varies with OS, terminal and user
> preferences. Often executables do not show as green, so this answer is not
> correct.
>
> Look at https://www.baeldung.com/linux/bash-check-file-executable for how
> to read the output of the "ls" command. This will always work.
>
> --
> Professor Laurence Marks
> Department of Materials Science and Engineering, Northwestern University
> www.numis.northwestern.edu
> "Research is to see what everybody else has seen, and to think what nobody
> else has thought" Albert Szent-Györgyi
>
> On Tue, Sep 6, 2022, 5:07 AM Morteza Jamal via Wien <
> wien@zeus.theochem.tuwien.ac.at> wrote:
>
>> Please check whether initIR_lapw is as an Executable program or not.
>>
>> Usually color of EXE program is as green color when you get "ls" in
>> terminal.
>> ___
>> Wien mailing list
>> Wien@zeus.theochem.tuwien.ac.at
>> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
>> SEARCH the MAILING-LIST at:
>> http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
>>
>
___
Wien mailing list
Wien@zeus.theochem.tuwien.ac.at
http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
SEARCH the MAILING-LIST at:  
http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html


  1   2   3   4   5   6   7   8   9   10   >