#!/bin/bash | |
file_out=example1 # define name of a python script that exports the *.h5 file file | |
file_in=example1 # define name of an input *.h5 exported from when running previous script file | |
python ${file_out}.py # make a model | |
./KITEx ${file_in}.h5 # run Quantum Kite | |
./tools/KITE-tools ${file_in}.h5 # run PostProccesingCode | |
python plot_dos.py # display the data |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment