mirror of https://gitlab.com/QEF/q-e.git
19 lines
393 B
Bash
Executable File
19 lines
393 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo 'Plot Phonon Dispersion Relations'
|
|
echo 'Eyvaz Isaev'
|
|
echo 'IFM, Linkoping University, Sweden'
|
|
echo 'Moscow State Institute of Steel and Alloys, Russia'
|
|
echo 'eyvaz_isaev@yahoo.com, isaev@ifm.liu.se'
|
|
|
|
. ../environment_variables
|
|
|
|
cat Plot_input $PLOT_DIR/Scripts/Lines $PLOT_DIR/Scripts/Plot_run > run_Plot_Phonons.sh
|
|
|
|
chmod +x run_Plot_Phonons.sh
|
|
|
|
./run_Plot_Phonons.sh
|
|
|
|
|
|
|