SEARCH · HELP

WIEN2PHON is a collection of perl scripts and small f90 programs to interface the PHON program with the WIEN2k program.

Please note that these programs come unsupported, meaning that:

I've only tried the program for the ifc compiler and found that a few small corrections were necesarry to make it run:
in numeric_force.f
replace
if( adis1(i) > adis1(i-1) .and. i > 1 ) idisp = 1
by
if(i > 1 .AND. adis1(i) > adis1(i-1) ) idisp = 1

in set_lattice.f
replace
read(1,*) latt%xs(:,na)
by
read(1,*) latt%xs(1:3,na)

in get_displ.f
replace all
print
with
print*,

Update history:
tir maj 24 07:39:19 CEST 2005: First version

Revised 04.09.2009

© Comments on this website