seniority/HF_cc-pvtz/cp_to_manuscript.sh
2022-02-25 19:48:45 +01:00

11 lines
248 B
Bash
Executable File

#!/bin/bash
mol='hf'
path='/home/fabris/ongoing_projects/seniority/Manuscript'
cp plot_pes.pdf $path/${mol}_pes.pdf
cp plot_error.pdf $path/${mol}_pes_error.pdf
cp plot_stat.pdf $path/${mol}_pes_stat.pdf
cp xe.pdf $path/${mol}_xe.pdf