quantum-espresso/QHA/Examples/environment_variables

12 lines
347 B
Plaintext
Executable File

# BIN_DIR = path of compiled Quantum ESPRESSO executable matdyn.x
# Usually this is $QEDIR/bin, where $QEDIR is the root
# of the Quantum ESPRESSO source tree
# QHA_DIR = root of the QHA package
# The following is the typical setting if QHA is unpacked into $QEDIR
QHA_DIR=`cd ../.. ; pwd`
BIN_DIR=`cd ../../../bin ; pwd `