Hi everyone, I currently try to read a code which is revised from siesta. I need the original siesta code to figure out which part they revised.
I compare the code with siesta-1.3f1 (Feb. 2004) which is downloaded from the official website. I can tell that the code I am reading is based on a older version of siesta.I need the code very much. I am wondering if anyone could give me the source code of old version siesta. The following is the head of the source code"siesta.F". The General architectural issues is 2000,so I guess the code was published in 2000 or later. Siesta 0.8 was published in 1997, so the version may be siesta0.9 siesta1.1 or later. I really appreciate your help if you can send the code to me.Thank you very much!! C This program uses routines from 'Numerical Recipes', copyrighted C by W.H.Press, A.A.Teukolsky, W.T.Veterlig and B.P.Flannery. C Some of these routines have been modified or their name changed. C *** C The atomic part uses old routines from unknown authors. If you wrote C any of these routines, please let us know, to include the apropriate C acknowledgements. C *** C This module was written by P.Ordejon and J.M.Soler, 1996, 1997, 1998. C *** C Parallelisation changes introduced JDG, 1998, 1999. C *** C General architectural issues: Alberto Garcia, 1997, 1998, 1999, 2000 C *** Best wishes, Han
