sanshar / Block

Block implements the density matrix renormalization group (DMRG) algorithm for quantum chemistry.
GNU General Public License v3.0
31 stars 33 forks source link

404: Source code and binary #59

Open peggjt opened 3 years ago

peggjt commented 3 years ago

https://sanshar.github.io/Block/build.html The links for the source code and binary downloads are giving a 404 error. For instance: wget http://www.sunqm.net/pyscf/files/src/block-1.5.3.tar.gz fails

fishjojo commented 3 years ago

Hi, @sunqm, do you still have the BLOCK source code and binaries available on your website? Maybe we can move them to pyscf github page? Thanks.

sunqm commented 3 years ago

Yes, I have backups. Would you mind to create a repo for BLOCK code and update the relevant docs of BLOCK? I can upload the binary files to the repo.

fishjojo commented 3 years ago

Yes, I have backups. Would you mind to create a repo for BLOCK code and update the relevant docs of BLOCK? I can upload the binary files to the repo.

@sunqm, I have forked the repo here. I'll update the docs after you upload the binaries. Thanks.

fishjojo commented 3 years ago

@peggjt, the binaries can be found here

peggjt commented 3 years ago

Thank you @fishjojo

lexming commented 1 year ago

The binaries compiled from the source code in https://github.com/pyscf/Block still show as version 1.1.1

$ block.spin_adapted-serial --version
Block 1.1.1
Copyright (C) 2012  Garnet K.-L. Chan
This program comes with ABSOLUTELY NO WARRANTY; for details see license file.
This is free software, and you are welcome to redistribute it
under certain conditions; see license file for details.

Is the source code in that repo updated at the same level than the binaries for version 1.5.3?

1234zou commented 1 year ago

I downloaded it when the link(http://www.sunqm.net/pyscf/files/src/block-1.5.3.tar.gz) worked some years ago. block-1.5.3.tar.gz

lexming commented 1 year ago

@1234zou thanks a lot for sharing those sources. Then the sources at https://github.com/sanshar/StackBlock seem to also correspond to v1.5.3 or maybe even a bit further, as they share most of the code base with your tarball.