Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Click Here for the molecular dynamics package ESPResSo

Quantum Espresso is an integrated suite of Open-Source computer codes for electronic-structure calculations and materials modeling at the nanoscale. It is based on density-functional theory, plane waves, and pseudopotentials.

Usage

Versionmodule
6.5quantum-espresso/6.5
6.6qu6ntum-espresso/6.5


Required modules

  1. intel/20.0.3
  2. mvapich2/2.3.4 OR mpich/3.3.2


srun [ espresso code ] [ options ] -in [ input file ] > [ output file ]


PWSCF run
srun $(which pw.x) -in [ input file ] > [ output file ]


CPMD run
srun $(which cp.x) -in [ input file ] > [ output file ]


Example

Sample input and submission script is available at /share/Apps/examples/espresso

Important

Quantum Espresso parallelization is optimized using input variables nimages, npool, ntg and ndiag. An incorrect value for these variables will result in loss of performance. Users are expected to run a few benchmarks to obtain optimum value for these variables before running production simulations.

  • No labels