All Projects → dalcorso → thermo_pw

dalcorso / thermo_pw

Licence: GPL-2.0 license
Thermo_pw is a driver of quantum-ESPRESSO routines for the automatic computation of ab-initio material properties.

Programming Languages

fortran
972 projects
shell
77523 projects
Roff
2310 projects

Projects that are alternatives of or similar to thermo pw

tilde
Materials informatics framework for ab initio data repositories
Stars: ✭ 19 (-44.12%)
Mutual labels:  materials-science, quantum-espresso
qe-gpu
GPU-accelerated Quantum ESPRESSO using CUDA FORTRAN
Stars: ✭ 50 (+47.06%)
Mutual labels:  density-functional-theory, quantum-espresso
pytopomat
Python Topological Materials (pytopomat) is a code for easy, high-throughput analysis of topological materials.
Stars: ✭ 19 (-44.12%)
Mutual labels:  density-functional-theory, materials-science
ONCVPseudoPack
Collection of ONCVPSP pseudopotentials for density-functional theory calculations
Stars: ✭ 6 (-82.35%)
Mutual labels:  density-functional-theory, materials-science
qe-gipaw
QE-GIPAW for Quantum-Espresso (official repository)
Stars: ✭ 19 (-44.12%)
Mutual labels:  density-functional-theory, quantum-espresso
hiperc
High Performance Computing Strategies for Boundary Value Problems
Stars: ✭ 36 (+5.88%)
Mutual labels:  materials-science
nequip
NequIP is a code for building E(3)-equivariant interatomic potentials
Stars: ✭ 312 (+817.65%)
Mutual labels:  materials-science
QUICK
QUICK: A GPU-enabled ab intio quantum chemistry software package
Stars: ✭ 79 (+132.35%)
Mutual labels:  density-functional-theory
text-mined-synthesis public
Codes for text-mined solid-state reactions dataset
Stars: ✭ 46 (+35.29%)
Mutual labels:  materials-science
quantumVITAS
Quantum Visualization Interacting Toolkit for Ab-initio Simulations
Stars: ✭ 52 (+52.94%)
Mutual labels:  quantum-espresso
Materials-Design-Ontology
An Ontology for the Materials Design Domain
Stars: ✭ 21 (-38.24%)
Mutual labels:  materials-science
elphmod
Python modules for electron–phonon models
Stars: ✭ 20 (-41.18%)
Mutual labels:  quantum-espresso
pymicro
A Python package to work with material microstructures and 3d data sets
Stars: ✭ 28 (-17.65%)
Mutual labels:  materials-science
data-resources-for-materials-science
A list of databases, datasets and books/handbooks where you can find materials properties for machine learning applications.
Stars: ✭ 81 (+138.24%)
Mutual labels:  materials-science
SIRIUS
Domain specific library for electronic structure calculations
Stars: ✭ 87 (+155.88%)
Mutual labels:  density-functional-theory
phoebe
A high-performance framework for solving phonon and electron Boltzmann equations
Stars: ✭ 33 (-2.94%)
Mutual labels:  materials-science
SMACT
Python package to aid materials design
Stars: ✭ 46 (+35.29%)
Mutual labels:  materials-science
ai4materials
Deep learning for crystal-structure recognition and analysis of atomic structures
Stars: ✭ 26 (-23.53%)
Mutual labels:  materials-science
tdmms
Two-dimensional materials manufacturing system
Stars: ✭ 17 (-50%)
Mutual labels:  materials-science
VASPBERRY
Berry curvature and Chern number calculations with the output (WAVECAR) of VASP code
Stars: ✭ 26 (-23.53%)
Mutual labels:  density-functional-theory

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].