{"library":"perturbopy","title":"PerturboPy","description":"Suite of Python scripts for Perturbo (first-principles electron-phonon coupling) testing and postprocessing. Version 0.7.2, requires Python >=3.7.12. Development appears slow/infrequent.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install perturbopy"],"cli":null},"imports":["from perturbopy.calculator import PerturboCalc","from perturbopy.io_utils import read_phdisp"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from perturbopy.calculator import PerturboCalc\n\ncalc = PerturboCalc.from_yaml('perturbo_input.yaml')\ncalc.run()\nresults = calc.results\nprint(results.keys())","lang":"python","description":"Initialize a Perturbo calculation from a YAML input file, run it, and print available result keys.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}