Python: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Yambopy == Automatic workflows for yambo using python able to: * Create Yambo input files using a transparent python script * Collect the output data in .json files for...") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Yambopy == | == Yambopy == | ||
Automatic workflows for yambo using python able to: | Automatic workflows for yambo using python able to: | ||
Line 10: | Line 9: | ||
You can download in [https://github.com/henriquemiranda/yambo-py yambopy]. | You can download in [https://github.com/henriquemiranda/yambo-py yambopy]. | ||
== Electron-phonon scripts == | |||
Electron-phonon interaction calculations requires to obtain electronic states, phonon states and the electron-phonon interaction matrix elements. The calculation of the electron-phonon interaction requires many intermediate steps. In order to facilitate the task we have developed a set of scripts to automatize the workflow. More details are available in the [https://yambopy.readthedocs.io/ tutorial]. |
Latest revision as of 06:54, 15 June 2016
Yambopy
Automatic workflows for yambo using python able to:
- Create Yambo input files using a transparent python script
- Collect the output data in .json files for posterior analysis
- Plot the results using matplotlib
- Create Quantum Espresso input files using python
You can download in yambopy.
Electron-phonon scripts
Electron-phonon interaction calculations requires to obtain electronic states, phonon states and the electron-phonon interaction matrix elements. The calculation of the electron-phonon interaction requires many intermediate steps. In order to facilitate the task we have developed a set of scripts to automatize the workflow. More details are available in the tutorial.