Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Ext] The link to boltztrap is not valid anymore #3921

Closed
DanielYang59 opened this issue Jul 13, 2024 · 0 comments · Fixed by #3929
Closed

[Ext] The link to boltztrap is not valid anymore #3921

DanielYang59 opened this issue Jul 13, 2024 · 0 comments · Fixed by #3929

Comments

@DanielYang59
Copy link
Contributor

I was trying to enable boltztrap in CI test, and found the URL is not valid anymore it appears:

"""This module provides classes to run and analyze boltztrap on pymatgen band
structure objects. Boltztrap is a software interpolating band structures and
computing materials properties from this band structure using Boltzmann
semi-classical transport theory.
Boltztrap has been developed by Georg Madsen.
http://www.icams.de/content/research/software-development/boltztrap/
You need version 1.2.3 or higher
References are:
Madsen, G. K. H., and Singh, D. J. (2006).
BoltzTraP. A code for calculating band-structure dependent quantities.
Computer Physics Communications, 175, 67-71
"""

Also the same one in the requires decorator:

class BoltztrapRunner(MSONable):
"""This class is used to run Boltztrap on a band structure object."""
@requires(
which("x_trans"),
"BoltztrapRunner requires the executables 'x_trans' to be in PATH. Please download "
"Boltztrap at http://www.icams.de/content/research/software-development/boltztrap/ "
"and follow the instructions in the README to compile Bolztrap accordingly. "
"Then add x_trans to your path",
)
def __init__(

However this mirror from TU Wien seems to be working, and I could get the "latest" v1.2.5 (released around 2017).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant