[QE-users] Impossible to download pseudopotential for QE test-suite

Hongyi Zhao hongyi.zhao at gmail.com
Fri Feb 4 15:04:50 CET 2022


On Fri, Feb 4, 2022 at 6:42 PM Paolo Giannozzi <p.giannozzi at gmail.com> wrote:
>
> $ cd pseudo/
> $ ./clean_ps
> $ cd ../
> in file "environment_variables" change http to https
> $ cd test-suite/
> in file "ENVIRONMENT" change http to https

I confirm the above conclusion as follows:

$ curl -I http://www.quantum-espresso.org/wp-content/uploads/upf_files/O.pz-rrkjus.UPF
HTTP/1.1 301 Moved Permanently
Date: Fri, 04 Feb 2022 14:02:29 GMT
Server: Apache/2.4.38 (Debian)
Location: https://www.quantum-espresso.org/wp-content/uploads/upf_files/O.pz-rrkjus.UPF
Content-Type: text/html; charset=iso-8859-1

$ curl -LI http://www.quantum-espresso.org/wp-content/uploads/upf_files/O.pz-rrkjus.UPF
HTTP/1.1 301 Moved Permanently
Date: Fri, 04 Feb 2022 14:02:40 GMT
Server: Apache/2.4.38 (Debian)
Location: https://www.quantum-espresso.org/wp-content/uploads/upf_files/O.pz-rrkjus.UPF
Content-Type: text/html; charset=iso-8859-1

HTTP/1.1 200 OK
Date: Fri, 04 Feb 2022 14:02:41 GMT
Server: Apache/2.4.38 (Debian)
Last-Modified: Fri, 16 Nov 2018 16:39:40 GMT
ETag: "82bff-57acad0494b00"
Accept-Ranges: bytes
Content-Length: 535551
Vary: Accept-Encoding


Best,
HZ


More information about the users mailing list