seniority/ethylene_cc-pvdz/cp_to_manuscript.sh

11 lines
254 B
Bash
Raw Normal View History

2022-01-28 22:56:12 +01:00
#!/bin/bash
mol='ethylene'
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