Skip to content

Thermo_pw is a driver of quantum-ESPRESSO routines for the automatic computation of ab-initio material properties.

License

Notifications You must be signed in to change notification settings

cemel-jhu/thermo_pw

This branch is 2 commits ahead of, 214 commits behind dalcorso/thermo_pw:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ebd0b94 · Dec 11, 2022
Nov 11, 2022
Oct 26, 2022
Feb 21, 2022
Dec 27, 2021
May 29, 2015
Nov 11, 2022
Aug 12, 2016
Dec 11, 2022
Dec 27, 2021
Nov 11, 2022
Oct 19, 2022
Sep 30, 2022
Feb 14, 2017
Jul 5, 2022
Feb 26, 2014
Oct 26, 2022
Jul 20, 2021
Apr 3, 2018
Jul 5, 2022
Jul 5, 2022
Jul 5, 2022
Jul 5, 2022
May 5, 2021
Jul 5, 2022

Repository files navigation

thermo-logo

This is the distribution of the thermo_pw package (see https://dalcorso.github.io/thermo_pw). This program is a driver to compute the physical properties of materials, using Quantum ESPRESSO (QE) (see http://www.quantum-espresso.org) as the underlying engine.

Thermo_pw reads the same input as the pw.x code of QE and produces postscript figures of some material properties. While less flexible than QE, for properties such as the electronic band structures, the phonon dispersions, or the harmonic and anharmonic thermodynamic quantities, it is simpler to use and faster to learn. Moreover it can run in parallel creating several images of itself, carrying out asynchronous tasks. See Doc/tutorial.pdf (or here) for an overview of the code and the file Doc/user_guide.pdf (or here) for a detailed description of its options.

License: GPL v2

USAGE

Put this directory inside the main Quantum ESPRESSO (QE) directory, cd here and type

make join_qe

cd to the main QE directory and type

./configure
make thermo_pw

Now you should have the file thermo_pw.x in the QE/bin directory and you can run the examples.

Please check the quick-help page before running, for possible patches to this version.

Uninstal: cd here and type

make leave_qe

Then remove this directory.

NB: This code substitutes the main Makefile, and the files install/makedeps.sh and install/plugins_makefile of the QE distribution. Only after typing make leave_qe the original files are copied in the QE distribution. If you just remove the thermo_pw directory the files of the QE package are not restored and you could have problems to reinstall thermo_pw.

LICENSE

All the material included in this distribution is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

These programs are distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

About

Thermo_pw is a driver of quantum-ESPRESSO routines for the automatic computation of ab-initio material properties.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 90.0%
  • Shell 6.5%
  • Roff 2.2%
  • Other 1.3%