irreducible-representations / irrep

GNU General Public License v3.0
62 stars 31 forks source link

The `Check Topological Mat routine` no longer exists. #36

Open hongyi-zhao opened 2 years ago

hongyi-zhao commented 2 years ago

I noticed that this package does a similar job as irvsp and both of them can generate the trace.txt file in order to compute the traces of electronic states as mentioned here and here.

But the Check Topological Mat routine mentioned in the README.md of this project no longer exists currently:

werner@X10DAi-00:~$ curl -I https://www.cryst.ehu.es/cgi-bin/cryst/programs/topological.pl
HTTP/1.1 404 Not Found
Date: Sat, 15 Jan 2022 00:12:23 GMT
Server: Apache/2.4.29 (Ubuntu)
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Content-Type: text/html; charset=iso-8859-1
Strict-Transport-Security:max-age=31536000
Set-Cookie: UqZBpD3n=v1DLYugw__86B; Path=/

Instead, it seems that this script interface has been moved here:

werner@X10DAi-00:~$ curl -I https://www.cryst.ehu.es/cgi-bin/cryst/programs/magnetictopo.pl
HTTP/1.1 200 OK
Date: Sat, 15 Jan 2022 00:12:08 GMT
Server: Apache/2.4.29 (Ubuntu)
Vary: Accept-Encoding
Content-Type: text/html
Strict-Transport-Security:max-age=31536000
Set-Cookie: UqZBpD3n=v1ELYugw__o2i; Path=/

Regards, HZ