[Wien] Small Bug? Report (telnes3, expand_lapw)
Kevin Jorissen
kevinjorissenpdx at gmail.com
Mon Aug 8 22:38:52 CEST 2011
Thanks for the TELNES bug report. I'll take a look soon and submit
fixes as needed. Let me know if further problems occur.
Kevin Jorissen
(developer of the TELNES module)
On Mon, Aug 8, 2011 at 1:21 AM, Takashi NEMOTO
<tnemoto at eels.kuicr.kyoto-u.ac.jp> wrote:
> Dear WIEN users,
>
> I found two small bugs in WIEN 11.1a SRC_telnes3/enles.f and expand_lapw.
> I hope these problem will be fixed in the future WIEN releases.
>
> Sincerely,
> Takashi Nemoto, Kyoto Univ.
>
>
> ===========================================
> 1. in SRC_telnes3/enles.f
>
> In a case when we are running w2web on linux,
> this line makes some troubles when calculating EEL spectrum of
> spin polarized materials.
> (I know it's not a bug if telnes3 is running stand-alone,
> but the def file name "telnes3.def" file does not matches the file name
> of "uptelnes3.def" generated by the x_lapw script)
>
> SRC_telnes3/enles.f Line 40
> ----------------------------------------
> logical,parameter :: windows=.true.
> ----------------------------------------
> should be
> -----------------------------------------
> logical,parameter :: windows=.false.
> -----------------------------------------
>
>
> ============================================
> 2. in expand_lapw
>
> This line does not update the link to the WIEN user's guide in w2web screen.
>
> expand_lapw Line 51
> ------------
> ln -s $PWD/SRC_usersguide_html SRC_w2web/htdocs/usersguide
> ------------
> should be
> ------------
> ln -sf $PWD/SRC_usersguide_html SRC_w2web/htdocs/usersguide
> ------------
> or
> ------------
> rm SRC_w2web/htdocs/usersguide
> ln -s $PWD/SRC_usersguide_html SRC_w2web/htdocs/usersguide
> ------------
> ============================================
> _______________________________________________
> Wien mailing list
> Wien at zeus.theochem.tuwien.ac.at
> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
>
More information about the Wien
mailing list