mirror of
https://github.com/pfloos/quack
synced 2024-11-03 20:53:53 +01:00
9 lines
206 B
Bash
Executable File
9 lines
206 B
Bash
Executable File
#! /bin/bash
|
|
|
|
cp ./methods.test ../input/methods
|
|
cp ./options.test ../input/options
|
|
cd ..
|
|
python3 PyDuck.py -x He -b 6-31g -m 1
|
|
cp input/methods.default input/methods
|
|
cp input/options.default input/options
|