Skip to content

Instantly share code, notes, and snippets.

@quantum-kite
Last active June 9, 2018 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quantum-kite/c002610a4d43a478cf0f967129f97da7 to your computer and use it in GitHub Desktop.
Save quantum-kite/c002610a4d43a478cf0f967129f97da7 to your computer and use it in GitHub Desktop.
#!/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