On Mon, Jul 27, 2015 at 10:25 AM, Khalid Ibne Masood Khalid <[email protected]> wrote: > Dear Researchers, > 1. I am trying to run wannier90 in windows, for that I have to run > pw2wannier90.x. I have completed scf, nscf and wannier90 -pp calculation, > but when I try to run pw2wannier90 it shows error. > my input file: > > &inputpp > outdir='./outdir' > prefix='AGNR' > seedname = 'AGNR' > write_mmn = true > write_amn = true > write_unk = false > wan_mode = 'standalone' > / > > and the output file: > > Error in routine pw2wannier90 (1): > reading inputpp namelist > > I have run the almost same code in linux without any complain. How can I get > rid of this problem?
by correcting your input. your name list is using incorrect syntax for the following three entries. > write_mmn = true > write_amn = true > write_unk = false > > 2. Also, I would like to know whether wannier90.x can be run in parallel > mode in windows. have you tried it? axel. > > Thanks in advance. > Khalid Ibne Masood > M.Sc student > BUET > > > _______________________________________________ > Pw_forum mailing list > [email protected] > http://pwscf.org/mailman/listinfo/pw_forum -- Dr. Axel Kohlmeyer [email protected] http://goo.gl/1wk0 College of Science & Technology, Temple University, Philadelphia PA, USA International Centre for Theoretical Physics, Trieste. Italy. _______________________________________________ Pw_forum mailing list [email protected] http://pwscf.org/mailman/listinfo/pw_forum
