From 0f01d379c1b2a74796c51932969d7d5fcf6ab6af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Lu=C3=ADs=20Martins?= <56392013+jlm785@users.noreply.github.com> Date: Thu, 26 May 2022 10:49:56 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b18edd..0b021de 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Modernized version of a pseudopotential generation code This is a fortran90 version of the venerable atomic configuration and pseudopotential generation code, with extensive documentation and some new capabilities. -The initial code was written by Sverre Froyen at the University of California at Bekeley in the 1980s. Norm Troullier modified it to generate the Troullier-Martins pseudopotental at the University of California at Berkeley. It has been maintained by José Luís Martins and its collaborators. It has been on the web since early 1998 (https://web.archive.org/web/19980111014249/http://bohr.inesc.pt/~jlm/pseudo.html) +The initial code was written by Sverre Froyen at the University of California at Bekeley in the early 1980s. Norm Troullier modified it to generate the Troullier-Martins pseudopotental at the University of Minnesota at Minneapolis. It has been maintained by José Luís Martins and its collaborators. It has been on the web since early 1998 (https://web.archive.org/web/19980111014249/http://bohr.inesc.pt/~jlm/pseudo.html) The 6.x.y version is a conversion from the old fortran77 to modern fortran90 with minimal changes to the core algorithms.