Quantum ESPRESSO (QE) is a program package for ab-initio molecular dynamics (MD) simulations and electronic structure calculations. It is based on density-functional theory, plane waves, and pseudopotentials.
Availability and Restrictions
Versions
The following versions are available on OSC systems:
Version | Owens | Pitzer | Cardinal | Note |
---|---|---|---|---|
5.2.1 | X | espresso on Owens and Pitzer | ||
6.1 | X | |||
6.2.1 | X | |||
6.3 | X | X | ||
6.5 | X* | X* | ||
6.7 | X | X | thermo_pw 1.5 available | |
7.3 | X | X | ||
7.3.1 | X | quantum-espresso on Cardinal |
You can use module spider espresso
to view available modules on clusters Owens and Pitzer; on Cardinal use module spider quantum-espresso
; the module name used in the examples below is espresso
, but substitute quantum-espresso
on Cardinal. To select a particular software version, use module load espresso/version
. For example, use module load espresso/7.3
to load Quantum Espresso version 7.3; and after loading use module help espresso/7.3
to view details, such as, installed packages and compiler prerequisites; some versions require specific prerequisite modules, and such details may be obtained with the command module spider espresso/version
. Feel free to contact OSC Help if you need other versions for your work.
Access
Quantum ESPRESSO is open source and available to all OSC users. We recommend that Owens be used. If you have any questions, please contact OSC Help.
Publisher/Vendor/Repository and License Type
http://www.quantum-espresso.org, Open source
Usage
Set-up
You can configure your environment for the usage of Quantum ESPRESSO by running the following command:
module load espresso
For QE 6.2.1 and previous versions on Owens, you need to load au2016
by module load modules/au2016
before you load espresso
.
In the case of multiple compiled versions load the appropriate compiler first, e.g., on Owens to select the most recently compiled QE 6.1 version use the following commands:
module load intel/17.0.2 module load espresso/6.1
Batch Usage
Sample batch scripts and input files are available here:
~srb/workshops/compchem/espresso/