AiiDA-QuantumESPRESSO is the official plugin for interfacing AiiDA with the Quantum ESPRESSO (QE) suite of codes (pw.x, ph.x, pp.x, etc.). It is one of the most mature and feature-rich plugins in the AiiDA ecosystem, providing robust wor…
AiiDA-QuantumESPRESSO is the official plugin for interfacing AiiDA with the Quantum ESPRESSO (QE) suite of codes (pw.x, ph.x, pp.x, etc.). It is one of the most mature and feature-rich plugins in the AiiDA ecosystem, providing robust workchains for standard DFT tasks like relaxations, band structures, and phonon calculations.
AiiDA-QuantumESPRESSO is the official plugin for interfacing AiiDA with the Quantum ESPRESSO (QE) suite of codes (pw.x, ph.x, pp.x, etc.). It is one of the most mature and feature-rich plugins in the AiiDA ecosystem, providing robust workchains for standard DFT tasks like relaxations, band structures, and phonon calculations.
Scientific domain: DFT workflows, electronic structure, phonons
Target user community: Quantum ESPRESSO users, AiiDA users
pw.x (SCF/Relax), ph.x (Phonons), pp.x (Post-processing), dos.x, projwfc.x, cp.x (Car-Parrinello), and more.PwBaseWorkChain: Robust handling of pw.x with automatic error recovery (restarting on convergence failure).PwRelaxWorkChain: Geometry optimization workflow.PwBandsWorkChain: Automated band structure calculation (seekpath integration).PhBaseWorkChain: Phonon calculations.Sources: AiiDA-QuantumESPRESSO documentation
CalculationFactory('quantumespresso.pw')from aiida.plugins import WorkflowFactory
PwRelax = WorkflowFactory('quantumespresso.pw.relax')
submit(PwRelax, structure=structure, ...)
Primary sources:
Confidence: VERIFIED
Verification status: ✅ VERIFIED